Srini G
Forum Replies Created
-
You can use the same Google+ option to display link to g+ pages as well. Just put in the page id.
Pinterest added in version 0.5.6.
Diaspora added in version 0.5.6. Thanks.
Forum: Plugins
In reply to: [Quotes Collection] [Plugin: Quotes Collection] Search Feature NeededThanks for the suggestion. I’ll consider the search feature for the next major update.
Forum: Plugins
In reply to: [Quotes Collection] Request: Source URLThanks for the suggestion. Will consider this for the next update.
Version 0.5.5 fixes many of these issues. If not, a link to your site would help find out where the problem lies.
Forum: Plugins
In reply to: [Subscribe / Connect / Follow Widget] Google 1 is wrongWhat you mention is for the +1 button. This widget does not add +1 button, but a button that links to your G+ profile.
Forum: Plugins
In reply to: [Subscribe / Connect / Follow Widget] Bullets showing up in widgetThe latest version (0.5.5) fixes these issues.
Forum: Plugins
In reply to: [Flexi Pages Widget] Display widget in page templateSee https://www.ads-software.com/extend/plugins/flexi-pages-widget/other_notes/ scroll down and look for ‘flexipages() template function’.
If you want a 30 second refresh time, I’ll provide it in the next update. That’s not a problem.
As for CSS code, just remove the /* and */ that surrounds
q:before, q:after { content:""; }
and refresh the browser to see the changes.
Forum: Plugins
In reply to: [Quotes Collection] Running out of quotesFile
quotes-collection.php
line 40 (of v1.5.3), change the number from 30 to 0.Forum: Plugins
In reply to: [Quotes Collection] Translate PluginHebrew translation has been added in version 1.5.3. In case you find that there is an unlocalized string, report to me (the plugin author) with the file and line number where the string occurs.
When you upgrade, the old quotes-collection.css file is replaced with that of the new version. Thus any changes you’ve made to the old file will be lost. You will have to uncomment the quotation marks CSS again. And when you do that it does remove the quotation marks in the output. I’ve checked it with version 1.5.2 & 1.5.3 with WP 3.2.1, it works.
And the options for refresh times have always been 5, 10, 15 and 20. It’s been the same with 1.4.4. What’s the refresh time you use with 1.4.4?
Forum: Plugins
In reply to: [Quotes Collection] quote not changing since updateYes, I use the plugin myself in two of my sites in WP 3.2.1, plugin version 1.5.2, and it’s working perfectly.
John, it could be that there is a conflict with another plugin that uses jQuery. Try deactivating other plugins one by one, especially those that use jQuery, and check if the quotes refresh. Once you find the source of the problem, we can find a way out.
Forum: Plugins
In reply to: [Quotes Collection] quote not changing since updateFirebug says,
document.getElementById(“wp-version-message”) is null
https://joekutchera.com/wp-includes/js/jquery/jquery.js?ver=1.6.1
Line 17Not sure what that means.
From when is this problem? After upgrading WP to 3.2 or after upgrading the plugin to 1.5?