page template settings – disable vc detect

Posted in: Newspaper
Post count: 11

Is there a way to disable this functionality from template removing sidebars if visual composer is used? I have a page that does not use VC, but uses another shortcode from gravity forms .. this is causing page to display without sidebar. I would like sidebar on my pages, even if I use visual composer. Any way to disable that from happening? Thanks.

Note: The settings from this box only work if you do not use visual composer on this template. The template detects if visual composer is used and it removes the title and sidebars if that’s the case.

Post count: 23312

Hello jgreenwood,

Please try to use the page template+page title because this type of template has been designed to use the default sidebar -> http://screencast.com/t/kCS8ufZcK1ko Also, if you do not want to have the page title, please notice that you can hide it with a bit of CSS code.

.td-page-title {
display:none;
}

Thanks for your understanding!

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