Forum Replies Created
-
AuthorPosts
-
Peter,
For some reason the “\” is being stripped out after saving using the Enfold Child Theme Options/Styling/Quick CSS menu.
This reply has been marked as private.I tried again after updating the theme with the latest version and it no longer displays the arrows, but rather “E803” in the circle. I assume that means there is something wrong with syntax.
Peter,
Thanks for the reply, but I am still not seeing the change after entering your suggestion into Enfold Child Theme Options/Styling/Quick CSS. Also to be clear, I am looking to have the overlay appear within the shop catalog views as well as a single product view.
Thanks,
Just ran across the following within config.php in themes/enfold/config-woocommerce:
global $avia_config;
//product thumbnails
$avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120);
$avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>450, ‘height’=>450);
$avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);
I set the WooCommerce product settings to match and I also made sure that my Images were 450 x 450 and that seems to have helped. Not sure yet if that will work for larger images, but will be testing shortly
I am also having the same issue. I assume this is because the WooCommerce Product Image Sizes need to be adjusted for the theme’s CSS settings.
The defaults are as follows:
Catalog Images: 450 x 450
Single Product Images: 450 x 999
Product Thumbnails: 120 x 120Is there a recommended setting for the Enfold theme? Also I have read that they may need to be adjusted to account for Retina display.
Okay, looks like I found the culprit for the issue…
My server had eaccellerator installed which was unable to handle the theme’s php requests. The error itself was not that helpful, but I am including it in case anyone else has the same issue
——
child pid 2575 exit signal Segmentation fault (11)
——Also, one thing I noticed that is different than other themes I have installed is that all of the theme files appear to be encrypted. Is that normal?
I will certainly check with my host, but not sure if there is a lot they will be able to tell me. It is a VPS server that I have hosted, installed and managed several other wordpress sites, themes, etc. with the same server and settings. Also to be clear, I have successfully installed other themes in the same WordPress install that is having issues with Enfold.
-
AuthorPosts