Home Forums Basel support forum Design issues

Design issues

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #8803

    Denis
    Participant

    Hi,

    we purchased the theme and we are trying to make some thing happen and just don’t know where and how to do it.

    1. How can I change the “slide” hight in product category?
    https://www.screencast.com/t/kpPdKjH83z

    2. How can I remove white lines in megamenu background?
    https://www.screencast.com/t/3ggDIDRs8LiO

    3. Can I set default size if product pictures? Now some pictures appear in different sizes.
    https://www.screencast.com/t/rTg6FFkdB

    4. Where can I set for out of stock products not displaying?

    5. How can I make link to actual category when I press it in menu (left sidebar on homepage)? Now it takes me on homepage. And why does everything I click in “cart sidebar” link me to my homepage insted of cart and other links?

    https://www.screencast.com/t/0DqnSj1O2q1

    #8822

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    1. You can change this size in Theme Settings -> Page Heading.

    2. As we can see, you have created your mega menu dropdowns with Visual Composer, right? Then you can simply set margin top and bottom to -35 for the row with background for example to compensate this white space.

    3. You can manage images size in WooCommerce -> Settings -> Products -> Display.

    4. Unfortunately, there is no such option in WooCommerce.

    5. We see that you have added HTML Blocks links to your menu. Just use “Product categories” instead to compose your menu in Appearance -> Menus to make links lead to categories pages.

    Kind Regards
    XTemos Studio

    #8864

    Denis
    Participant

    Hi,

    thanks for your answers.

    1. I changed the size in WooCommerce -> Settings -> Products -> Display -> Single Product Image 300×300
    and images are still huge http://blog.bead.si/shop/slikanje/slikarski-copici-in-pripomocki/slikarski-copici/sinteticni-akrilni-copic-princeton-snap-9800-ploscat/

    should i enable it somewhere else as well?

    2. I found it, you actually can hide out of stock products in inventory settings.
    Out Of Stock Visibility Out Of Stock Visibility Hide out of stock items from the catalog

    3. I noticed I have no cart or Checkout Page. Why is that? Shouldn’t this be imported?

    Regards

    Denis Rebernik

    #8889

    Artem Temos
    Keymaster

    Hi,

    1. Try to fix sizes with CSS

    .single-product-content .woocommerce-main-image {
    	text-align:center;
    }
    .single-product-content .woocommerce-main-image>img {
    	max-height:300px;
      	width:auto;
    }

    3. They should be imported with WooCommerce. Here is a documentation that will help you to setup them https://docs.woocommerce.com/document/woocommerce-pages/

    Regards

    #8990

    Denis
    Participant

    Thank you for your answers, everything worked perfect.

    But new problem accured. Page heading is back to small, but in settings it is set to large. Is there anywere else I can set it to be bigger?

    Regards

    #9002

    Artem Temos
    Keymaster

    This size can be also specified for the particular page. Open shop page for editing and check it.

    Regards

    #9045

    Denis
    Participant

    Great, thank you very much.

    Regards

    #9054

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Design issues’ is closed to new replies.