Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1000422

    I’m having weird responsiveness issues with my tab section privately linked, could you tell me why the pages merges together as you shrink the window?

    offtopic: is there a way to disable the TIMELINE fading animation when the page loads? (shown on the first section tab in the link below) i would prefer no animation for speed sake.

    • This topic was modified 6 years ago by yingyang.
    #1000738

    Hey kilimats,

    The page is not asking for the password and so I cannot access it.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1000746

    My bad, just fixed try again

    #1000817

    Hi kilimats,

    Can you disable caching and minification for now?

    What do you mean merges? The tab content from another tab being seen?

    Best regards,
    Victoria

    #1000818

    Correct, as you shrink the page, you will see content from the next tab appearing, see private

    OK caching disabled

    #1000847

    Hi kilimats,

    I still see autoptimize enabled. I cannot test the css properly. Please disable it.

    
    .av-layout-tab.av-active-tab-content {
        width: 100vw;
    }
    

    Best regards,
    Victoria

    #1000877

    forgot about that one, just did try again

    #1001151

    Hi kilimats,

    Thank you :)

    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-layout-tab.av-active-tab-content {
        width: 100vw;
        display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1001234

    It broke the layout completely, now in desktop mode the tab look empty or misaligned, i reverted back, any idea?

    #1001242

    Hi kilimats,

    Sorry, I forgot to add the media query like this:

    
    @media only screen and (max-width: 1024px) {
    .js_active  .av-layout-tab.av-active-tab-content {
        width: 100vw;
        display: block;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1001255

    sorry still broken look when shrinked view :(

    #1001301

    Hi kilimats,

    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,
    Nikko

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