trapuh
Forum Replies Created
-
Hi kakashi,
If you don’t know how to do it (check if curl is installed or not), please follow this tutorial to create a phpinfo.php file that will show you what you have (and have not installed) on your server :
https://kb.mediatemple.net/questions/764/How+can+I+create+a+phpinfo.php+page%3F#gs
It’s linked to mediatemple website but its instructions are pretty much generic… As soon as you’ve done the phpinfo file and upload it to the server, please open the file in the browser and try to locate the following ::
‘cURL support : enabled ‘ … if it shows disabled, then it’s bad news for you and you need to yum curl back to php!
yummy! 🙂 hope this helps!
Hi Carlo,
Many thanks for your reply, just e-mailed you now!
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Fetal Error when activatedHi !
Just comment out that line, or alternatively, try moving line 47 ( the call to yit_add_thumbnails_slider_direction() ) to after these lines at the bottom of the init.php file :
global $yith_wcmg;
$yith_wcmg = new YITH_WCMG();
/* insert call for add_thumbnails_slider_direction here () */Haven’t tried the last method but should work. Commenting out that line definitely works! 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Fetal Error when activatedHi,
Experiencing the same error and looking for a way to sort it out ! Have you found any solution for this ? I’ll let you know as soon as i manage to sort it out … or not !
Thanks, best regards!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce update messed up shop homepage!Hi,
Managed to sort something out! Basically, where before i had some stuff on woocommerce.php for the shop homepage, now had to move to wrapper-start.php inside the template>globals folder. Obviously, also had to edit wrapper-end.php so i could close all div’s and keep the template/layout intact.
Also, removed the pagination on functions.php by using the following code – remove_action(‘woocommerce_after_shop_loop’, ‘woocommerce_pagination’, 10); – not pretty sure if this removes pagination for all woocommerce shop pages, but we’ll cross that bridge when we get there!
If anyone has any suggestions or this has been helpful, awesome! Also, this tutorial shed some initial light : http://stackoverflow.com/questions/14330783/woo-commerce-shop-page-removes-custom-divs