Tag slug on big slide is not working

Posted in: Newspaper
Post count: 41

Hi, I want to show only specisific tagged posts on the big slider, however it disappears when I define a tag for it.

the other problem is, if I enable the “crop featured image” option, the image is looking like this

http://oi57.tinypic.com/o5n951.jpg

but it looks fine on category slider.

http://oi57.tinypic.com/2ufybso.jpg

if cropping is disabled, then the height of image is being too much. But I want it to be shown as in the category slider.

Post count: 41

I have managed to handle them.
For the slider, just added one more post then slider appeared on homepage, no problem.

for the image, reuploaded the image after enabling cropping.

Everything is fine now.

Just a little question. my pagespeed is 97(mobile) and 88. Of course I wanna keep them, but after the images, google wants me to optimize them. I was wondering if I could get them from ftp and compress then reupload. It would be okay, wouldnt it?

Post count: 3343

Hi,
You can change the compression of the images and rebuilt the thumbnails.

Add this in function.php add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) ); This will change the compression to 50, you can change any value you want.

After that rebuilt the thumbnails using this: https://forum.tagdiv.com/using-the-theme-with-existing-content/

You can read here more details about the page speed optimization:
https://forum.tagdiv.com/topic/pagespeed/#post-3070

Thanks for the message!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.