Theme blocks not functioning proper since Updates!

Posted in: Newspaper
Post count: 32

Hi, my site (eyesandvoice.com) Theme blocks is not functioning proper since Updates. The blocks are over lapping – It looks really bad. Please help!

I tried switching back to the older version of theme but couldn’t upload as its saying style.cc is unavailable or something.

Block 1 (Dont Miss and Latest Review) and Block 11 (Music), ‘Most Popular’ (sidebar) on posts. Also on my pages non of the blocks are working properly.

Please help!

Post count: 22421

Hello,
Please try to disable all your plugins except visual composer, clear cache and purge cdn files if you use it to rule out a plugin conflict. If you have the photon feature of jetpack active, turn it off. It is known to cause issues with our theme.
Let us know how it goes.
Thank you!

Post count: 32

Hi Bogdan B,

Thanks it was the ‘Photon’ – Immediately I turned it off, refreshed by site and everything is back fine.

Thanks very much.

Another question please: One my site, when I click on the pages (or category pages) like Fashion, when the page loads at the top, how can I remove the headline of ‘Fashion’ or any other pages? as it is taking unnecessary space – I hope you understand what I mean?

Basically I don’t want the title of every pages to appear any more, how can I do that?

Post count: 23312

Hello eyesandvoice,

You can achieve this if you use a bit of Css to hide the category title on your page. You should place the code below in Theme panel->Custom Css area, like this:

.td-page-title {
display:none;
}
.td_category_template_7 .td-category-title-holder {
padding-top: 0;
}

If you use a different template per category, it is also necessary to replace .td_category_template_7 with category_template used to apply the code above.

The result you should see here: http://screencast.com/t/PbxWPfOS

Hope this helps and let us know how it goes!

Thank you!

Post count: 32

Do I need to just copy the code above and paste on the custom css box?

and if I do this and for any reason I want to reverse back to normal, can I just delete and save – then everything is back as normal?

Thanks

Post count: 22

Yes, sure.

Post count: 22421

Hi,
You can use the theme panel for any css code. You simply copy it in the custom code box and if you want to remove it, you simply delete the code and everything is back to default again.
Thank you!

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