Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #936102

    I have couple problems. I’m not sure if it was latest update or if it was present before that. After the theme update I manually updated class-framework-widgets.php to fix the Instagram widget.

    1. On frontpage a color section is missing. Latest block before footer. This happens in both desktop and mobile Chrome browser. Firefox is somehow fine.
    2. On mobile, slider on top of the page is missing.
    3. On mobile, menu does not align itself correctly when open.

    There was a cache plugin but I have disabled it.

    #936276

    Hey hannakor,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #936346
    This reply has been marked as private.
    #936435

    Hi hannakor,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .js_active .av-minimum-height .container {
      opacity: 1;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #936460

    Hi Victoria,
    Thanks for the code. It fixed the colorbox. Do you have any idea what causes the problem? Will this be fixed in future updates?

    There still is a problem with mobile browser. When you load the page there is just the logo and menu button in orange background. You have to scroll for content. If you open the menu whole screen is orange and you have to scroll down for the menu.

    With regards,
    Hanna

    #936936

    Hi,

    The height and line height properties of the header and logo are set to 690px on mobile view. Did you add any modifications to the theme? Please enable the Appearance > Editor panel.

    Best regards,
    Ismael

    #937316

    Hi,
    There are modifications via a child theme. I copied these changes to Private content.
    Editor panel should now be enabled. For some reason the functions.php doesn’t show on the editor.

    Thanks!
    Hanna

    #938097

    Hi,

    The functions.php file is not accessible in the Appearance > Editor panel. Please provide the FTP login details in the private field.

    Best regards,
    Ismael

    #938597

    Here is the ftp login.

    • This reply was modified 7 years, 4 months ago by hannakor.
    #939244

    Hi,

    Thank you for the update. I still can’t figure out what’s causing the issue so I added a temporary fix in the style.css file.

    @media only screen and (max-width: 768px) {
    .responsive #header .container.av-logo-container, .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 80px !important;
        line-height: 80px !important;
    }   
    
    .av-hamburger-box {
        height: 24px;
        top: 30px;
    }
    }

    Best regards,
    Ismael

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