Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: WooCommerce Product Image Overlay #237741

    Peter,

    For some reason the “\” is being stripped out after saving using the Enfold Child Theme Options/Styling/Quick CSS menu.

    in reply to: WooCommerce Product Image Overlay #237133
    This reply has been marked as private.
    in reply to: WooCommerce Product Image Overlay #235814

    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.

    in reply to: WooCommerce Product Image Overlay #234960

    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,

    in reply to: How get product images same size? #232961

    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

    in reply to: How get product images same size? #232923

    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 120

    Is there a recommended setting for the Enfold theme? Also I have read that they may need to be adjusted to account for Retina display.

    in reply to: Enfold Theme Install – Unable to Preview or Activate #231767

    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)
    ——

    in reply to: Enfold Theme Install – Unable to Preview or Activate #231752

    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?

    in reply to: Enfold Theme Install – Unable to Preview or Activate #231713

    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.

Viewing 9 posts - 1 through 9 (of 9 total)