Quick View and other problem - by nic_and_mel

This topic has 8 replies, 3 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 6, 2015 at 11:44

    Hi!

    Just purchased the theme and I think it is great.

    I have a few questions:

    1. In the backend it says 1.2.1, but the latest version should be 1.3, and that was the one I downloaded. Is this correct?

    2. The quick view funktion is enabled, but it does not show on products. I have latest WP, Woocommerce and theme.

    3. Is there anyway to decrease the padding above and below the logo in the header. Now I think the header is to large (to much empty white space).

    4. The space above the product on category and single product page is to large. I do not want any breadcrumbs or image there, but it is like there is still empty space for this. How can I make this tighter?

    Best regards
    Daniel

    7 Answers
    Avatar: stan
    Stan Russell
    Participant
    March 6, 2015 at 13:09

    Hello,

    please provide us with admin credentials for your site in private content.

    Regards,
    Stan Russell.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 6, 2015 at 15:33

    HI!

    Please see the login attached in private content.

    Best regards
    Daniel

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 6, 2015 at 16:15

    Hello,

    1. Did you made any changes in original theme files, style.css?
    2. “Quick View” link is present but it’s not visible because of large font size.
    Add this code in custom.css file:

    .footer-product a {
    font-size: 10px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
    3. Please add this code in custom.css file:

    .header-logo img {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    4. Use this code in custom.css:

    .bc-type-3, .bc-type-4, .bc-type-5, .bc-type-6 {
       display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 6, 2015 at 17:26

    Hi, and thank you for your quick input. However there is something really strange. When I want to go to the editor i wordpress to add to the custom.css-file, I notice the menu for the editor is not available…

    I have made a lot of WP-sites, and that menu is always there, under appearance. Now the last menu-item is Instll plugins. Really weird.

    In the meantime, is there any way I can add the information to a file named custom.css, and upload it? Do I need to add something else in the file, and where should I upload it?

    Tanks you again

    Best regards
    Daniel

    Avatar: Eva
    Eva Kemp
    Support staff
    March 6, 2015 at 17:35

    Hello,

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 6, 2015 at 17:43

    Hi again!

    I manage to just add this to the custom.css and upload and now it works.

    Thank you again.

    I have one additional question:

    On a couple of places, like on the frot-page, below the featured/new products and at the singel product page, under the review, there is a really large empty section before the footer. Is there any easy way to fix this, or do I have to add it to the custom.css as well, and if so, what code should I use?

    Thanks again.

    Best regards
    Daniel

    Avatar: Eva
    Eva Kemp
    Support staff
    March 6, 2015 at 18:43

    Hello,

    Please try to use this code in custom.css:

    .responsive-sidebar-bottom {
        margin-bottom: 0px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.