moisb
Forum Replies Created
-
I did a test by disabling the theme and it worked. But I need this theme enabled. Can anyone help me identify the problem and find a solution?
My theme is CouponPress responsive last version, demo: http://www.premiumpress.com/couponthemedemo/Forum: Fixing WordPress
In reply to: Mysql server at 100% CPU load after 4.2.1 update (urgent!)Have +- 2.000 posts. Tables are Innodb (does not support optimize).
Forum: Plugins
In reply to: [WooCommerce] How to customize translation in the last version?Thank’s @terrytsang
Forum: Plugins
In reply to: [WooCommerce] How to customize translation in the last version?Anyone?
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Star Snippets breaks Google Rich Snippets Ratingsame problem here 🙁
A temporary solution until an official fix out: resend via ftp overwriting the files on /wp-content/plugins/wordpress-seo with version 1.5.5.1 can be downloaded in http://downloads.wordpress.org/plugin/wordpress-seo.1.5.5.1.zip
same here after update to 1.5.5.2:
Fatal error: Cannot use object of type WP_Error as array in C:\xampp\htdocs\wordpress\wp-content\plugins\wordpress-seo\admin\class-metabox.php on line 257Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Hide options?ok now appeared all options. Thank you very much!
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Hide options?Edit line 302 of file /wp-content/plugins/wp_mail_smtp/wp_mail_smtp.php:
<td><input name=”smtp_pass” type=”password” id=”smtp_pass” value=”<?php print(get_option(‘smtp_pass’)); ?>” size=”40″ class=”code” /></td>Forum: Plugins
In reply to: Plugin error: Use of undefined constant ABSPATHanyone?
Forum: Plugins
In reply to: [WP No Category Base] How to remove?Just go to your WP admin, then
Settings > Permalink Settings >
and click Save Settings.
Forum: Fixing WordPress
In reply to: How to get the Taxonomy slug?Ok ok! “The search is your friend”.
Solution:<?php if ( is_tax('<strong>MYTAXONOMYNAME</strong>') ) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); } ?>thank you very much
yes, public