stop featured image animation
-
Hi,
How can I stop featured image animation on category page as well as single post.
It is very annoying. I just want to display image & reduce the size of displayed image on category page.
The page I need help with: [log in to see the link]
-
Fixed the animation of image, I could find the solution in the forum.
Please help with the image size.
Hii ruchika_b,
We check your site featured image animation is already stop.
For reduce the size of image on category page –
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –.enigma_blog_full img { width: 350px; }You can change the width as per your requirement.
Thanks.
Thanks, it worked.
1. Is there any way to show smaller image on category page & bigger on single post?
2. Can image be in line with the text on single post, instead of above the content & on category post in line with the title?Hii ruchika_b,
Firstly create a child theme using plugin – https://wordpress.org/plugins/orbisius-child-theme-creator/
Now copy category.php file from parent theme and paste it into child theme.
Open category.php file and replace the code with the code given in the below link and save the file –Now paste the code in Custom CSS box and save –
.category img { width: 389px; height: 215px; }You can change the width and height of the image as per your requirement.
Please tell us clearly about your 2nd issue with screenshot.
Thanks.
2. Can image be in line with the text on single post, instead of above the content & on category post in line with the title?
for single post image alignment like this: http://certesrealty.com/centre-pushes-for-vertical-growth-amid-rising-urban-space-demands/
For category page image alignment like: http://certesrealty.com/category/latest-news/Hii ruchika_b,
Copy single.php file from parent theme and paste it into child theme. Replace the code of single.php file with the code given in the below link and save the file –
Now replace the code of category.php file with the code given in the below link and save the file –
Now paste the code in Custom CSS box and save –
ul.blog-date-left { display: none; } .enigma_blog_wrapper h2 { color: #31a3dd; } .enigma_blog-img img { width: 300px; } .enigma_blog_full .enigma_blog_thumb_wrapper_showcase { margin-bottom: 20px; margin: 10px; } .post-content-wrap { padding: 0; }Thanks.
Hi,
Thank you for your reply.
1. By changing the code in category.php it displays the post only containing images. http://delhi-masterplan.com/category/articles/
http://delhi-masterplan.com/category/blogs/
Other posts are not visible.
2. on changing the below code in css , widget title disappears because of the same color, if I change it to white, Title of the post is not visible because of white color on white background. For the time being I have changed it to black..enigma_blog_wrapper h2 {
color: #31a3dd;Hii ruchika_b,
Please deactivate your plugin one by one and then check your site.
Thanks.
Hi,
By changing the code in category.php it displays the post only containing images.
http://delhi-masterplan.com/would-delhi-cm-lose-the-mcd-plot-with-land-pooling/
Please check the link, this post post doesn’t contain featured image, that’s why post content is not visible.Also, I tried deactivation the plugins, still problem remains the same.
Please help.
ThanksPlease get child-theme with your requested solution from here :https://ufile.io/vfyzw
Thanks
Thank you so much for your help.
Really appreciate. This theme is so good.
Thanks again.
The topic ‘stop featured image animation’ is closed to new replies.
