- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Composer Tutorial
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperModal Popup
- NewspaperShortcodes
Hi
I’ve checked your site and noticed that you’re using the latest theme’s version but an outdated version of Visual Composer plugin. The current version of the plugin available with the theme is V4.8.1 Try to update the VC plugin from /plugins folder included in theme’s path downloaded from themeforest: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ clear all caches and test again.
Let me know how it goes.
Thanks!
Hi
The theme have different containers which contains different parts of the content. I am not sure what container do you need but here are few of the main containers:
– td-outer-wrap it’s the container which contains all page/post content, header, content and footer: http://screencast.com/t/eCVzziwisN This is an id container: #td-outer-wrap
– td-container it’s the container which contains only the page content built in Visual composer page builder, and all post content without header and footer: http://screencast.com/t/kJa6Ykj75 This is a class container .td-container
– td-container td-pb-article-list This container contains the latest article part, when the page builder + latest it’s used as a page template for the page: http://screencast.com/t/enC6VWlNBz
For a better understanding please check this link: http://screencast.com/t/pnymQnLjUk7
Hope this help.
Thanks!
Hello matijakurusic,
If you want to change the block title colors for a specific block, you can achieve this thing if you set this option within Visual Composer->Block Settings, like this: http://screencast.com/t/RRb7jeCLDIu . After this, please clear all caches and try it again. If your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.
For your second request, you can change the font in Theme panel->Theme fonts->Other->News Sticker Title, like this: http://screencast.com/t/pXssS3aJC and for change the font color, please use the code below in your Custom Css area, within Theme panel, like this: http://screencast.com/t/0aJpgH9A
.td-trending-now-wrapper a {
color:red;
}
The result you should see here: http://screencast.com/t/v6o6HFs2W
Hope this helps and let us know how it goes!
Thank you!
Hi,
The correct method to embed a video is by using the YouTube link. Just paste inside the content and it should work. If this is how you embedded the video, please try to disable all your plugins except visual composer and try again. If the problem is still there, provide a link to your website so we can inspect the problem.
Thank you!
Hi, I would like to put author’s avatar beside post title using visual composer’s module 9 on my homepage.
Is there any way to do that?
thanks team.
Hello,
I am facing an error
Notice: wpseo_pre_analysis_post_content filter/action is deprecated since version WPSEO 3.0!
I tried deactivating all of my plugins and found Visual Composer is conflicting. Is there any fix about this issue .
Thanks
Hi
Try to deactivate all plugins, leave just Visual Composer and SEO By Yoast active, clear all caches and test again. Also by removing any other networks information from social sections of Yoast settings, leave just the ones required for Facebook: http://screencast.com/t/HGpyWRBXQBt
If you still can’t manage to solve this issue please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hello,
It can be done only it will require custom modifications. Visual composer elements were not designed to work with category pages. You can add VC elements to the category page if you edit the core files either the template file or the top post file: http://screencast.com/t/aSHu4ciI and add a do_shortcode function
Every VC element creates a shortcode which you can see in text mode when editing a page. This shortcode can be used as the example above to force the page to display a block.
<?php echo do_shortcode('enter visual composer shortcode here');?>
It will require additional css to adjust the layout but this is the general idea of how it can be achieved.
Thank you!
Hi mailodiasc,
Our theme is designed to work with Visual Composer. Please install the plugin versions bundled with the theme version: http://screencast.com/t/aqcRBkTNB . What kind of Newspaper version do you use? For more information about Visual Composer update, please consult our documentation, here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ .
I hope this helps and let us know how it goes!
Thank you!
Hi
I’ve checked this on my side and the fonts works fine: http://screencast.com/t/IDalMdyRGW2 – http://screencast.com/t/yyj0PlV5 Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please provide your site url so we can inspect this closer.
Thanks!
Hello,
I have tested your website and saw the adblock issue. It does not originate from the them, there is a conflict on your end that adds a 0 opacity to your images. This issue usually originates from a plugin conflict and the lazy load animation. You can try to disable lazy load and check your images again or if the problem is still there, disable all your plugins except visual composer and check again.
Let us know how it goes!
Thank you!
Hi mjaffer,
You need to use 2 different custom widget to achieve as you wish. When you create a page, please use Widgetised-this is an Visual Composer element, like this: http://screencast.com/t/oKxNEtdcqqP6 . In sidebar field you can change what kind of widget will be used and then, in Wp panel-Appearance-Widgets you can set this as you wish, like this: http://screencast.com/t/kUOMTYPS . Also, if you want to create a new sidebar, please consult our documentation, here: https://forum.tagdiv.com/sidebars-tutorial/
Hope this helps and let us know how it goes!
Also, thank you @TheMediumUTM!
Hello,
I do not think the MCE post editor from wordpress handles javascript very well. You can try to use visual composer on posts and add a ‘Raw JS’ box and try your code with it. You can also disable the article inline ad temporarily or maybe set it to display after another paragraph.
If this is not what you mean, please provide more details to your problem so we can understand better.
Thank you!
Hello,
The category tags on modules/blocks cannot be colored from the theme panel. This was a design choice to avoid too many colors on the front page. It can be done with css as Alin suggested above:
http://screencast.com/t/VOkPxAWbnJe
.td_module_wrap .td-post-category {
background-color: #BB391B;
}
Alternatively you can select block color to differentiate a specific category by color as our home page is set up: http://demo.tagdiv.com/newspaper/ same block type, different category, different color. You can do this from block settings in visual composer. You can also use the ajax filter to select sub-categories to display
I hope this helps
Thank you.
Hi AirPhibi,
I’ve check your site and i saw your problem about Sign in/Join. You can also try to disable all other plugins except Visual Composer, deactivate the js minifications if you have and check if your problem does not originate from a conflicting plugin. Also, please clear all your caches. After this, if your problem is still there, please let me know.
I hope this helps!
Thank you!
Hi theredtop,
You can try to disable all of the active plugins, except Visual Composer, clear all caches and try it again. If the problem is still there, please provide your site URL and also more details about this so I can inspect it closer and be able to provide a more accurate answer.
Thank you!
Hey,
yes I mean smart sidebar, I add also the clasname “td-ss-row” in the “dynamic sidebar” widget of visual composer but it don’t work.
Thanks!
Simon
Hi
I am not sure what you mean, are you referring at smart sidebar? If so please make sure that you have it enabled in theme panel > template settings: http://screencast.com/t/5ksTqT3m Also please check our documentation for more details regrading smart sidebar usage with Visual Composer: https://forum.tagdiv.com/newsmag-smart-sidebar/
If this is not what you mean please provide more details about your issue.
Thanks!
Hi
We do our best to fix this issue in the next theme update but I can’t estimate when the update will be released. Unfortunately I can’t provide a temporary fix for this issue as require some serious investigations because this is a built in Visual Composer element and we need to double-check where the problem is.
Thanks for your understanding!
Hello,
Please update your plugins as well. I see you use an old version of visual composer. Try to update the plugin https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and if the problem is still there,
please send us an email at contact@tagdiv.com with your login information so we can take a look and figure out a solution. Also include a link to this topic so we know who you are and what the problem is.
Thank you!
Hi servedaily,
Yes, it is possible to display an image in that gray box. You can set this within Theme panel, as background image, like that: http://screencast.com/t/AtlvgnQib and the image will be the full background of the page. In this category style, header container are transparent and practically in this container you can see the background image. http://screencast.com/t/6x3ZUf4ZrQo
Also, another possibility for you, would be to use a bit of Css to make some customization. Please try the code below in your Theme panel->Custom Css area to fix the problem, like this: http://screencast.com/t/gtGlwFvufE
.td-category-header.td-image-gradient-style8 {
background-image: url('enter your URL image');
background-repeat: no-repeat;
}
Note: If you want to follow the above option, please use a background color/image (white color for example).
Every category has an custom class set to it. You can get this class by inspecting the category page with your browser inspector: http://screencast.com/t/5uS8nYlTc6u
For example mine is category 66. So i would add this to the beginning of the code like so:
.category-66 .td-category-header.td-image-gradient-style8 {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b5/Winnersh_Meadows_Trees.jpg');
background-repeat: no-repeat;
}
Now the code will only apply to that specific category. So if you need to use the code for another category you can simply copy and paste it and change the category number and the image.
To achieve custom headers for each category is not a simply task and this things are required custom work. You can use another category_top_posts_style (1,2,3,4,5,7) for each category you have and it is necessary to create some function in php and shortcode composer shortcodes here');?> in order to works fine. http://screencast.com/t/0DIS3Bzfxi
This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Hope this helps!
Thank you for your understanding!
Hi beckib,
If you want to display your Block 4 on 3 columns instead of 2, you have to modify this thing within Visual Composer, like this: http://screencast.com/t/KgN9V2VC0Q . To achieve as you wish, it is necessary to use 2/3+1/3 (widgetised sidebar) and the result should see here: http://screencast.com/t/M8TwPjzxB5t and of course without this side bar, like this: http://screencast.com/t/zxMywdZnKlyq
If is not what you mean, please provide more details about this.
Hope this helps and let us know how it goes!
Thank you!
Hello,
Please try to disable all your plugins except visual composer and woocommerce to check which plugin is in conflict with the woocommerce one. You can also try to disable the lazy load animation from the theme panel:
http://screencast.com/t/CJOjBxXe44D0
Let us know how it goes.
Thanks.
Hello tagdiv team,
I would first say big thanks for your hard work making beatiful adaptive hybrid themes. I bought both your themes and planing buy more. Good work, keep going, do not stop improving and updating!
I have couple questions for your team:
1. It is possible to make (future updates proof) custom visual composer element similar to “Block 21”, but with other sizes of featured images? For example I need to make 62×62 featured images ( with corresponding image margins and paddings) for special windows software news category with windows software icons.
2. It is possible to make this modifications to other visual composer elementas like “Block 7” ?
3. How to make my modifications updates proof ?
4. Do you accept paid modification services for Newspaper theme ?
For example we want to integrate post ratings (like: https://wordpress.org/plugins/rating-widget/) to specific news category.
Thanks for your answers!
Hello,
You will have to check the screen options to see if the homepage latest articles is ticked: http://screencast.com/t/AUo1q1edbG If it is. just deselect and select it again to refresh the option.
As for the pagebuilder under latest articles i cannot provide a quick solution for it. You could use the do_shortcode function to add content below the latest articles section:
For example use this code:
composer shortcodes here');?>
And add it here: http://screencast.com/t/dzWVQcfiD
This will force a VC block you set to it to display below latest articles.
I hope this helps
Thank you.