Hi,
You can activate the Visual Composer also for posts from Visual Composer settings – http://screencast.com/t/1DL09Fk0 But don’t forget that the theme was designed to create pages using VC pagebuilder and the posts are designed to have default text content. However you can use Visual Composer on posts.
The categories templates cannot be edited using Visual Composer pagebuilder, you can change the module to display articles and more options in Theme Panel > Categories section – https://forum.tagdiv.com/how-category-settings-work/
Thanks!
Hi,
For the category template you will need custom modifications to place ads in the content, please check this solution – https://forum.tagdiv.com/topic/how-can-add-horizontal-sidebar/#post-62563
Also if you want to place a custom ad just just bellow the pagination on a category page you can edit the category.php and use do_shortcode function like this – http://screencast.com/t/lr17J6O36C – http://screencast.com/t/rW0jkhWqlrTS or if you want this just above the footer – http://screencast.com/t/HqvjtO1x – http://screencast.com/t/VXWereyztO
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
In page content you can add ads using Ad Box block – http://screencast.com/t/DBn7hgVVXf and for post pages thare are specific spots in Theme Panel > Ads where you can paste your code(top, inline, bottom) – https://forum.tagdiv.com/article-ads/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].