Search Results for 'use visual'

Results from the Forum
Catalin
tagDiv Staff

Hello TofuBanana,

You cannot purchase the Visual Composer because it come bundled with our theme and you can install from the panel. For more information about how to install/update and use Visual Composer, please check our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ -> https://forum.tagdiv.com/how-to-use-visual-composer/
When you buy the theme you have six-months access to support. The aspects related the sales and support are managed by Envato market. For more info concerning item support, you can go here: https://help.market.envato.com/hc/enus/articles/205923460_ga=1.48398304.777955303.1442556305 or ask the Envato help center here: https://help.market.envato.com/hc/en-us/requests/new

Thank you for the message!

lpecchi
tagDiv Member

Hi
thanks for the update, I’ve just installed Newspaper 6.7.

unfortunately, it does not solve all the problems I faced, but at this point the OTHER plugin manufacturers can no longer use the excuse of wrong Visual Composer release.

Best regards, Luca

maruks
Participant
#0

Hi Guys, (http://www.teambrg.com), so i’ve used the visual composer to make my homepage from a page and I can’t seem to get the ‘default WP sidebar’ to show up

See more here http://imgur.com/RP9bDY1

Can’t seem to find anything in the forums / tutorial about this.

M

Bogdan B.
tagDiv Staff

Hi,

You can use the in_category function and use the do_shortcode function as well if you plan to use visual composer shortcodes.
You wanted it to show at the top of every sidebar so you would place the code at the top of the sidebar file. like so:
http://screencast.com/t/AsflY1dxoby8
if (in_category('category-slug')){
echo do_shortcode('[vc_posts_slider count="1" interval="3" thumb_size="large" posts_in="3429"]');
}
elseif (in_category('category-slug2')){
echo do_shortcode('[vc_posts_slider count="1" interval="3" thumb_size="large" posts_in="3429"]');
}

Hope this helps.

thanik30
tagDiv Member

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.

Catalin
tagDiv Staff

Hello Edward,

Unfortunately, as Cris said you above, the official latest version of Visual Composer which is tested with the theme is 4.11 and this will come bundled with our new update. We need to check their new update of the plugin before launching and this lasts because our developers have to test it to work well with the theme. In near future update this version will be checked and available for use.

Thank you for the message!

Catalin
tagDiv Staff

Hello @tkvmai, @satyenhacks,

In order to achieve best results, please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. After you have done this, please consult the guide below and then check your social counter and see how it works.

1) Please make sure you have the latest theme version: 6.7. If not, you need to follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

2) Having the latest version of the theme is not enough if you do not update the social counter as well. You need to remove the current version you use: http://screencast.com/t/4jvRwNzK and then install the version of the plugin that comes with the 6.7 theme: http://screencast.com/t/9AKKURjTjX
You can recognize if you have the correct version of the plugin when you see the new app key settings: http://screencast.com/t/CIXxklBanNl If you do not have these settings in your social counter it means you do not have the correct version.

3)You need to follow this guide to get the requirements from facebook:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please keep in mind that the social counter is not a live count. It will update once every few hours.

Once you followed all the above steps properly and made sure you have not missed anything, (and the social counter still does not work), then you can send an email to contact@tagdiv.com with your login information so we can further inspect the issue. Also, please provide the link to this topic so we can know who you are and what the issue is.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello satyenhacks,

In order to achieve best results, please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. After you have done this, please consult the guide below and then check your social counter and see how it works.

1) Please make sure you have the latest theme version: 6.7 If not, you need to follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

2) Having the latest version of the theme is not enough if you do not update the social counter as well. You need to remove the current version you use: http://screencast.com/t/4jvRwNzK and then install the version of the plugin that comes with the 6.7 theme: http://screencast.com/t/9AKKURjTjX
You can recognize if you have the correct version of the plugin when you see the new app key settings: http://screencast.com/t/CIXxklBanNl If you do not have these settings in your social counter it means you do not have the correct version.

3)You need to follow this guide to get the requirements from facebook:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please keep in mind that the social counter is not a live count. It will update once every few hours.

Once you followed all the above steps properly and made sure you have not missed anything, (and the social counter still does not work), then you can send an email to contact@tagdiv.com with your login information so we can further inspect the issue. Also, please provide the link to this topic so we can know who you are and what the issue is.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

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!

Catalin
tagDiv Staff

Hello eddycom,

