New Landing How can we help? Atelier Quick problems – I think (responsiveness & small menu issue)

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Atelier
  • #235036
    dianavcarrico
    Member
    Post count: 56

    Hello again guys,

    Latelly I’m such a pain in the ass but well…

    Here it goes (check screenshots to get it better):

    – Responsiveness of the swiftslider or image, don’t know exactly. When I’m at the homepage I have a a swiftslider and an image on the right side. When I reduce the size of the browser to see how it behaes on ipad / iphone… the image & video “don’t resize the same” theres a white space bellow the image. How can I fix this? They are both in the same “row” on swiftbuilder.
    – “Shop” link in the Menu appears to be “hovered” but I’m at the homepage… it only happens on the english store, not on the portuguese one.

    Attachments:
    You must be logged in to view attached files.
    #235315
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What is your URL? Please also add a WP login for us.

    Thanks.

    #235333
    dianavcarrico
    Member
    Post count: 56
    This reply has been marked as private.
    #235658
    dianavcarrico
    Member
    Post count: 56

    Any news on this matter?

    I really have some urgency to put the website live again, as I’m losing customers and visits.

    Thank you!

    – Dee

    #236165
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Dee,

    Handling the differences between the video and image height display is pretty tricky.

    I think I good start would be to add this to your Theme Options => Custom CSS:

    @media (min-width: 768px) {
    	.swift-slider-outer {
    	    max-height: 383px;
    	}
    }
    
    @media only screen and (max-width: 991px) {
    	.swift-slider-outer {
    	    max-height: 295px;
    	}
    }

    Thanks.

    #236544
    dianavcarrico
    Member
    Post count: 56

    It almost works, but that code reduzes the size of the video on swift slider with the browser in normal width…but it works perfectly when resizing to a smaller width size. Do you think there’s an aditional code to fix this?

    Also, the “Shop” link issue? Any thoughts? In the Menu it still appears to be “hovered” but I’m at the homepage and it only happens on the english store, not on the portuguese one.

    Thanks!

    – Dee

    #236908
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #236914
    dianavcarrico
    Member
    Post count: 56

    Looks Perfect, David!

    How can I put the homepage that way? Is it easy for you to do it? Let me know!

    Even the “shop” link on the menu on that page is fixed.

    Thanks a million times,

    – Dee

    #236917
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    No problem – here is the code:

    @media (min-width: 768px) and (max-width: 979px) {
        .page-id-18036 .swift-slider-outer {
         max-height: 293px;
        } 
    }
    
    @media (min-width: 979px) and (max-width: 1200px) {
        .page-id-18036 .swift-slider-outer {
         max-height: 383px;
        } 
    }
    

    To add this to your homepage please remove these references: .page-id-18036

    Thanks.

    #236923
    dianavcarrico
    Member
    Post count: 56

    Let me know hot to fixe the link on the menu as well..

    it’s still appearing to be “clicked” in the homepage.

    Thanks,

    Dee

    Attachments:
    You must be logged in to view attached files.
    #236927
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test using this:

    nav .menu > li.current-menu-ancestor > a {
        color: #0a0a0a;
    }

    Thanks.

    #236928
    dianavcarrico
    Member
    Post count: 56

    Thanks, it worked!

    – Dee

    #236932
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem!
    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register