Forum Replies Created

Viewing 15 posts - 151 through 165 (of 1,124 total)
  • Author
    Posts
  • in reply to: Excerpt is not displayed #13838
    Andy
    Keymaster

    The excerpt of the ‘Shop’ page is now working in the latest version of the theme. Please update to Trusted 1.9

    The newest version also adds new options allowing you to change the height of the header image area.

    in reply to: Excerpt is not displayed #13818
    Andy
    Keymaster

    Thank you for the information. I can see the issue now.

    Please look out for a theme update in the next few days where this will be fixed.

    in reply to: Featured Services in 3 language #13739
    Andy
    Keymaster

    Closing this topic as no response after 8 months.

    in reply to: Overlay header is sometimes not displayed #13738
    Andy
    Keymaster

    Closing and marked as resolved, as no response after 8 months.

    in reply to: Duplicate Content Below Footer #13737
    Andy
    Keymaster

    Closing and marking as resolved, as no response after 8 months.

    in reply to: Moving Main Nav menu? #13736
    Andy
    Keymaster

    Closing and marking as resolved, as no response after 7 months.

    in reply to: It separates the word…. #13735
    Andy
    Keymaster

    Closing and marking as resolved, as no response after 7 months.

    in reply to: WordPress Woomerce plugin error #13734
    Andy
    Keymaster

    Closing this topic as no response after 7 months.

    in reply to: How to enable wishlist on retail pro? #13731
    Andy
    Keymaster

    Closing this topic as no reply after 4 months.

    in reply to: Image exceeds margin #13730
    Andy
    Keymaster

    Closing this topic as no reply after 15 weeks.

    in reply to: Excerpt is not displayed #13729
    Andy
    Keymaster

    Where on the homepage are you wanting the shop page excerpt to display?
    Is it as one of the selected pages in the Featured Services section of the homepage?

    The Trusted theme will display the excerpt of any page (including your shop page) when the page is selected to be used as either one of the Featured Services or the About Section.

    These two locations are the only places where the excerpt of the shop page (or any other page) can be displayed on the home page.

    See the screenshots below which shows how this works.

    in reply to: Excerpt is not displayed #13727
    Andy
    Keymaster

    Could you please provide more information.
    Where on the homepage are you wanting the shop page excerpt to display?
    Is it as one of the selected pages in the Featured Services section of the homepage?

    in reply to: Azuma and page margins #13651
    Andy
    Keymaster

    The theme header contains the beginning of the container wrapper like this:

    <div id="content" class="site-content clearfix">
        <div class="container clearfix">

    But you are using Elementor plugin to completely overwrite the theme’s header, so this HTML with the container is missing.

    You could try this custom CSS (Customize > Additional CSS) to make the main page area behave like the missing container:

    .content-area {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    in reply to: Theme Mods moved to another WP installation #13613
    Andy
    Keymaster

    I would recommend using the Customizer Export/Import plugin. With this you can export your Theme Mods (customizer settings) from your dev site, and then import into the other site.

    in reply to: Lorina product photos #13606
    Andy
    Keymaster

    There isn’t a “best size” as it depends on many factors such as;

    • the size of your original images
    • how many products per row
    • the page width – the default container width is 1400px so if you change it to wider, then each column (products per row) will be wider than normal on larger screens
    • the WooCommerce Product Image size that you have selected in the customizer

    Have you looked at the WooCommerce Product Image thumbnail width in the customizer? The standard width is 300px unless you change it. You can try making this wider e.g. 350px or 400px and see if that works better.

Viewing 15 posts - 151 through 165 (of 1,124 total)