I suppose that your duplicate images appear when you are using the smart list on your website, true? In this case, can appear duplicate images when you does not properly use this feature. Please try to set your smart lists according to our documentation here -> https://forum.tagdiv.com/smart-lists/ (for smart lists we recommend to use single template style 5 for posts for avoiding the duplicate images).
Another possibility in this case would be ->
Duplicate images on smart lists usually are the result of using the Photon feature of the Jetpack. If you use this feature please disable it as it is known to cause issues with our theme.
If the problem is still there, please try to disable all plugins except visual composer and clear your cache as other plugins could also conflict with the smart lists. Also, if you are using “strange” characters (!@#$%^&*/”- etc) in ALT tag, the image will be twice. I have added this issue to our list of fixes and in next major updates will solve this problem. Until we will fix this issue, please try to remove these kinds of symbols in ATL tag for better results.
Also, and last but not least, please use post template 5 when you are using the smart list for better results. For more information about smart list, please consult our documentation here -> https://forum.tagdiv.com/smart-lists/

Hope this helps and let us know how it goes!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
Usually css issues are caused by plugin incompatibility. Please try to disable all your plugins excerpt visual composer, clear cache and reset cdn files. Then check your 404 page again.
If the problem is still there without plugins please provide a link to your website so we can inspect it.
Thank you!

MarioBoriassi
Participant
#0

Hello All,

First update, so please excuse the newbie questions.

1) Made a back-up of my theme files.
2) Downloaded new version
3) Placed site in maintenance mode
3) Switched, activated other theme, then deleted Newspaper theme.
4) Added New Newspaper theme and activated it.

Here is where I am unsure….

5) De-activated plugin Visual Composer and Revo Slider, then deleted them.
6) Installed Visual Composer and Revo Slider from download themes file and activated them.

Everything seems fine, I am just concerned that I followed the right proceed for the plugins…

Thank-you for the time in answering my question(s).

thanik30
Participant
#0

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.

simchris
tagDiv Member

From the changelog – not certain if up to date or not:

Newspaper theme
Here is a list of all the changes between v 6.6.5 and v 6.7

Modified files – 12 files
page-pagebuilder-title.php
page.php
style.css
includes\td_config.php
includes\plugins\js_composer.zip
includes\shortcodes\td_block_authors.php
includes\wp_booster\td_global.php
includes\wp_booster\td_wp_booster_functions.php
includes\wp_booster\wp-admin\panel\views\td_panel_categories.php
includes\wp_booster\wp-admin\panel\td_view_theme_plugins.php
js\tagdiv_theme.js
js\tagdiv_theme.min.js

Deleted files – 1 files
includes\plugins\revslider.zip

=================

[ Version 6.7 ]
– new: Visual Composer plugin updated to the latest version 4.11
– new: Revolution Slider plugin updated to the latest version 5.2.2
– fix: Theme Panel fixed the structure for categories that have multiple branches(subcategories with their own subcategories)
– fix: Visual Composer 4.10 – Video Player resize problem for aspect ratio 4:3 and 2.35:1
– fix: removed some old Visual Composer detection code from td_wp_booster_functions.php, it was causing an error in certain cases
– fix: improved the Visual Composer detection code inside the default page template file, it was triggered when the shortcodes didn’t have unique names(ex. Woocommerce shortcodes)
– improvement: Authors box widget/block – added user roles option, now you can set it to display only the desired role(s) – https://codex.wordpress.org/Roles_and_Capabilities
– other: to keep the theme size under 8MB we removed the Revolution Slider install from the Newspaper->Plugins section. You have to install it manually – https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– other: removed unused code from “page-pagebuilder-title.php” template file

[ Version 6.6.5 ]
– fix: WooCommerce 2.5 compatibility + various styling issues
– improvement: Visual Composer plugin updated to the latest version
– improvement: Revolution slider updated to the latest version
– improvement: theme panel status now shows the loaded demo information
– improvement: footer logo title and alt attribute is now configurable from the theme panel
– improvement: faster servers that serve the files for the one click demos

==========
“no way to know ….” ? seems like some info was included in the download, at least my copy. ?

Alex
tagDiv Member

Hi, Newspaper 6.7 includes:
– new: Visual Composer plugin updated to the latest version 4.11
– new: Revolution Slider plugin updated to the latest version 5.2.2
– fix: Theme Panel fixed the structure for categories that have multiple branches(subcategories with their own subcategories)
– fix: Visual Composer 4.10 – Video Player resize problem for aspect ratio 4:3 and 2.35:1
– fix: removed some old Visual Composer detection code from td_wp_booster_functions.php, it was causing an error in certain cases
– fix: improved the Visual Composer detection code inside the default page template file, it was triggered when the shortcodes didn’t have unique names(ex. Woocommerce shortcodes)
– improvement: Authors box widget/block – added user roles option, now you can set it to display only the desired role(s) – https://codex.wordpress.org/Roles_and_Capabilities
– other: to keep the theme size under 8MB we removed the Revolution Slider install from the Newspaper->Plugins section. You have to install it manually – https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– other: removed unused code from “page-pagebuilder-title.php” template file

Andrei L.
tagDiv Member

Hi,

Please make sure you use the latest theme version and you have updated also the plugins provided with the theme(Visual Composer, Social Counter..) from the /plugins folder – https://forum.tagdiv.com/newsmag-whats-included/https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ Also make sure you configure the facebook social right using this guide(api key) – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thanks!

Catalin
tagDiv Staff

Hello eddycom,

