crowned.john
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce translationsHi there,
1- You need to edit your wp-config file:
change this:
define('WPLANG', '');for this:
define('WPLANG', 'es_CL');2- than you have to translate everything you want in the .po file using poEdit.
3- Place the resulting .mo file in /wp-content/languages/woocommerce so you don’t lose your translations on update
You should be good to go!
Forum: Plugins
In reply to: [WooCommerce] Change the browser titleHey there,
Have you tried WordPress SEO by yoast?
You can change the browser title of any page.
Forum: Themes and Templates
In reply to: [Virtue] Some slider options gone when using child themeHi!
Yeah, I had screwed up. Instead of inserting only my functions I had copied the entire functions.php to the child theme. However, now the first problem is solved but I can’t get functions.php to work without giving me somo “can’t modify header” erros. I’ll try and solve those. Thanks for the help.
Thank you,
João
Forum: Themes and Templates
In reply to: [Virtue] Some slider options gone when using child themeForum: Themes and Templates
In reply to: [Virtue] Some slider options gone when using child themeHello!
I added functions and changed one template from the theme and several from woocommerce. Other than that I changed some minor things in virtue.css and custom-css.php.
Thank you,
João
Forum: Themes and Templates
In reply to: [Virtue] Some slider options gone when using child themealso instead of pictures in the slider, the following text appears:
“Warning: Invalid argument supplied for foreach() in /home/asdecord/public_html/wp-content/themes/virtue/templates/home/flex-slider.php on line 11”