Few questions about the theme

Posted in: Newspaper
Post count: 16

Hello, i`m new with newsmag7 and maybe my questions are stupid, but i really need help.

I dont like the home page template. I really dont need the leatest posts in the end of the page (after everything i build with visual composer).
I want the weather and the date in the top menu to float left, but the menu elements to float right.
I have a bug. Even when i disable ads, if i enter one more time to theme panel, they are appearing again. I had to delete the code, to hide them. Any ideas why?

Post count: 6535

Hi

You can use the default page template for pages and the latest article list won’t be displayed anymore: http://screencast.com/t/LSCtGTxkwUx
You can use top bar 3 for layout: http://screencast.com/t/9qbbYUnC then use this css in theme panel > custom code > custom css: http://screencast.com/t/d3ceP227f

.td-header-sp-top-menu {
float: none!important;
}
.menu-top-container{
float: right!important;
}

Please make sure that the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/ and also try to deactivate all plugins except Visual Composer, clear all caches then test the site again.

Let us know ho it goes.
Thanks!

Post count: 16

Thank you for the great reaction! The solutions are more simple, that i thought!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.