1)I have checked your website and saw the problem with your Big Slide 1. This kind of behaviour appears when your posts have not set the feature image and the placeholder it not activated. Please try to activate this option and make sure that your posts have featured image activated -> http://screencast.com/t/s7nLeqQ6
For more information about these settings, please consult our documentation here -> https://forum.tagdiv.com/featured-image/ Also, as a hint, you can try to find some plugins to get the first image on your post to be featured image. Most of our customers use Auto Post Thumbnail Pro in this case but please notice that is not a tested plugin and we cannot provide support for this type of plugin.
2)Unfortunately, I cannot inspect your banner ad because I cannot find it on your website. So, please ensure that you have entered the right code in each field from our theme. I have tested on my side with another Ads and it display as expected. Also, please ensure that your code supports 728*90 size in order to achieve best results. For more information about Ads implementation, please consult our documentation here -> https://forum.tagdiv.com/header-ad/ Also, I saw that you are using some untested plugins which could create some interferences in our theme and could cause some errors in it. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Thank you for the message!

Andrei L.
tagDiv Member

Hi

As the sidebar to be sticky on the content displayed with Visual Composer page-builder it’s required the vc_row container because the style oftd-ss-row class it’s applied on that container: http://screencast.com/t/uVO8q7Bis When shim plugin it’s used td-ss-row class does not appear in page source and the td-ss-row class won’t apply it’s effect.
The default sidebar it’s applied for the latest article part which does not require Visual Composer and the style for it it’s made different. When the option from theme panel is enabled a new style it’s added for the sidebar’s column. That style it’s added by theme’s js only if this option from theme panel it’s enabled: http://screencast.com/t/E4IWB6nZglXH
The smart sidebar was not tested to work with shim plugin. In order to have it working are required some customizations in plugin’s files. This is a complex task and unfortunately i can”t provide a solution now. At the moment if you want to use the smart sidebar the only way is to have Visual Composer active.

Thanks!

Andrei L.
tagDiv Member

Hi

To exclude a specific category from a block you have to use the category id not category name, here is an example: http://screencast.com/t/zPqCw3Sx To get the category id follow this link: http://screencast.com/t/hjxlo3EctF3r
Wen you’re using Visual Composer page-builder the sidebar set in page options will be displayed only on latest article part when page-builder + latest it’s used as a page template: http://screencast.com/t/btNJGCesn
For the part built with Visual Composer you can use a widgetized sidebar block: http://screencast.com/t/xF3RgsR4DASg

For more details about homepage setup and Visual Composer usage please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Thanks!

Catalin
tagDiv Staff

Hello willysawa,

Please notice that the width of the columns is the same for each column created by the Visual Composer (automatically set if you have not custom modifications) but the height may be different and this depends on what kind of element will be loaded in this place. All of this information you can find them in above tutorial about how to use Visual Composer.
If is not what you mean, please provide more details (with useful screenshot) so I will be able to provide a more accurate response.

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
Please try to disable all your plugins except visual composer, clear cache and reset cdn if you use it. It’s most likely a plugin conflict that interferes with the css.
Let us know how it goes.
Thank you!

Catalin
tagDiv Staff

Hello fabinhoalmeida,

Your updating to our latest version of the theme surely does not affect your post count view. This kind of issue might be caused by your untested plugins. Please ensure that this kind of issue does not come from there. Try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is possible as some untested plugins to create interference with the theme creating these issues. This is how it looks my post editor -> http://screencast.com/t/Yd8n6hke Also, please make sure that you have enabled Ajax count, like this -> http://screencast.com/t/Yvy4xaK3

Hope this helps and let us know how it goes!

Thank you for the message!

Andrei L.
tagDiv Member

Hi

I assume that you want to display ads in sidebar on homepage. If you’re using the Visual Composer pagebuilder to build your page then you can use a widgetized sidebar block to display the sidebar on page: http://screencast.com/t/zoEqR16j9tchttp://screencast.com/t/rGVDKJZgcc
If you’re nut using Visual Composer on page then the sidebar can be set from page options: http://screencast.com/t/4xpRcyHbfA

For more details about how to use Visual Composer and homepage setup please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Let us know how it goes and if you need further assistance please provide your site url and more details about your issue and we will get back to you in shortest time.

Thanks!

schindyguy
tagDiv Member

Hi Bogdan,

Because I am using a specific smart list 7 ad unit, is there anyway with css to overwrite the containers padding just for that smart list 7 ad unit so that it will fit 728×90 banner? Visually for desktop views, http://screencast.com/t/iaLZOWeGn78 there does seem to be space for a 728×90 ad if the content/sidebar container padding was reduced. The 728×90 ad will protrude into the sidebar, but thats ok.

I know it can probably be done with js, just curious if theres anyway with only css

Thanks for all your help!!!

ollabs78
tagDiv Member

The site is http://www.universy.it

I currently have installed a different basic theme because I can not change the home with visual composer. I accurate that on another site I installed the newspaper theme and use visual composer without any problem.

I would like to note that:

1) I managed to install the version 4.9 but the persite problem.

2) Point out that by installing the theme works but I can not edit pages with visual composer as the icon does not leave me to edit pages . Point out that in the mordpress menu appears visual link composer but without the icons.

Opening a page for editing with visual composer does not appear to me the visual icon composer

the bottom of the editing page wordpress I get:

Grazie per aver creato con WordPress.

http://pastebin.com/YARnCyVM

Viewing 25 results - 5,051 through 5,075 (of 7,617 total)