-
AuthorPosts
-
January 4, 2022 at 3:53 pm #1334222
Hi,
Recently, i have an issue with my easy slider a the end of my home page ( BMW X5 pic).
My image didn’t appear correctly and is reaaly big. I need to refresh the page and it disappears.
Can you please help me to fix this issue ?Best regards
January 5, 2022 at 3:54 am #1334296Hey ced23,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue? This is how the slider looks on our end (see private field) on page load. The image in the slider looks fine.
Best regards,
IsmaelJanuary 5, 2022 at 10:01 am #1334336Hi Ismael,
Thanks for your reply but the issue is still there.
in fact this is the height of the slider ( green part) that is really big by default and when i refreshed the page it disappears.
best regards
cédricJanuary 5, 2022 at 1:17 pm #1334357Hi,
Sorry for the confusion. We actually checked the first image, not the last section with the green background. Try to add this script in the functions.php file to force the slider to resize on page load.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 1500); $(window).on("load", function () { setTimeout(function() { clearInterval(int); }, 500); }); })(jQuery); </script> <?php }
Best regards,
IsmaelJanuary 5, 2022 at 4:51 pm #1334394Ismael,
I add it but it doesn’t work. please can you help me ?
thanks
January 6, 2022 at 5:40 am #1334472Hi,
Thanks for the update.
We may need to access the dashboard in order to check the issue further. Please post the login details in the private field and make sure that the Appearance > Editor panel is accessible so that we can edit and test the script.
Best regards,
IsmaelJanuary 6, 2022 at 10:07 am #1334501This reply has been marked as private.January 7, 2022 at 3:38 am #1334612Hi,
Thank you for the access.
Where did you add the code? We cannot edit the files because the Appearance > Editor panel is not accessible. Please enable it so that we can test the script.
You may need to edit the wp-config.php file and set this line to false.
define('DISALLOW_FILE_EDIT', true);
Best regards,
IsmaelJanuary 7, 2022 at 9:46 am #1334658Hi Ismael,
i add it in CCS block in my theme settings ( General style).
you can access to panel editor so i didn’t get your point.please can you get back to me asap.
best regards
January 7, 2022 at 2:49 pm #1334682Hi,
I went to Quick CSS and removed the code Ismael shared. It should be pasted into the bottom of Functions.php file of your child theme.
Theme Editor is still not accessible so we could not add the code for you.
Could you please post FTP logins here privately so we can add it via FTP?
Best regards,
YigitJanuary 7, 2022 at 3:07 pm #1334684This reply has been marked as private.January 9, 2022 at 9:09 pm #1334890Hi,
Thank you for your patience and for the login, I found the issue was from your EWWW Image Optimizer ▸ LazyLoad option, I disabled this option and tested in Chrome, Firefox, & Edge on Windows & Safari, & Chrome on Mac and it seems to be solved, please clear your browser cache and check.Best regards,
MikeJanuary 10, 2022 at 10:10 am #1334935Hi Mike,
it works perfectly. Thanks.Cédric
January 10, 2022 at 12:24 pm #1334941Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 10, 2022 at 1:05 pm #1334942Hi Rikard,
you can close it.
thanks
cédricJanuary 10, 2022 at 1:23 pm #1334944Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Easy slider issue’ is closed to new replies.