Home › Forums › Jevelin Theme › Images doesn't appear
Home › Forums › Jevelin Theme › Images doesn't appear
Hello dears, i have a problem with portfolio featured images in Arabic version.. image appear in some projects and doesn’t appear in some other projects.. but when i click on it, it appears.. you can check that here: https://goodnews-eg.org/ar/1269/
also in the blog when i click on load more it brings more posts but without images, you can check that here: https://goodnews-eg.org/news/
Hi @equipdigital,
I hope you are well today and thank you for your question.
Please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
If you are still facing the issue then please try disabling the Lazy loading option of the theme as shown in the attached screenshot.
Best regards,
Shufflehound team
I tried both ways and the problem still exist
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporarily share me your site admin login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
yes sure
You can resolve it by adding 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
html[dir="rtl"] .single-post #page-container .sh-gallery .slick-track { transform: none !important; }
it didn’t solve the problem.. please check here https://goodnews-eg.org/ar/portfolio/%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d8%ac-%d8%a7%d9%84%d8%aa%d8%b9%d9%84%d9%8a%d9%85/
Please use the below custom CSS code instead of the CSS code shared above.
html[dir="rtl"] .single #page-container .sh-gallery .slick-track { transform: none !important; }