Arpit
Forum Replies Created
-
It worked for me but this newly added code looks suspicious:
function dsq_manage() { include_once(dirname(__FILE__) . '/manage.php'); if (dsq_does_need_update() && isset($_POST['upgrade'])) { dsq_install(); } if (dsq_does_need_update()) <----------- this condition { include_once(dirname(__FILE__) . '/upgrade.php'); } else { include_once(dirname(__FILE__) . '/manage.php'); } }
Thanks for suggestion sammyb. I’ll implement this change in next release.
WP integration option has been removed in v6.1.0
Forum: Plugins
In reply to: [Plugin: WP Google-buzz] Buzz button opening google readerUse latest version.
Forum: Plugins
In reply to: [WP Google-Buzz] [Plugin: WP Google-buzz] Fails at line 43Bug resolved in last version.
Forum: Plugins
In reply to: Publish_post … any way to modify?I also had issue with my plugin Twitter Goodies.
I figure out that issue by putting 2 different conditions. Please check out here: https://arpitshah.com/publish_post-how-to-check-if-wp-post-is-newly-published-or-edited/
I hope it will help you.
Forum: Fixing WordPress
In reply to: publish_post action hook with a scheduled postI also had issue with my plugin Twitter Goodies.
I figure out that issue by putting 2 different conditions. Please check out here: https://arpitshah.com/publish_post-how-to-check-if-wp-post-is-newly-published-or-edited/
I hope it will help you.
Thanks Dean for quick turnaround.
Confirmed.!! Its working now.
-Arpit
Forum: Plugins
In reply to: [Plugin: WP Google-buzz] Buzz button opening google readerHi Aaqil.
Yes, thats right. This plugin still has old Google Reader code for all images from 6 to 14. As that was original code, haven’t removed in this release. Eventually will remove old code once all user will move to official google buzz button.
Thanks,
Arpit ShahForum: Themes and Templates
In reply to: image not showing up in Featured PostsUse/Set “Post Thumbnail” for that.
Forum: Themes and Templates
In reply to: Missing “Recent Comments” in SidebarCheck out here: https://divinecrunch.com
Forum: Themes and Templates
In reply to: Missing “Recent Comments” in SidebarSame issue for me. Did below workaround and now everything worked fine.
1) Go to WP Admin -> Appearance -> Editon -> Select “Mystique” theme -> Open Widget.php file
2) Remove all “$wp_version > 2.8” condition from file (total 3 occurance)
3) Go to widget panel and check.Forum: Plugins
In reply to: [Plugin: WP Archive-Sitemap Generator] fatal errorHi Penseelibre,
Sorry for trouble. But php5 must required in order to run this plugin. Could you please check php version? Please take a look at the same reported error on plugin home page: https://arpitshah.com/plugins/wp-archive-sitemap-generator/ (comment page 2)
Please report all your further questions on plugin home page. Hope upgrading to php5 will solve your problem.
Thanks,
Arpit ShahForum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] Awesome but have 2 questionsAlso just tried on Chrome, Mozilla and IE8. All settings looks good too.
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] 1.7.8 Login problemThanks for update. Problem solved ??