If you can’t then you have to develop CSS code to style it.
But the image loader is displaying for all the images that means all the images use lazy loading that may be another functionality.
Could you please again deactivate the SG Optimizer cache on your website so that I can troubleshoot it?
Hi @Naturcentro,
I hope you are well today and thank you for your question.
You can add it manually by using the text block element in HTML mode as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
This seems happening because of the lazy loading that you are using on your website.
To resolve the issue, please make sure that you have set all the three logos in the theme settings as shown in the attached screenshot and add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-sticky-logo, .sh-light-logo, .sh-sticky-header-active .sh-standard-logo, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img, .primary-mobile-light .sh-header-mobile:not(.sh-sticky-header-active) .header-logo img, .primary-desktop-light .sh-header-top:not(.sh-sticky-header-active) .header-logo img { display: none !important; } .sh-sticky-header-active .sh-sticky-logo, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo, .primary-mobile-light .sh-header-mobile:not(.sh-sticky-header-active) .header-logo .sh-light-logo, .primary-desktop-light .sh-header-top:not(.sh-sticky-header-active) .header-logo .sh-light-logo { display: block !important; }
Also, please remove the CSS code below that you are using on your website added by Yellow Pencil Editor.
.sh-nav-left li .sh-standard-logo { visibility: hidden !important; }
You are most welcome here 🙂
You are most welcome here 🙂
Hi @dirkvang,
I hope you are well today and thank you for your question.
I have created a feature request for it so that it will be implemented in the future version of the theme.
Best regards,
Shufflehound team
Hi @gnbuzz,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying and you want to exclude it so that I can help you to achieve it?
Best regards,
Shufflehound team
I can see the Hummingbird is still active on your website so could you please deactivate the plugin or contact the plugin support to deactivate it completely?
is it possible to add an sidebar (with widgets) to the product-category-site (see screenshot) ?
You can add widgets in the shop widgets area as shown in the attached screenshot.
Yes, that what I am asking you.
Does the same happen to you?
Does the issue specific to only one image as other images display fine?
Hi @SaqlainMughal,
I hope you are well today and thank you for your question.
Sorry, I am not sure exactly what you are trying to achieve so could you please describe it a bit more in detail by sharing the screenshots?
Do you want to use the image as parallax image?
Best regards,
Shufflehound team
Hi @Tihi123,
I hope you are well today and thank you for your question.
I visited your website and saw the error on it as shown in the attached screenshot.
Could you please resolve the error as instructed in the shared screenshot?
Best regards,
Shufflehound team
It works fine for me for all images except one as shown in the attached screenshots.
Does the same happen to you?
Please make sure that you are using the below latest version of the theme.
Please login to access this file
Then update the Yellow Pencil editor to the latest version from the below path.
Admin Area -> Appearance -> Install Plugins
Is it possible that a plugin can do it ? I don’t think so, but… A hack ? But what for?
The plugin can do it only when the code has developed in it to do this.
Have you tested it on a different browser?
You are most welcome here 🙂
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
I logged into your website and saw that you are using the wrong javascript code on your website and using it incorrectly in the theme settings as shown in the attached screenshot.
You should not use script tags in the code and should not load the jquery file as WordPress itself loads it.