Some questions - by BrokenDancer - on WordPress WooCommerce support

This topic has 11 replies, 4 voices, and was last updated 9 years ago ago by Robert Hall

  • Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 1, 2015 at 14:31

    Hi,

    I’ve searched on the forum but couldn’t find the working solution for these issues:

    1. On single product page: when I click on an image, it pops up nicely. But I cannot navigate to the other images. Lightbox is disabled in Woopress settings and in WooCommerce settings. Tries several settings and solutions.
    https://dl.dropboxusercontent.com/u/3502821/images%20single%20product%20page.jpg

    2. In the menu I would like to have the words displayed as I typed them in the categories section: first character is capital, other characters are lowercase. I tries custom css from forum but that makes all characters in the menu lowercase.

    3.How can I remove the grey lines around the menu items? I use header 8.
    https://dl.dropboxusercontent.com/u/3502821/header%208%20grey%20lines.jpg

    4.How can I get the “zoom” effect on the 3 banners below rev slider on homepage, it is a pretty cool effect on the demo but I don’t get it to work on my site.
    https://dl.dropboxusercontent.com/u/3502821/banners.jpg

    I’m working on local server.

    Thanks,
    Jan

    10 Answers
    Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 1, 2015 at 15:35

    one more 🙂

    5. How can I change the color of the text inside the breadcrumb? I found some css to adjust the color of the product title but that doesn’t effect the color of the categories and “return to previous page”.
    https://dl.dropboxusercontent.com/u/3502821/text%20color.jpg

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 1, 2015 at 15:58

    1.Sorry for inconviniencce this option is not avalible in our theme now and this will be fixed in next update.
    2-3.Please add this code into the cusrom.css:

    .menu > li > a{text-transform:lowercase;border:none;}
    .menu > li > a:first-letter{text-transform:uppercase}

    4.Please add banner-style12 class to the Visual composer banner settings in field “extra class”.

    With best regards
    Brian Johnson

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 1, 2015 at 16:03

    5.Please add this code to the custom.css:

    .woocommerce-breadcrumb a:hover{color:green!important}
    .woocommerce-breadcrumb a{color:green!important}
    .woocommerce-breadcrumb {color:blue!important}

    With best regards
    Brian Johnson

    Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 1, 2015 at 17:55

    Hi,

    2. Can it also work for submenu words?
    3. grey lines are still there
    5. Only a few words change of color, the product name, the little diagonal lines between the words and “previous…” remain white.
    https://dl.dropboxusercontent.com/u/3502821/text%20color%202.jpg

    thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 2, 2015 at 12:22

    Hello,

    2. Please use this code in custom.css file:

    .menu .nav-sublist-dropdown ul > li > a {text-transform:lowercase;}
    .menu .nav-sublist-dropdown ul > li > a:first-letter{text-transform:uppercase}

    3. Please add this code:

    .menu > li > a {
       border: none !important;
    }

    5. Try to add this code:

    .breadcrumbs {
        color: black !important;
    }
    .bc-type-3 a, .bc-type-4 a, .bc-type-5 a, .bc-type-6 a, .bc-type-3 .delimeter, .bc-type-4 .delimeter, .bc-type-5 .delimeter, .bc-type-6 .delimeter, .bc-type-3 .back-history::before, .bc-type-4 .back-history::before, .bc-type-5 .back-history::before, .bc-type-6 .back-history::before {
        color: black !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 12, 2015 at 12:38

    Hi,

    3. still a bit of grey lines 🙂 see screenshot: https://dl.dropboxusercontent.com/u/3502821/header%208%20grey%20lines%202.jpg

    4. that doesn’t seem to do the trick.

    Thanks!
    Jan

    Avatar: Eva
    Eva Kemp
    Support staff
    April 12, 2015 at 14:59

    Hello,

    3. Try to use this code:
    .menu-wrapper {border: none !important;}

    4. Please provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 13, 2015 at 10:07

    4. I’m on local server. Screenshot of banner settings: https://dl.dropboxusercontent.com/u/3502821/banners2.jpg

    Avatar: BrokenDancer
    BrokenDancer
    Participant
    April 13, 2015 at 10:14

    4. No idea what happened, but suddenly it works 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 13, 2015 at 10:15

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall.

  • Viewing 11 results - 1 through 11 (of 11 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.