Home › Forums › Jevelin Theme › images main page not working
Home › Forums › Jevelin Theme › images main page not working
not sure why but
Suddenly the images on desktop when I go to
http://www.saveatrain.com/blog/
are not loading,
but when I go to a specific blog post it works for example:
http://www.saveatrain.com/blog/apps-download-traveling/
Hi @SaveATrain,
I hope you are well today and thank you for your question.
Could you please clear and temporarily deactivate the autoptimize that you are using on your website so that I can troubleshoot it?
Best regards,
Shufflehound team
i didn’t change anything in the plugin autooptimize, the only thing i did from yesterday was to release a new blog post
I didn’t say you changed anything in the plugin autooptimize.
I requested that could you please clear and temporarily deactivate the autoptimize that you are using on your website so that I can troubleshoot it?
i spoke to auto-optimize they are saying its wp_footer bug on the theme:
https://wordpress.org/support/topic/homepage-issue-or-bug/#post-12744388
to clarify, on this page wp_footer() is active – https://www.saveatrain.com/blog/tips-traveling-pregnant/
on this page its not , hope you can fix it quickly – https://www.saveatrain.com/blog/
I am not sure whether they have checked the theme files or not but wp_footer is always active for every page as it is added in the theme footer.php file as shown in the attached screenshot therefore it is not a theme bug.
then do you have a different explanation of why images don’t work on
https://www.saveatrain.com/blog/
and images does work on
I don’t have that is why I am requesting you to ask it to the plugin support.
how are you sure its also served on the front page of http://www.saveatrain.com/blog/
i tried to find trace of footer.php in my edit source and couldn’t find
You can see on that page the tags added in the footer.php file near wp_footer such as closing body tag.
can you please try on your end, to create a page, and do not assign this page to the menu,
then go to the main blog and see if your images are loading lazy?
the reason why i think its related, is because even if i go to this page, the images are not loading,
but on every blog post, the images are loading perfectly
can you please try on your end, to create a page, and do not assign this page to the menu, then go to the main blog and see if your images are loading lazy?
I have tested it on my test site and it’s working fine for me using the latest version of Jevelin theme as displayed in the attached screenshot.
the test was to <span style=”text-decoration: underline;”>create a page, any page you want, publish it,</span>
<span style=”text-decoration: underline;”>not have it in the menu</span>
and then go to the normal blog, and see if the images are loading lazy,
was all this done?
also you remember you told me to add:
body.page #content > .page-featured-image {
display: none;
}
into my custom css, maybe that effected the images in the main blog homepage?
was all this done?
Yes, that is what I have done.
also you remember you told me to add:
into my custom css, maybe that effected the images in the main blog homepage?
Yes, you can just test it by temporarily removing that CSS code.