MTune
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Problem with last Yoast SEO updateI have experienced the same problem, and believe it is yoast as when I deactivate yoast the error doesn’t appear, however I want to activate yoast again, so need to find the solution.
Yoast updated the plugin this morning, but I still have the error.
Any ideas ?
Hi,
Thank you for your responses. I tried everything from disabling all plugins and re-enabling them. Updating permalinks, trying to force a re-direct. In the end it was a caching problem with the host server. So resolved the issue with them.
Forum: Themes and Templates
In reply to: [Virtue] Polylang plugin compatibility problemsThank you. The drop down box for screen options didnt have a check box for show all languages – but the black word press bar at the top with the ‘Howdy user name’ has the language flags from polylang with a show all languages option. All sorted. Thank you for your excellent and fast support.
Forum: Themes and Templates
In reply to: [Virtue] Polylang plugin compatibility problemsHi,
Thanks for your quick reply.
I am using 2.4.8 virtue theme with 1.7.5 polylang plugin. I have set up two menus Main_En set to the primary navigation and Main_Ru set to the primary navigation for the russian content.
However in other themes I found all of the pages names in the left hand drop down list to add to the new menu. This time I could not find the Russian page names so added the English – using the label to add the Russian.
So I think this is why it keeps going back to English. but why wont the russian page names appear in the list to make the Russian menu???
Settings in the polylang are Default: English
Selected: Remover/language/in pretty links
Syncronized all options.Looking forward to your advice as I need to add a third language Arabic.
Thanks
Forum: Themes and Templates
In reply to: [ProtoPress] Image gridFound the conflict its jetpack photon enabled it stops the posts showing in the image grid but not the title.
Forum: Plugins
In reply to: [Polylang] WP-Seo by Yoast-update – PolyLang errorsThis is the code in the plugin-compat.php file on line 89
// reloads options once the language has been defined to enable translations
// useful only when the language is set from content
if (did_action(‘wp_loaded’)) {
global $wpseo_front;
$options = version_compare(WPSEO_VERSION, ‘1.5’, ‘<‘) ? get_wpseo_options_arr() : WPSEO_Options::get_option_names();
foreach ( $options as $opt )
$wpseo_front->options = array_merge( $wpseo_front->options, (array) get_option( $opt ) );
}which causes the array_merge error –
any ideas for a solution?Forum: Plugins
In reply to: [Polylang] WP-Seo by Yoast-update – PolyLang errorsSame here
polylang 1.6.4
Wordpress yoast seo 1.7.3
any solutions?