ilovecola
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pluggable.php on line 1121Thanks! 🙂 I also vote for @andresxv 🙂
I had the same problem, but I found solution!
This is how I did:
1. Go to: /wp-content/plugins/fancier-author-box
2. Modify line 143 in file ts-fab.php:`add_filter( ‘the_content’, ‘ts_fab_add_author_box’);
by adding “,0” (without quotes) right after ‘ts_fab_add_author_box’
3. Result should look like this: add_filter( ‘the_content’, ‘ts_fab_add_author_box’, 0 );
This modification gives highest priority to author box and it will be loaded first! 🙂
I did update to latest version and my entire web site had a problem – wherever I click it opens first page! :S
I thought maybe it’s theme issue, but no – i tested on other themes! Fortunately after downgrading to 1.9.13 everything works again! 🙂
I how developer will do their best to fix bug and next versions will be much better and stable! 🙂
To WooThemes
As I understand WooCommerce is free plugin, but to get support I must be member, which cost money.
Yes?