Hi,
I’d like to combine the elements I like from the various demos. How can I mix and match the various elements that I like to build a home page, page, or post template?
For example, I like the “td-grid-style-1” of the Newmag Default Demo but want to modify the Default home page to include the “td-pb-span8 td-main-content” style list of articles found in the Sports Demo Home page.
Would the modification need to occur in the child theme’s css file or rather one of the theme’s php files?
Thank you.
Hi
You can use page-builder+latest to build your page. In Visual Composer add all desired elements like grids or blocks and at loop article part set the desired module to display latest article part: http://screencast.com/t/jTGnysihPz
For more detail about how to set a homepage please check our documentation: https://forum.tagdiv.com/newsmag-page-templates/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Let me know if you need further assistance on this.
Thanks!
I’ve recently had a similar question.
I want to start with one demo theme, and then apply aspects of other demo themes to it. I’m starting to get the feeling that this is not possible.
I was also thinking today as I researched this that it would be great if TagDiv could put together a range of short videos to explain how certain aspects of the demos were put together.
i.e. What was the process to get a select feature to look the way it does, such as the red solid backgrounds on the Block Titles in the Medicine demo.
Hi
Each demo have its own style and to combine theme in most cases you’ll need a bit of custom css. For example the color for block’s title can be set from Visual Composer for each black but to have the same padding you’ll need this custom css: http://screencast.com/t/JaOfk9HUY9Kx – http://screencast.com/t/kmQgh01r1m3
.block-title span, .td-medicine .block-title label {
padding: 7px 14px;
}
Thanks!