Reckon Talk
Forum Replies Created
-
Hi Steve,
Thanks again for your response and valuable time.
Yes, it was clear since the beginning that W3 Total Cache has conflict with All in One SEO Pack atleast on my server. But we needed both badly.
After a lots of changes and tweaks and we have to finally leave W3 Total Cache and use another plugin for CDN implementation.
Now we have activated Dynamic Sitemap Generation again and everything is working absolutely fine.
Merry Christmas and Best wishes for a Happy New Year filled with health, happiness, and spectacular success ??
We have checked that the file permissions of the directory www and it’s sub-folders and files are being owned by user and group www-data
Then we have created 4 new files which are not being created and change their ownership and permission level as well.
Owership from root:root to www-data:www-data
Permission from 644 to 755sitemap_attachment.xml
sitemap_category.xml
sitemap_post_tag.xml
sitemap_video.xmlBut It’s still not working.
What I have just noted is that
The files sitemap_post_tag.xml & sitemap_post_format.xml have NOT been created while switching from Dynamic Sitemap generation to Normal (Static) one, in the root directory of the server.
What could be possible reason for that?
The issue has been resolved by by un-checking Dynamically Generate Sitemap under XML sitemap — [Under AIO SEO Pack Plugin Setting option]
Thanks
The issue has been resolved by by un-checking Dynamically Generate Sitemap under XML sitemap.
Thanks
Thanks Jeff,
The code worked perfectly fine with my bbpress installation on our website ReckonTalk
add_action( 'bbp_get_topic_content', 'ddw_jetpack_sharing_bbpress'); //add_action( 'bbp_get_reply_content', 'ddw_jetpack_sharing_bbpress' ); add_action( 'bbp_template_before_single_forum', 'ddw_jetpack_sharing_bbpress' ); add_action( 'bbp_template_before_single_topic', 'ddw_jetpack_sharing_bbpress' ); add_action( 'bbp_template_before_lead_topic', 'ddw_jetpack_sharing_bbpress' ); /** * Display Jetpack "Sharing" buttons on bbPress 2.x forums/ topics/ lead topics/ replies. * * @author David Decker - DECKERWEB * @link https://deckerweb.de/twitter */ function ddw_jetpack_sharing_bbpress() { /** If Jetpack "Sharing" function is active, just display it :) */ if ( function_exists( 'sharing_display' ) ) { echo sharing_display(); } // end-if } // end function
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Cannot save selected answersYes, the CKEditor plugin seems to be problem in as far as this issues is concerned. Disabling it helped out.
Thank you guys !! ??