Hi team,
I want to divide a row with the size 1/2+1/4+1/4 in one of my pages using visual composer. For 1/2 part, I want a single image to cover entire space using block 3. for 1/4 parts i want to use block 4. I am setting post limit to 1. But when I try to do so, some blank space appears after block 3 , i dont want that..how to do implement this?
thanks,
careongo
Hi,
Please note that Newspaper theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or2/3 + 1/3 – http://screencast.com/t/6gdyLvoX4 You can also split row like you want, but not all blocks will work fine and you may need additional customizations.
You can try this custom css in Theme Panel > Custom Css to remove underline for articles titles on blocks/modules also on Big Slide and normal Slide:
.iosSlider .td-sbig-title-wrap a:hover span, .td-big-grid-title a:hover, .td_mod_wrap .entry-title a:hover {
text-decoration: none !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Thanks for hovering effect.
Can I insert modules using visual composer or can I choose some layout from where we can choose modules in which posts will be displayed. As module 7 has bigger image which I want, but none of the blocks contain bigger image. I want one big image and then two small images in a row. Can you help me out?
Hi,
We have released version 6 of the theme and has more blocks that can be added with Visual Composer, so you can check the demo and see if there is one like you need – http://demo.tagdiv.com/newspaper/block-1/
Thanks!
Hi,
Thanks, this is what I wanted.
But, if I will switch to theme 6 which settings will be changed? Which things will be affected like pages, posts, custom css etc. ?
And how to replace existing theme with new theme? I have downloaded the new theme.
Thanks,
CareOnGO
Hi,
Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups
We recommend to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings, change the shortcode like you can see in the documentation. The theme has more features(example- big grid on categories, smartsidebar) so you will have to set those mannually. Also the custom css may not work at this it should be regarded as a new theme(changed classes, ids).
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!