Five issues:

Posted in: Newspaper
Post count: 24

1) Do you include a free update WPBakery Visual Composer from version 4.9 to 4.11 in the theme package? If yes, please educate.

2) How to increase the size of block title in all block settings?

3) Is it possible to customise the look of the block title?

4) How can I increase the height of the header? Now I’m using “full dark menu with logo”.

5) Under ‘Latest articles’ section in http://themeforest.net/item/newspaper/full_screen_preview/5489609 , which content block do you use? Block 5? If it’s block 5, then why the dimensions of the featured images look more rectangular than mine (www.feelthecar.com)

Thank you.

Post count: 9544

There is updated version of visual composer included with today’s theme update. 🙂

Post count: 23312

Hello thanik30,

1)If you want to have the latest version of Visual Composer 4.11, please update your theme to the latest version which was released today, 17th Marth. If you want to find more information about this update, please check this link -> http://tagdiv.com/newspaper-6-7-update/
2)If you want to change the font size for each your block title, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_wrap .block-title {
font-size:20px;
}

The result -> http://screencast.com/t/5eK6OxmVkIt

3)Depends on what you want to mean through “customise the look of the block title”. Please notice that is a Visual Composer element and you have to target the specific class in order to apply the desired attribute (you can try to customise yourself as I presented you above).
4)If you want to increase the height for your header, please try the code below.

The code is ->

.td-header-menu-wrap-full{
height:200px!important;
}

The result -> http://screencast.com/t/DJ8VrNKm

5)Our related articles use a specific block to display the posts for this kind of feature. The block type is td_block_reltated_posts and it only used for related posts. If you want to change the functionality for this, you have to change the functionality altering the code from the core file, like this -> http://screencast.com/t/5o2poNC8XA8 -> http://screencast.com/t/DuDz1BuCmTf

Hope this helps!

If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!

Thank you for the message!

Post count: 24

Regarding to Visual Composer 4.11, I downloaded and installed version 6.7 already, but the visual composer is still 4.9 version.

I’m very sure that I have newspaper theme 6.7 because it said so in “welcome to newspaper” tab.

Please help.

Thank you.

Post count: 23312

Hello thanik30,

Please ensure that you have disabled and have removed the old Visual Composer plugin and after you have installed from the panel according to our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Hope this helps!

Thank you for the message!

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