• Resolved arnager

    (@arnager)


    Hi

    Love this theme and there is so clean stuff and a lot of things to do.

    We have bought the full license for the site and are really looking forward to building it up with products and will integrate it towards a POS-Sale in store point aswell as a webshop.

    But we would love to get some help with this points:
    1. How can I change the actual color selection in the web page. Then I think of buttons, read more button, buy button etc etc.
    2. How can we change the text itself. Miss being able to choose full caps, or just lowercase letters on all the products.
    3. Are there any options for locking the size of the actual box per product? So it does not change, but auto changes image / text to fit?

    Feel free to come up with tips, tricks, etc. You think we should look at to make the site even better. This is our first online store page.`

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, dar @arnager !

    Thank you for your support in this hard time for Ukrainians!

    You have a lot of Customization abilities for your WooCommerce products page in the ExS theme into your Appearance – Customize here:

    flameshot_screenshot

    You can customize your ‘buy’ button text for simple products here:

    flameshot_screenshot

    And you can customize your entire site buttons into your Customizer here:

    flameshot_screenshot

    Entire theme colors are also very flexible and very customizable with a live preview here:

    flameshot_screenshot

    You can also try to add the following CSS snippet into your Customizer – Additional CSS section like so:

    .woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
        width: 19%;
        margin-right:1%;
        margin-bottom:1%;
    }

    flameshot_screenshot

    Please let us know if that is what you’re looking for and if you have more questions!

    Thread Starter arnager

    (@arnager)

    Hi

    exstheme guys and thanks for the FAST reply ??

    We are also looking for a way to get the categories to hide when there is no products in stock or in the categorie. So if we do not have any more products under ”tilbud” (sale). The hole categorie is hidden on the page untill there is a product in stock there in that categorie. ??

    Best regards from ?yvind ??
    Our hearts go out to everyone in Ukraine

    Thread Starter arnager

    (@arnager)

    As you can see. This is the problem we have with the product frames
    THe height will not repsond

    Picture link: https://nettbutikk.zoohaven.no/wp-content/uploads/2022/04/Skjermbilde-2022-04-29-013739.png

    Thread Starter arnager

    (@arnager)

    And last, is there a way to make the view on cellphone more like 2-3 collums of products, now we just get one and one with big big picuture ??
    Would love to change this.

    again, love this theme, so just hope this will be a thing we can change. ??

    Theme Author exstheme

    (@exstheme)

    Hello once again, dear @arnager !

    To make your products appear in 2 columns on small screens and to make them equal height please try to add the following CSS snippet into your Customizer – Additional CSS section below our previous code snippet:

    
    ul.products {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .product-loop-item {
        height:100%;
    }
    
    @media(max-width:500px) {
        .woo ul.products[class*=columns-] li.product {
            width: 48%;
            margin: 0 0 2.992em;
        }
    }
    

    Hiding empty categories is outside the scope of themes.
    You can see that this task can slow down your site:

    https://gist.github.com/DarkAllMan/cffb114eb97c6f26882e54793e023587

    https://stackoverflow.com/questions/65684762/hide-woocommerce-empty-product-categories-from-wordpress-menu

    Thank you very much for your kind words! They are really important for us.

    Best regards!

    Theme Author exstheme

    (@exstheme)

    Hello, dear @arnager !

    We have not heard any news from you. We see that you have an internal server error at the moment.

    Please let us know if you need any further assistance.

    Best regards!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with Color, Categories and what will show’ is closed to new replies.