Using the theme with existing images

Posted in: Newspaper
Post count: 16

Hi.

I used the Regenerate Thumbnails plugin to rebuild thumbnails of featured images. However, it didn’t work fine with me (yes, the theme was activated).

As you can see HERE, the slider is awful (probably because the images are too small) and there is a gray bar on the posts pages.

I only have tested with a couple of images and I want to know if there is any way to fix, at least, the images of posts.

Since my slider has two columns, if I use the size 700×357 for future images it will work fine ?

Other two quick questions:
1) It is possible to have two sliders on the same page ?
2) There is any trick to have more than a block with articles filtered by author (it only show me the Admin but I have two more authors) ?

Regards

Post count: 3343

Hi,
Is like that because you don’t have a sufficient size image. In post if you want you can hide that gray box color adding this CSS in theme panel -> Custom CSS

.post .thumb-wrap {
    background-color: #FFFFFF;
}

Also some thumbnails like this one: http://screencast.com/t/laS4P9vYh is not cropped. To test if the cropping works make a new post and add a large featured image and see if the thumbnails is cropped: http://screencast.com/t/efFT0u7z0o and see if the image is full or cropped.

If not could be from your missing GD library on your server or UPLOADS directory to have the right permissions.

Also a solution to scale up the thumbnails that you can try: https://forum.tagdiv.com/topic/unable-to-generate-larger-images-in-3-6/#post-10304

1. You can use unlimited sliders on a page.
2. To show the author to replace with this code
array_merge( get_users('role=author'), get_users('role=administrator') ); that http://screencast.com/t/Nmpl220gtFeu

Thanks for the message!

Post count: 16

Thank you.

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