MichaelGraf
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Post Views Count (Support caching plugins!)] zero countIn the last version is missing wp_head action. At the end of bawpv.php file we added this line:
add_action(‘wp_head’, ‘bawpvc_main’);And now it’s working.
Thanks cholakovdev for great solution!
Hi,
found solution. The needed change needed is in the plugin Polylang.
in polylang/frontend/frontend-links.php change
This solution don’t work for me.
But in this file i found function called check_canonical_url and add:if ( is_page_template('page-gallery.php')) { return; }for page where I’m using NextGen Gallery.
Forum: Plugins
In reply to: [Dexs PM System] error after install moduleAfter upgrade to 1.0.1 works fine!
Good job!
Forum: Plugins
In reply to: [Dexs PM System] error after install moduleThanks for info.
I’m looking forward for update 🙂
Forum: Plugins
In reply to: [Dexs PM System] error after install moduleThanks for reply.
When do you expect update with fix?I works on “hekko.pl”.
Forum: Fixing WordPress
In reply to: problem with national languageI forgot to add: when I change in wp-config.php from define(‘WPLANG’, ”); to define(‘WPLANG’, ‘pl_PL’); I see blank page.
Viewing 6 replies - 1 through 6 (of 6 total)