vokopeti
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] TypeError: hook is undefinedHi John,
Thank you for your quick reply!
Yes, I’ve disabled all the plugins but qtx and it still does not load the editor either on WordPress 4.2.2.
I’ve uploaded some screengrabs for you. If you could help me that would be great!Thank you!
Peterhttps://oi60.tinypic.com/imq9g5.jpg
https://oi58.tinypic.com/2ah8y3c.jpg
https://oi61.tinypic.com/a2rm39.jpg<script type="text/javascript"> // <![CDATA[ (function() { for (var i in tinyMCEPreInit.qtInit) { var tmp = tinyMCEPreInit.qtInit[i]; tmp.id = 'ppqtrans_textarea_'+tmp.id; tinyMCEPreInit.qtInit[tmp.id] = tmp; delete tinyMCEPreInit.qtInit[i]; jQuery('#ed_toolbar').hide(); } /// THE hook VARIABLE SEEMS TO BE UNDEFINED FOR SOME REASON! var hook = tinyMCEPreInit.mceInit['content']; hook.elements='hook-to-nothing'; hook.selector = '#ppqtrans_textarea_content'; delete tinyMCEPreInit.mceInit['content']; tinyMCEPreInit.mceInit['ppqtrans_textarea_content'] = hook; var wrap = jQuery('#wp-content-wrap'); var html = '<div id="wp-ppqtrans_textarea_content-wrap" class="' + wrap.prop('className') + '"></div>'; jQuery('body').append(html); }()); </script>
Forum: Plugins
In reply to: [WP eCommerce] List of products on saleThank you, but I would need to use the WP_query
Is there still no way to work with waiting lists? It is a too wonderful plugin to miss this function for so long time.
In my project both the events and the event categories have downloadable documents. I’m trying to work out the best way how can I add attachments to the event and/or event category descriptions.
For ex.: I have the event category “Cooking courses”.
This category has subcategories: “French cooking course”, “Chinese cooking course” etc.
I wanted attach cooking recipes to the categories from the most traditional dishes in this category and some other documents for the specific event. (pdf would be the best)EM_Categories::output(array('parent'=>'6'));
The truth is the shortcode problem was caused by an other plugin which disabled the shorcodes after updating WordPress (Pagely MultiEdit).
After I have enabled the shortcodes, I still had the other problem:
In the admin site Gallery/Gallery settings the fourth slot has no title, this block contains the settings for the slideshows.
On the public site all of my galleries had an error message: “Gallery not found. Please check your settings.”
As I needed a quick fix I’ve decided to remove the plugin and use an alternative plugin.It seems not just NextGEN Gallery but all the shortcodes are not working.
Forum: Plugins
In reply to: [qTranslate] Problems with 3.8