Shuffling posts

Posted in: Newspaper
Post count: 8

Hi,
I installed the Fitness blog theme, but the images keep switching positions every time I hit the home tab, or hit the site name to go back to the homepage. When I Check with the theme itself on the demo page, the images (or posts) do not change places every time you go back to the homepage. I don’t want my posts to keep shuffling around. Is there a way you guys can help?
Also, near the bottom on the demo theme, the group of posts titled “Must Read” have the title centered, but on mine, the title is shifted to the left. I went to the backend in visual composer to fix, but I can’t because I can’t find any option. Any suggestions?
Thanks.

Post count: 20688

Hi,

I believe you are referring to the post being randomized. Please edit the page with the tagDiv composer and select the post sorting you want for each element
https://forum.tagdiv.com/block-settings-guide/
There might be a random sort order now, that would be why the posts are randomized with each refresh.

That title is centered by custom design, not a theme or composer option. Each demo contains custom design for styling. Try entering this code in Theme panel->Custom CSS and it should center the title

.td-blog-fitness .td-stretch-content .td_block_text_with_title .block-title{
text-align: center!important;
}

Let us know if there is still a problem and we will help you.

Thanks

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