Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1723710
woocomerce
Closed

Comments

  • kubasa started the conversation

    Hi

    Is there any chance to achieve on product page gallery (on shop) that behaviour:

    1. to click at thumb -> thumb is displayed in main picture window (this big one)

    2. to click at that big picture will open ..as now do.. prettyphoto viewer

    I tried with that plugin WooCommerce Better Thumbnail Navigation, Not work with Allston Theme

    Jake

  •  1,845
    Elated replied

    Hello Jake,

    Thank you for writing in.

    Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require use of some 3rd party plugin or some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    When it comes to 3rd party plugins, you have to understand that we didn't and couldn't test all plugins out there with our themes. Of course, some compatibility issues might occur once in a while and there's nothing we can do about that. The official plugins we provided bundled inside our theme are the ones that are tested several times before the theme was launched and we guarantee their functionality. If you're having issues with any other plugin you downloaded yourself, please refer to the author of the plugin or the team behind it. 

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    Within our theme possibilities you can try using portfolio list shorcode with Click Behavior "Open gallery in pretty Photo on click" to showcase images:

    And you can use Portfolio External link option in a portfolio single backend to link them back to Product singles:

    Please let us know if there's something else we can do for you!

    Thank You,
    Kind Regards,
    Norah


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • kubasa replied

    Ok. Thank You for Your response.

    Another question (excuse same ticket):

    1. Is it possible to change "Shop list" name for example to "Shop Product" on product gallery page?

    2. Is it possible to display more than 3 elements (thumbinails). When I set 4 or 5 the verticall list is going down and cover "Related products" area.

    See attachment.


  •  1,845
    Elated replied

    Hi there,

    1. Try to paste this in Appearance > Customize > Additional CSS:

    .single-product h1.eltdf-page-title.entry-title {
        font-size:0px;
    }
    .single-product h1.eltdf-page-title.entry-title:after {
        content: "Shop Product";
        font-size:32px;
    }
    

    2. There is option to set up more than 3 images, but it would require some styling (custom CSS) and setting up those thumbnails to fit in the content. Like you said, it would cover description and some custom coding can set up images to fit in. But you will have to do it for every product single page where you add different numbers of product images. 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.