mladimatija
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Facebook] Pagination not working when NGFB plugin is activatedOk, I got the pagination working again. It seems that the problem is with the redirect_canonical() WP function.
I disabled canonical redirect for my front-page and the pagination works again as it should. The code I used:
add_filter( 'redirect_canonical','custom_disable_redirect_canonical' ); function custom_disable_redirect_canonical( $redirect_url ){ if ( is_front_page() ) $redirect_url = false; return $redirect_url; }NOTE: Pagination wasn’t working only on front-page. On archive pages it worked just fine.
Forum: Plugins
In reply to: [NextGEN Facebook] Pagination not working when NGFB plugin is activatedI am sorry for the late replay, but disabling the content filters didn’t do the trick. I have the latest version of the theme, WordPress & your plugin installed and it’s still not working.
Theme authors said that problem is not in the theme, but in the plugin and I’m being sent back and forth between two parties.
Although I noticed that pagination works when I change the permalink structure from “Post name” to “Default”.
Forum: Plugins
In reply to: [Reading Time] Plugin not working correctly on homepagePlease check again now, you should have the details. I’ve sent the email manually this time.
Regards,
Forum: Plugins
In reply to: [Reading Time] Plugin not working correctly on homepageCheck your email.
Regards
Forum: Plugins
In reply to: [Reading Time] Plugin not working correctly on homepageCheck the homepage, it’s displayed right next to post date. This is the code used http://pastebin.com/tfp8b8GB.
Regards,
Forum: Plugins
In reply to: [Reading Time] Plugin not working correctly on homepageIt seems the plugin doesn’t work properly with WPBakery Visual Composer plugin. When I try to insert the shortcode for your plugin without using the Page Builder (Visual Composer) components it works properly.
Regards,