redywebs
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widget@gunu, I did use the
echo qtranxf_generateLanguageSelectCode('image');
in header.phpForum: Plugins
In reply to: [qTranslate X] Bug found with search widget@gunu no idea why, it seems to throw a random page plus the search bit ?s=hotel. It happens in all other languages and it is never the same page this is the result in spanish: /es/2732/es-in-the-us?s=hotel
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widget@gunu that’s right, if you try searching from any of the non-default languages it always throw an 404 error. I’m using the default WP search widget. Any idea what the problem could be?
Forum: Plugins
In reply to: [SZ - Video for WordPress] Problem with VimeoSame problem here, it is not working with any video ID of more than 8 chars.
Forum: Plugins
In reply to: [qTranslate] qtranslate crashes with WP 3.9.1LGRD, you probably have another incompatible plugin. Line 71 in qtranslate_core.php file reads:
setcookie('qtrans_cookie_test', 'qTranslate Cookie Test', 0, $q_config['url_info']['home'], $q_config['url_info']['host']);
That should give you an idea of what’s going on.
Forum: Plugins
In reply to: [qTranslate] qtranslate crashes with WP 3.9.1You have to remove the “$before.” in qtranslate_core.php file from the line 455 so it should be:
return strftime($format, $date).$after;
It works when you have opted for strftime in qTranslate options.
Forum: Plugins
In reply to: [qTranslate] qtranslate crashes with WP 3.9.1I also confirm Enrique’s hack has worked for me: https://www.enriqueacevedo.mx/2014/05/wordpress-3-9-1-y-el-error-qtranslate/
Forum: Plugins
In reply to: [Contact Form 7] New forms don't show up in admin list > corrupt DB?I don’t have WPML installed, I’m using qTranslate and even if I deactivate it problem persists. Any other clue what may be causing this?
Forum: Plugins
In reply to: [Contact Form 7] New forms don't show up in admin list > corrupt DB?Hi I have a similar problem, Whenever I try to edit any form it doesn’t get saved. I have deactivated all other plugins but problem persist. I’ve even tried editing DB directly, the wp_contact_form_7 table seems to be corrected, but form doesn’t show up the changes nor in admin or the public web.
Please help!
Forum: Plugins
In reply to: [Admin Columns] Sorting _order_total – WooCommerceI have a similar problem though I’m not using WooCommerce. Price sorting has some bugs and do not work with filters. Anyone there to help?
Forum: Plugins
In reply to: [Uji Popup] "One time per user."Hi How do I have to activate the “One time per user” cookie?
Forum: Plugins
In reply to: [MimeTypes Link Icons] Request: Use icons outside of '#content'Hi Juliette,
I finally use it inside the content part, as I could not make it work in excerpts, so I can not give you any link, only assure you it did not work.Forum: Plugins
In reply to: [MimeTypes Link Icons] Request: Use icons outside of '#content'Hi,
I want to use it inside the excerpt (a client request). I have tried this on theme functions.php:
add_filter( 'the_excerpt', 'mimetypes_to_icons', 15 );
but it does not show the icon.What am I doing wrong?
Forum: Plugins
In reply to: [Admin Columns] Pro Add-on localization supportThank you Tobias, it does work for now.
I have already requested access to the Spanish translation team on Transifex.
Forum: Plugins
In reply to: [SZ - Video for WordPress] Editor button doesn't insertGrazie mille Massimo. It works perfectly now.