Punker1
Forum Replies Created
-
I deactivated the Mega Main Menu plugin and the Decorator settings were saved.
Every time I try to save settings in the Decorator – WordPress reports an error in the plugin Mega main menu:
Uncaught Error: Call to undefined function get_editable_roles() in /mega_main_menu/extensions/mega_main_menu/menu_options_array.php:4949: $editable_roles_array = get_editable_roles();
How is this related?
Screenshot:
https://yadi.sk/i/oCKUKb9H2Jo52w
Where exactly can I view the log?Forum: Plugins
In reply to: [Pageviews] Too big icon on amp pages!Добрый день, Геннадий. А когда хотя бы примерно ждать новую версию?
Forum: Plugins
In reply to: [AMP] Missing meta tagsThank you, Your code helped on my site https://www.mecuchi.ru.
// ADD META DESCRIPTION IN AMP PAGE add_action( 'amp_post_template_head', 'add_meta_description' ); function add_meta_description() { if(function_exists( 'is_amp_endpoint' ) && is_amp_endpoint()) { $meta_description = get_post_meta(get_the_ID(), '_yoast_wpseo_metadesc', true); echo '<meta name="description" content="' . $meta_description . '">'; } }
Html code minimization was enabled in the Clearfy plugin. I disabled it and the table was displayed.
I found a problem, a conflict with another plugin.
Moreover, not only the table is no longer displayed, but the entire post in which this table is inserted.
Forum: Plugins
In reply to: [Enable Media Replace] Downgrade VersionWe have similar.
Forum: Plugins
In reply to: [Enable Media Replace] Steps to Downgrade to 3.3.0We have version 3.3.1. worked, and version 3.3.2. not working now.
Warning: The type attribute is unnecessary for JavaScript resources.
From line 1, column 1; to line 1, column 31
<script type=”text/javascript”>?windoInteresting reaction and a fix?
Found the bug, if you disable “Mouse Drag”, the vertical thumb flipping works.
Forum: Plugins
In reply to: [Market Exporter] Параметр delivery-optionsПоддерживаю, очень нужна такая опция.
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Don’t work when importing.But then the plugin is useless. And which attribute of the item Your plug-in determines that the product has been updated and you should check whether the changed availability?