Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #913357

    Hi, I have two issues:
    -I´ve finished my web and noticed that some contents take a lot of time to load, specially in some pages,( that I show you below).
    I mean contents below the sliders.
    I have to scroll down many times to make them load.
    Perhaps I have not taken some configuration into account?

    – I would like to reduce left bleeding inside the accordions. As I show you in my screenshot. Could you give me some quick css code for this?

    Thanks!!

    • This topic was modified 6 years, 9 months ago by cipriana.
    #913541

    Hey cipriana,

    1. I couldn’t reproduce that on my end, please provide more info on the problem.

    2. Please add this to Quick CSS:

    .single_toggle p {
        padding: 1px 2px 1px 10px !important;
    }

    Best regards,
    Rikard

    #913906

    Hi, thanks for your answer.
    – I send you two screenshots where I show you that when I load a page, contents are not loading at the same time. I have to scroll down and scroll up in order to make them load. (screenshots A and B)

    – Bleeding has been modified in the accordion title also, and I only want to modify the bleeding in the accordion content, not the titlees. (C)

    Thank you!

    #914151

    Hi,

    That is the default behavior of the animated elements. The animation will start when the elements are partially visible in the view port. If you want to disable the animation, please add this css code.

    .avia_transform .avia_animated_image, .avia_transform.avia_desktop .av-animated-generic {
        opacity: 1;
    }
    
    .avia_transform .avia_start_delayed_animation.fade-in {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }

    Best regards,
    Ismael

    #914188

    Ok, thanks
    But the same happens in mobiles with the slider (screenshot).

    As for second issue, you have not seen it I guess:
    – Bleeding has been modified in the accordion title also, and I only want to modify the bleeding in the accordion content, not the titlees. (C)

    thanks!

    • This reply was modified 6 years, 9 months ago by cipriana.
    #914616

    Hi,

    1.) Please check the slider settings. Make sure that the slider is not hidden on mobile view.

    2.) You should adjust the 4th value of this css modification.

    .single_toggle p {
        padding: 1px 2px 1px 30px !important;
    }

    Best regards,
    Ismael

    #914784

    Hi,
    – I have two sliders, one for mobile and one for desktop. So the mobile version is hidden over 991 in slider settings. But the problem is not that the slider is not visible. I loads on mobile view, but after I scroll down and scroll up again. Not when the page loads at first time.

    – If I put a higher number in the 4th value, the indentation is bigger and that is not what I want (screenshot B). If I put a lower value on the 4th value, the indentation is fine, but the title of the accordion overlaps with the icon. (screenshot C)

    thanks

    #915222

    Hi,

    Thank you for the update.

    1.) Please provide the login details in the private field so that we can check the settings.

    2.) Remove the previous css codes then use this instead.

    .single_toggle .toggler {
        padding: 1px 2px 1px 30px !important;
    }

    It will adjust the padding of the toggler without affecting the content.

    Best regards,
    Ismael

    #915337

    Hi,
    – Now the toggler title is fine again, but I still need to reduce bleeding space, as in my first screenshot. I need to reduce the interior content bleeding.

    I send you login details also.

    thanks!

    #915659

    Hi,

    I loaded your site and searched for a toggle ( please give exact page if I am wrong )
    and here how we see with no space
    https://screenshots.firefox.com/F8oAaj5HnnZEL5cw/cimop.com

    Best regards,
    Basilis

    #915759

    Hi,
    – no that´s not the page. I show you the page in private content. I need that bleeding smaller. The interior bleeding only, NOT the toggler title.

    -As for the first issue I will open a new thread to make things more clear.

    Thanks!

    • This reply was modified 6 years, 8 months ago by cipriana.
    #916945

    Hi,

    I’m trying to access the site but I’m getting a blank page. Did you do anything to the site?

    Best regards,
    Ismael

    #917209

    No, I did nothing. In fact I have another thread opened and your mates are seeing the page.

    thanks

    • This reply was modified 6 years, 8 months ago by cipriana.
    #917719

    Hi,

    Please remove the following css codes in the Quick CSS field.

    .single_toggle p {
        padding: 1px 2px 1px 30px !important;
        font-size: 15px !important;
    }
    
    .single_toggle p {
        padding: 1px 2px 1px 33px !important;
        font-size: 12px !important;
    }

    And then add this code to adjust the padding around the toggle content container.

    .toggle_content {
        padding: 12px 15px 11px 15px;
    }

    Best regards,
    Ismael

    #917741

    Now yes!! thanks!!

    #917972

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘contents take time to load’ is closed to new replies.