Still few imperfections / little bugs - by Roberts

This topic has 12 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler

  • Avatar: Roberts
    Roberts
    Participant
    December 26, 2016 at 13:24

    Hello. Instead of making several topics I will create this one topic with all fixes I need at this moment.

    1. Search icon in fixed navigation menu (screenshot – https://failiem.lv/down.php?i=gcygg9bb&view). It appears for fraction of a second when menu is going up (scroll down so fixed menu appears and then scroll up again to hide menu and you’ll see it) This bug can also be seen on your demo site. Not huge problem, but still not nice, right?

    2. Mobile version has a lot of things to be done.
    This is how discount slider is displayed on front page when mobile is turned vertically – https://failiem.lv/down.php?i=5w2vjjy4&view
    And discount slider when it’s turned horizontally – https://failiem.lv/down.php?i=sxjj3ddm&view

    My cart background is off – https://failiem.lv/down.php?i=4dg8ddb9&view

    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2016 at 13:44

    Hello,

    Please try to add this code in custom.css file:

    @media (min-width: 992px){
       .modal-buttons {
        display: none;
       }
    }

    You should edit Products element that you added on your home page and set “Number of items” value in the element settings http://prntscr.com/do0q1t.
    Try this code:

    @media (max-width: 480px) {
    .shopping-cart-widget .cart-summ > .cart-bag:before {
        top: 8px;
        left: 25%;
    }
    .header .shopping-cart-widget {
        top: 20px;
    }
    .shopping-cart-widget .cart-bag{
        padding: 5px 5px;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Roberts
    Roberts
    Participant
    December 26, 2016 at 14:26

    Thanks Rose, that made a difference.

    One more thing I am having is a little trouble with menu. It’s VC Mega menu which is integrated by 8theme custom support.

    When last 4 menu categories are reached (hovered) by cursor and sub menus drops down. There is a little “edge” which causes sub-menu to close. You can see approximate place in following screenshot – https://failiem.lv/down.php?i=yzqeu444&view
    Previous categories don’t have this problem and this problem appears to be only in Firefox and IE. In Google Chrome everything seems to be fine

    Avatar: Roberts
    Roberts
    Participant
    December 26, 2016 at 14:40

    + one more thing I don’t like is about products slider size “responsiveness”. I believe image size is fixed by original Legenda theme product sizing and in causing this nasty-ness.

    Please take a look at the screenshots to compare. My site – https://failiem.lv/down.php?i=9ur9qqqd&view
    Legenda demo site – https://failiem.lv/down.php?i=7rqzz958&view

    Again, not a big problem but is not nice either. For one second it thinks product image will be different size causing product title to bounce from bottom to it’s place. As I am planning to change product image size to different dimensions, can it be made responsive so I don’t have to ask for the fix every time product image size is changed?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 27, 2016 at 16:20

    Hello,

    I checked your site in Firefox and submenu isn’t closed on my side.
    As for the slider issue please try this css code:

    @media (min-width: 1200px) {.home .owl-carousel .owl-item {
        height: 245px;
    }}

    Best regards,
    Jack Richardson.

    Avatar: Roberts
    Roberts
    Participant
    December 27, 2016 at 17:13

    Thanks for the code. It now cuts product bottom border if product title is longer. I believe it just won’t work perfect anyway.

    Did you try Internet Explorer? Because I am still experiencing this problem and it’s really weird that it’s fine on your end :/
    I tried to record my screen for you but it won’t capture mouse. I have to download another software

    Avatar: Roberts
    Roberts
    Participant
    December 27, 2016 at 17:24

    Please download video attached. This is via Mozilla but it’s exactly the same in IE
    https://failiem.lv/down.php?i=h2hc66hf

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 27, 2016 at 19:34

    Hello,

    Please try this css code for menu:

    .vc-mm-menu ul, .vc-mm-menu li ul {
       top: 100%;
    }

    and this for products slider:

    @media (min-width: 1200px) {.home .slide-item .product {
        height: 245px;
    }}

    Best regards,
    Jack Richardson.

    Avatar: Roberts
    Roberts
    Participant
    December 28, 2016 at 08:04

    Thanks Jack, code for products slide works and now it’s great!

    Regarding menu code, it didn’t work and changed nothing. I still need the fix for it, thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2016 at 08:26

    Hello,

    You’re welcome!
    Please try to add this code in custom.css file:

    .vc-mm-menu-h ul.vc-mm-menu li.vc-menu-item:before {
        content: "";
        height: 40px;
        position: absolute !important;
        display: block;
        width: 100%;
        top: 40px;
    }

    Regards,
    Rose Tyler.

    Avatar: Roberts
    Roberts
    Participant
    January 2, 2017 at 09:52

    Thanks a lot, Rose! Your code fixed it perfectly!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:41

    Hello,

    You’re welcome!
    Have a nice day.

    Regards,
    Rose Tyler.

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

The issue related to '‘Still few imperfections / little bugs’' has been successfully resolved, and the topic is now closed for further responses

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