StyledThemes

Product view image

Home Forums WordPress Themes – Premium Styled Store Pro Product view image

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #39990
    Leivison Pignati
    Participant

    I ran the “Regenerate Thumbnails” only in an image from the image gallery. Only it does not increase.

    View: http://crie.kidiba.com.br/product/new/

    Thanks

    #39991
    Leivison Pignati
    Participant

    Hi,

    I commented the lines below the file ‘functions.php’, and the problem stopped happening. Now when running “Regenerate Thumbnails”, the lightbox normally opens.

    //enable shortcode on text widgets
    add_filter( ‘widget_text’, ‘do_shortcode’, 11);
    //set thumbnnail size of 700*450
    add_image_size( ‘styledstoreblog-image’, 825, 450, true );
    // single product slider thumb
    add_image_size ( ‘styledstore-product-thumb’, 130, 90, true);
    //set thumbnail image forblog post
    add_image_size ( ‘styledstore-blog-fulwidth’, 1110, 450, true);
    //set image size for featured gallery of post
    add_image_size( ‘styledstore-gallery-post’, 259, 144, true );
    //set thumbnail image for recent post
    add_image_size ( ‘styledstore-pro-thumbnail-recent’, 80,100,true);
    //set thumbnail image for promo background iamge
    add_image_size ( ‘styledstore-pro-promo-image’, 2400, 400,true);

    //set thumbnnail size of 555×302 for single product
    add_image_size( ‘styledstoreblog-woocommerce-single-product-gallery’, 555, 370, true );

    #39992
    Leivison Pignati
    Participant

    Sorry. I commented the line:

    //set thumbnnail size of 555×302 for single product
    add_image_size( ‘styledstoreblog-woocommerce-single-product-gallery’, 555, 370, true );

    #40001
    Bidur
    Moderator

    Hi,

    Please follow this step to get right image size. Install the regenerate thumbnail plugin and then regenerate it. It may take a while depending upon the numbers of image in your site. It will solve your problem

    Thanks

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.