retroriff
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Can't save settingsWooCommerce Version 2.3.8
WooCommerce Pay for Payment Version 1.3.5Forum: Reviews
In reply to: [Easy Updates Manager] Very bad performanceThanks
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 503 ErrorI updated to yhe last version of the plugin and now it works.
Thanks.Hi, version 4 generates dynamic sitemap files, so you don’t need a rebuild button anymore.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 503 ErrorI’ve disabled “Include sitemap in HTML format” but it doesn’t work either.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 503 ErrorIt doens’t work.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 503 ErrorHi,
there are no details because I think that it is a varnish issue. I have realized that it works without Varnish.
Using varnish, this URL doesn’t work either:
index.php?xml_sitemap=sitemap-misc.xml
I am totally confused.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 is sending duplicate emailsSorry, I think that I had a problem with my email accounts.
Hi, I did it, but It didn’t work.
Thanks!
The solution of Francisco Torres is good to get the translations, but the translated message is not shown yet.
I am also very interested in this translation.
Are you planning to make it compatible with WPML? It would be great as this is a very useful plugin and I think it only requires little changes to be compatible. One of the patches it needs is:
/php/functions.php:
//wpml fix
$str = icl_translate( ‘wpml_custom’, ‘wpml_custom_notify_message’, $str );Looking forward your answer.
Forum: Plugins
In reply to: Woocommerce Featured Products PagingHi, I am having the same problem. Did you find a solution?
Forum: Plugins
In reply to: [BJ Lazy Load] BJ Lazy Load working randomly with new release of jQuery 1.9.0I am already using wp_footer
Forum: Plugins
In reply to: [BJ Lazy Load] BJ Lazy Load working randomly with new release of jQuery 1.9.0I’m using 1.8.3 and it works randomly to me as well.
Forum: Plugins
In reply to: [NGINX Manager] Error on WP 3.5: Cannot modify header informationIt says:
Custom post types Hey, give a higher priority (<15) to your custom post types!!! (e.g. add_action('init', 'my_custom_post_type_register', 5) or add_action('init', 'my_custom_post_type_register')) Custom post types defined: fotos, thumbs, tubes No custom post types recognized by Nginx Manager! Custom taxonomies Custom taxonomies defined: starI have this actions in my functions.php:
add_action('init','create_post_type',10); add_action('init','create_star',10);Thanks