- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to Update the WPBakery Page Builder plugin
Hello gunner05,
1)The Block 5 use module 3, as you can see here -> http://screencast.com/t/4YfTmYY6l If you want to change the Block 5, you have to change this module. You can reduce the padding-bottom in your block with the CSS code below but the left-right you do not change because you will damage the layout. The width is fixed and you cannot change of this without damage.
.td_module_3 {
padding-bottom: 10px;
}
The result you should see here: http://screencast.com/t/8OC0YY9MQh
2)Unfortunately, this animation does not come from the theme. If you want to remove this feature you have to remove the option from js. file from Visual Composer and it is not a simple task, sorry.
3)Unfortunately, our theme does not have this feature implemented. The more article box option displays only the active posts, like this -> http://screencast.com/t/P5I5MwcsBc For more information about more article box, please check our documentation, here: https://forum.tagdiv.com/more-articles-box/
4)In principle, should not be any problem with this, but noticed that the dimension of the logo will be adjusted by the theme according to header style used.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello an0therPass34,
Unfortunately, not all the options from Visual Composer are working properly with our theme. If you want to add a border for your row in Visual Composer, first of all, you have to do a custom class, like this -> http://screencast.com/t/32YNzY3r8WWs and then you should add the border with custom CSS like this -> http://screencast.com/t/YS84oYlpPUr
Please try the code below and add it in Theme panel->Custom CSS area, like this: http://screencast.com/t/EdJI1cqUbLtD
.custom_class {
border:3px solid red!important;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
I’m not sure exactly what you mean but i will try to cover a few things. The category color can be set from the theme panel: http://screencast.com/t/uuYAEhpmq but this color will only be visible on posts: http://screencast.com/t/3NqXqrge3
The category tags color on modules and blocks from the homepage cannot be changed from the theme panel and they will not receive the color you set for the particular category.
You could change these tag colors with css:
.td-post-category{
background-color:red
}
But this will affect all category tags:
http://screencast.com/t/gsDssegdvR
Another method to use the blocks with different colors is to set the color from visual composer like the example in the reply above.
Unfortunately these are the only controls the theme has at the moment regarding category tags.
I hope this helps.
Thank you!
Hello toros9,
Our theme has this option and when you want to share other posts on facebook will display the author name, like this: http://screencast.com/t/X9va7aOglP You have control on this feature from td_wp_booster_functions.php file like this: http://screencast.com/t/ThEgEFxgw6F Please inspect this file on your back end and check if you have this code. SEO Yoast Plugin is tested on our theme and works properly with default settings. I have no idea why do not work for you. If you use another Plugin for Seach Engine Optimization, try to disable it, maybe cause this problem and try it again.
Also, you can try to disable all the active plugins, except Visual Composer, empty all your caches and install only the plugins that come bundled with our theme.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello colgate,
If you want to disable all the sidebars in mobile and tablet mode, you need a bit of CSS to hide this option. Plase try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5iPUuNZoso3l
@media (max-width:1018px){
.td-ss-main-sidebar {
display:none;
}
.td-pb-span8.td-main-content {
width: 100%;
}
}
The above code is only for posts. If you want to hide them for pages, it is not a simple task because it is not easy to target the sidebar class and it depending on how you set the sidebars for pages. As a method to add the sidebar for pages would be with Visual Composer and with Wigetsized element, like this: http://screencast.com/t/dXPluCP9xJy and you can try the code below:
@media (max-width:1018px){
.wpb_widgetised_column {
display:none;
}
.td-pb-span8 {
width: 100%;
}
}
The result you should see here: http://screencast.com/t/tYMlNthWcx
Hope this helps and let us know how it goes!
Thank you for the message!
Hope this will explain. I’m inserting a row element from the visual composer in all the posts using ad inserter plugin. The code is given here
[vc_row equal_height="yes" content_placement="middle"][vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_3" spot_title="Advertisement"][/vc_column][vc_column width="1/2" offset="vc_hidden-xs"][vc_wp_posts number="4"][/vc_column][/vc_row]
It shows the result like this

How to add the custom CSS to this particular row that occurs in all the posts. For example how to set the margins for this row. I tried the code given below but this did not show any changes.
[vc_row equal_height="yes" content_placement="middle" css=".vc_custom_1451362361094{margin-top: 15px !important;margin-bottom: 15px !important;}"][vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_3" spot_title="Advertisement"][/vc_column][vc_column width="1/2" offset="vc_hidden-xs"][vc_wp_posts number="4"][/vc_column][/vc_row]
Thank you for the reply.
-
This reply was modified 10 years by
Pradeep Augustine.
Hello Mecburlar,
If you want to change the background-color, you should use the code below and place it in Theme panel->Custom Css area and if you want to change the color of the ajax filter, please check the block background-color from Block settings from Visual Composer, like this: http://screencast.com/t/XXNW2L4n1woz
.td-main-content-wrap.td-main-page-wrap{
background-color: green;
}
The result you should see here: http://screencast.com/t/NB9yqRauS
If is not what you want, please provide more details about this problem, so I can be able to provide a more accurate response.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
first of all, thanks for this great theme <3
I created a site with the VC an added an manuell sidebar with an colored background. With the class “td-ss-row” i made the sidebar sticky, but when the sidebar starts to stick the background color changed to default. Any ideas how to handle it?
Best regards,
André
Hi,
1) You can change the small modules with this code:
.td_module_mx10 .td-big-grid-meta h3{
font-size:20px!important
}
3) Try to change the settings here: http://screencast.com/t/3bnVkNBb3 and disable the animation altogether. The settings should work. If not, it could be your cache. Please clear cache for the seetings to apply.
4) The padding should have been even. Do you by any chance have any modifications to your css code? If not please try it without any plugins. Or it could be something on your homepage that creates the issue (it only hapens on your homepage) You can check it after you run the update script (sent it via email)
6)You can use this custom code to adjust the padding.
.sf-menu a.sf-with-ul {
padding-right: 18px!important;
}
7)I have tested the forum on my end but could not recreate the issue. Please try it without other plugins (disable all of them except visual composer and check again to rule out a plugin conflict.)
Thank you!
Hello. Tell me please. How to make custom td_config.php. The problem is that I made a few extra page templates and add-ons for Visual Composer. They are connected to td_config. When the updated newspaper, td_config.php overwritten. How do I win?)) I’m sorry for my English =)
Hi!
I have updated theme, wp and plug ins, but WP Antivirus Site Protection still send warning for this files:
“””””””””””””””””””
WP Antivirus Scan Results
Latest Scan Result
No files for review.
Review is required
/wp-content/plugins/js_composer/config/templates.php
/wp-content/plugins/maintenance/js/select2/select2.min.js
/wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php
/wp-content/plugins/google-pagespeed-insights/google-api/src/contrib/Google_AnalyticsService.php
/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php
/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_import.php
/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_import_export_settings.php
* Please note: Hackers can inject malware codes inside of the normal files. If you delete these files, website can stop to work or will be not stable. We advice to send request to SiteGuarding.com for file review and analyze.
“””””””””””””””””””
Notice, I have update all this files and plug ins and theme tonight, and still this morning the WP Antivirus Site Protection marked this as potential malware.
Please help.
Hi,
there is a way to ALWAYS have the ticker on posts. But this one cannot be removed. You will have to edit the post template files and add the news ticker with a shortcode. You can insert it only on the templates you want.
You can use this code:
<?php echo do_shortcode('VISUAL COMPOSER SHORTCODE')?>
You first need to create the news ticker as you want it (edit it’s settings) in visual composer and then use the shortcode visual composer creates for the element. You can see it in classic mode and text mode. For example:
[td_block_trending_now]. (the code will look like so:
<?php echo do_shortcode('[td_block_trending_now]')?>)
Then you can use it in the desired template file: http://screencast.com/t/kgKgZYYsV or all of them if you wish to have it on all templates.
Depending on where you want the trending now to display inside the post you will need to insert the function in a certain place inside the file: http://screencast.com/t/1TYJUINUSVJ
Thank you!
Hello,
1) Please check your homepage again and recreate it in visual composer. If you have a row inside of another row, please remove them as these situations can cause errors. Please use a default layout to see if the issue is still there.
2)You can use this custom css code in the theme panel->custom css box:
.td-pulldown-filter-display-option{
display:none!important
}
Thank you!
Hello,
Please try to disable all your plugins except visual composer, clear your cache and purge cdn files if you use it in order to rule out a plugin conflict. Also if you have any custom css modifications, make sure they do not affect the search widget and check to see if all tags are closed correctly. This problem can easily be fixed with css as it has an absolute positioning. you can add this code to re-position it if you want:
.header-search-wrap .td-drop-down-search{
left: 680px;
}
But finding the root of the problem is more important than coming up with a workaround.
Thank you!
Hello nhatducdx,
If you want to achieve to look similar as in your example, you have to use a TABS feature. There is an Visual Composer element, like this: http://screencast.com/t/g4q71YTB . Then you can make some customization as you wish…for example, in each TABS that you have you can insert another element in Visual Composer, like this: http://screencast.com/t/q9kJZpQ1M . If you want to have a table, you can consult this HTML generator and insert in your ROW in Visual Composer to achieve a table. http://screencast.com/t/Hi6egzZo – http://screencast.com/t/oqQ7zEyjLE
For more information about how to use a visual composer, please consult our documentation here: https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps and let us know how it goes!
Thank you for the message!
Hi Guys,
We updated everything
(theme, child theme, visual composer)
we still can’t add any tagdiv widgets and get the following error messages
[Sun Dec 06 14:57:23.692494 2015] [fcgid:warn] [pid 11682] [client 80.100.41.11:54151] mod_fcgid: stderr: PHP Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/vhosts/nieuwetijdskind.com/httpdocs/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 145, referer: http://www.nieuwetijdskind.com/product-categorie/online-cursussen/
[Sun Dec 06 14:58:19.763756 2015] [fcgid:warn] [pid 12144] [client 80.100.41.11:54182] mod_fcgid: stderr: PHP Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/vhosts/nieuwetijdskind.com/httpdocs/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 145, referer: http://www.nieuwetijdskind.com/product-categorie/online-cursussen/
Please advice
Hello,
I see you used visual composer on posts. You can change the post template if you wish from the post settings.
You are placing the ad in visual composer inside the content. You cannot move it above the content from the files if you use it like this. What you can do is edit the default template (i assume that one is specified in the panel) and add your visual composer shortcode to the file: http://screencast.com/t/dRb58PAz4
code: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]')?>
And then remove the ad box from your post as it will be picked up from the code you insert.
This will make every post that has the default template specified display the ad.
I hope this helps. If the default template is not specified in the panel you can apply the customization to the other loo-single files depending on the template specified. loop-single is the default template, loop-single-1 is template 1, so on and so forth.
Thank you!
and, oh my gosh … it’s still there!
I guess the file names “update_log.txt” and “changed_files_6.5_6.6.1.html” are not specific enough?
===
NEWSPAPER THEME
Thanks for your support and feel free to contact us any time 🙂
https://forum.tagdiv.com/
~ Radu, Marius, Emil, Alina, Lucian, Nicu G., Alin and Nicu S. ~
[ Version 6.6.1 ]
– new social counter version. Facebook requiers now an API key, read more here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
[ Version 6.6 ]
– new: Custom code panel. We realized that all the custom css, html and javascript should be in one panel. We also added a custom HTML code section. All the input areas from this panel have autocomplete (ctrl+space) and error checking.
– new: whatsapp share for article on mobile devices
– new: added http channel test status in the system status panel. You can now check if the theme is able to get the tweet count, like count etc from your host.
– new: filter posts by ID in blocks. You can add/exclude specific posts on all the blocks now.
– new: the theme now has it’s own logging system. We can now debug hosting issues easier.
– new: a new self diagnosting and self configurating module that allows our theme to pull data from other sites more reliably.
– fix: smart list 7 and 8 – sometimes the content was doubled
– fix: g+ new icon
– improvement: video playlist is now more reliable and all the code is loaded only when needed via autoload. The youtube videos information is now collected using just one API call instead of multiple API calls for each videos.
– improvement: speedbooster 4.2 now supports woocommerce better and moves the style.css to the bottom
– improvement: the theme panel works better now when adblock is used
– improvement: all the ajax functionality of the theme is now loaded only when needed
– improvement: better security checks on all the ajax requests
– improvement: html is allowed now in the copyright section of the footer
– improvement: social counter button is clickable on the entire area
– improvement: almost all the javascript code now passes jshint. We still have about 15-20% of the code to refactor to the new standards but with time we will get there.
– improvement: the theme’s data source class can now be overwritten from the child theme
– improvement: all the widgets from the theme are now optimized to work better. The widget_builder class is now deprecated and all the functionality was moved to td_block_widget
– improvement: the video playlist now downloads the videos metadata on render, not on save post. This allows us to use the playlist on the on click demos.
– improvement: the following modules of the theme are loaded on demand now: td_log, td_remote_http, td_remote_video, td_data_source, td_video_support, td_more_article_box, td_page_views, td_review, td_ajax. This means that the theme loads them only when needed. We mesured a 10% faster load time after this tweak.
– fix: theme animations where incompatible with some plugins and the visual composer gallery. The animations still worked but all of them looked a bit strange.
– fix: bug with the demo loader – the dinamic css for a specific demo was still loaded even after the demo was uninstall
– fix: header style 8 top submenu z-index fix
– fix: image aligment issue when using custom article paddings
– fix: the documentation url for demos was wrong in wp-admin
– fix: we updated the ads links to point to the right documentation
– fix: Social counter now shows the followers instead of +1 on google plus. Please update your social counter to see the improvement.
– fix: styling issues with the latest version of BuddyPress
– fix: on rare ocassions with some plugins the theme was emitting warnings in the server logs like: “Catchable fatal error: Object of class stdClass could not be converted to string”
– fix: error that was showing up in logs when the theme panel was saved
==
-
This reply was modified 10 years by
simchris.
Hello,
Unfortunately your accordion element has different classes than the default one and uses a different css than style.css.
Please try it without plugins to avoid it getting the css from flick.css: http://screencast.com/t/kNjxugXb (not from the theme)
And another thing you can do is update your tab element because you use the depracetd version of accordion. There is a new element in the current visual composer and the deprecated ones will be eliminated from the next version.
The code i provided works with the new element which you should be using.
Also please add the code to the theme panel- custom css box not directly to the style.css because an update will rewrite this file and you will lose your customization.
I hope this helps.
Thanks.
Hi
You can edit the news ticker from Visual Composer pagebuilder: http://screencast.com/t/uvtdzl72Luo
Thanks!
Hi
Please check this guide regarding purging cdn: https://www.nginx.com/blog/9-tips-for-improving-wordpress-performance-with-nginx/ Also try to deactivate all plugins except visual composer, empty all caches again then test again. If the problem persist please provide the css code that you’re using so I can inspect it closer. I’ve also test test this on your site and the css for for excerpts works fine: http://screencast.com/t/v9DTOB56pUA
.td_module_10 .td-excerpt {
color: red;
}
Thanks!
Buna,
Se pare ca nu functioneaza counterul de view-uri. Va rog sa dezactivati toate pluginurile exceptand Visual Composer, sa dati clear la cache si sa verificati daca da-ti refresh de cateva ori un articol sa vedeti daca problema persista.
Counterul de view-uri puteti sa-l ascundet folosind custom css in Theme Panel > Custom css – http://screencast.com/t/aELQUaJGk1R
header .td-post-views {
display: none;
}
Sau din cod daca doriti, doar comentati aceasta linie pentru fiecare template de post – http://screencast.com/t/cSfGxWk3d7x
Mersi!
Hello,
In order to change the mobile menu color you will need to update your theme to the latest version if you do not have this option in the theme panel: http://screencast.com/t/LhLGuzA8U
https://forum.tagdiv.com/how-to-update-the-theme-2/
In order to disable the sidebar in the mobile menu you can use custom css:
@media(max-width:767px){
.td-ss-main-sidebar{
display:none!important;
}
}
Note that this code will only work for a sidebar (standard sidebar from widgets area) it will not work for pages that use 2 column visual composer rows.
Thanks.
Hi ttalleur,
There is a setting in Visual Composer. You can change it with another image, like this: http://screencast.com/t/6B0xoqi6 . Also, if you want to delete it, you have to remove the row who include this image, like this: http://screencast.com/t/BN6LROSgT and delete the margin-top of the first block, like this:
http://screencast.com/t/uodr3VAmh
.td-travel .td-travel-features .td_block_wrap {
margin-top:0;
}
If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response.
Hope this helps and let us know how it goes!
Thank you!
I am in maintenance mode right now trying to deactivate all plugins that could affect the Speed Booster plugin from activating without commenting the certain code in td-speed-booster.php and this shows up for BuddyPress.
v4.2 – Disabled – incompatible plugin detected: buddypress/bp-loader.php. That is with no changes to BuddyPress at all. Default install of BuddyPress.
So now what?
I even pretty much deactivated all plugins and this Speed Booster complains about them all. Only one it does not complain about is Visual Composer and WP Super Cache. I do not like using the Yoast SEO plugin and I am using All In One SEO. It is like we can’t use anything on plugins with this plugin except for only ones you have used but surprise you say BuddyPress is supported but not by Speed Booster plugin.
I am going to stick with no Speed Booster plugin since it is pretty much a complain plugin.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.