-
AuthorPosts
-
February 16, 2018 at 7:22 pm #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.
February 17, 2018 at 7:27 am #913541Hey 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,
RikardFebruary 18, 2018 at 1:44 pm #913906Hi, 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!
February 19, 2018 at 7:34 am #914151Hi,
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,
IsmaelFebruary 19, 2018 at 10:39 am #914188Ok, 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.
February 20, 2018 at 2:17 am #914616Hi,
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,
IsmaelFebruary 20, 2018 at 11:07 am #914784Hi,
– 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
February 21, 2018 at 4:55 am #915222Hi,
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,
IsmaelFebruary 21, 2018 at 10:17 am #915337Hi,
– 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!
February 21, 2018 at 8:25 pm #915659Hi,
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.comBest regards,
BasilisFebruary 21, 2018 at 11:01 pm #915759Hi,
– 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.
February 24, 2018 at 3:30 am #916945Hi,
I’m trying to access the site but I’m getting a blank page. Did you do anything to the site?
Best regards,
IsmaelFebruary 24, 2018 at 7:42 pm #917209No, 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.
February 26, 2018 at 9:59 am #917719Hi,
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,
IsmaelFebruary 26, 2018 at 11:01 am #917741Now yes!! thanks!!
February 26, 2018 at 8:36 pm #917972Hi,
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 -
AuthorPosts
- The topic ‘contents take time to load’ is closed to new replies.