vertigofactory
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] dynamic paginationsame for me, I get this message into the inspector:
Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': 'div.glsr-reviews.' is not a valid selector. at [domain]/wp-content/plugins/site-reviews/assets/js/site-reviews.js?ver=2.8.0:1:8930 at XMLHttpRequest.r.onreadystatechange ([domain]/wp-content/plugins/site-reviews/assets/js/site-reviews.js?ver=2.8.0:1:5001)thank you!
Forum: Plugins
In reply to: [Admin Columns] Error 500 in wp-admin/admin-ajax.php before adding columnI activated the debug, it is a memory error:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /***/wp-includes/taxonomy.php on line 3369(where *** is the path).I’ll try increasing the memory. Thank you
Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1ok ok ok! I found a solution! 🙂
there’s a bug related to the WPfullscreen deactivation in mqtranslate_javascript.php, so you have just to comment like this (line 253, mqtranslate_javascript.php):
// Removing WPFullscreen plugin and button /*var p = hook.plugins.split(',').filter(function(element) { return (element != 'wpfullscreen'); }); hook.plugins = p.join(','); p = hook.toolbar1.split(',').filter(function(element) { return (element != 'wp_fullscreen'); }); hook.toolbar1 = p.join(',');*/this works for me! 🙂
Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1@CreationToday.org: sorry, your fix doesn’t work for me 🙁
Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1I am using:
– Chrome 35.0.1916.114 on OSX Mavericks
– WP 3.9.1, mqtranslate 2.6.2.6I am NOT using acf-qtranslate 1.3.0 and Advanced Custom Fields 4.3.8. Maybe your fix works well when using these plugins, I don’t know.
When I deactivate mqtranslate 2.6.2.6 everything works well.
Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1it doesn’t work for me too 🙁
anyway, thank you 🙂Forum: Plugins
In reply to: [mqTranslate] Visual Editor not working on WP 3.9.1Also, I noticed that when I write something into the editor and I save, then the content disappear.