Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1002692

    Hi Team,
    here is an spooky effect with the full width slider:
    When I use this slider and activate this screen options:
    Hide on large screens (wider than 990px – eg: Desktop)
    Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)
    the header logo get resized at 50% in all solutions!

    When I delete the silder element, the logo size is well!

    Hope you can help me, thank you and regards
    Mike

    • This topic was modified 6 years, 2 months ago by Mike61.
    #1003063

    Hi Team,

    no aswers here? Hope you can help me!

    Kind reagrds
    Mike

    #1003438

    Hi,

    Please excuse the late reply. To be honest I think the logo resizes because of the mobile menu (burger menu) which is used between 480 and 767px screen width.

    You can use following css code to resize the logo:

    
    @media only screen and (max-width: 767px){
    .responsive .logo img {
        max-height: 58px!important;
    }
    }
    

    If you want to align the logo with the menu icon use this css code:

    
    @media only screen and (max-width: 767px){
    .responsive .logo img {
        max-height: 58px!important;
    }
    
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
        margin-top: 10px;
    }
    
    #header_main {
        padding-top: 18px;
    }
    }
    

    You can add the code snippets to the child theme style.css or the quick css field.

    Best regards,
    Dude

    #1003477

    Hi Dude,

    I talk about the Desktop view!
    Normally on this site the logo is 116px hight, when I use the element “Full width slider and” activate this screen options:
    Hide on large screens (wider than 990px – eg: Desktop)
    Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)
    the header logo get resized at 50% in ALL resolutions!

    So, hope you understand and can help.

    Thank you and regards
    Mike

    • This reply was modified 6 years, 2 months ago by Mike61.
    #1004100

    Hi,

    still no solution? :(

    Thank you and reagrds
    Mike

    #1004496

    Hi,

    Sorry for the late reply, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    #1005361

    Vinya,

    two answers in 6 Days and they say nothing else bla ;)
    I don’t need an long instruction for build an account, I need an solution
    for my problem with Enfold. I see this since many month, that the most
    support operators wrote Question instead Answers or general phrases!
    And: It seams that the support operator often don’t really read an question
    (see the answer from Dude in this thread).
    This is no more the great support of Enfold and I hope it gets better in future!

    One thing more: I am not the only one who think so. I have contact to the Enfold groups
    on FB and there are many people with this thinking.

    Mike

    • This reply was modified 6 years, 2 months ago by Mike61.
    #1005637

    Hi,
    I’m sorry you’re not happy with my work but I read your question carefully and I couldn’t reproduce the issue you described on my desktop. I only noticed it between 480 and 767px screen width and I posted some code which (I believed) would solve your issue. You also added this code to the child theme:

    
    .html_header_top.html_header_sticky.html_large #header_main .container, .logo a, .logo img {
        height: 116px !important;
        max-height: 116px !important;
        line-height: 116px !important;
    }
    

    which (at least on my pc) does not allow the logo to shrink to different sizes.

    I’m sure this is another blabla answer for you but please create us an admin account and we’ll try to reproduce the issue on a test page (with and without slider).

    Best regards,
    Dude

    #1005692

    Dude,
    at first I tested many Browser on PC/MAC and at all the Logo was 58px (50%) for all resolutions!
    Then I know that I can fix the logosize with code like yoiurs but this is not what I want! I have
    the similar code to fix it by my self since some days, for this I don’t need professionell help.
    I will now why the logo goes automatic to 50% in this project – I don’t know why!
    First I will test some things and when all this not work I will send you an admin account.
    Thank you for stand by.

    Best Regards
    Mike

    #1005923

    Hi,

    Ok, I’ll leave the thread open and wait for the login credentials.

    Best regards,
    Dude

    #1006046

    Hi Dude,

    it seams that the problem comes with an other .js (not Plugin) because after I delete this,
    the behavior of the logo is normal. For your Information it must be one of them:
    https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js
    https://cdn.rawgit.com/Promo/wheel-indicator/f047fdff/lib/wheel-indicator.js
    https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js

    Best Regards
    Mike

    #1006405

    Hi,

    Alright. It’s good that you found the problem. If I am not mistaken, those scripts are from the layer slider. Are you using the layer slider?

    Best regards,
    Ismael

    #1006503

    Hi Ismael,

    no, ist was an project from codepen:

    Best Regards
    Mike

    #1006875

    Hi,

    Oh ok. Thanks for the info. :)

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.