Hello,
You can create a page in the tagdiv composer and split the row in 3: https://www.screencast.com/t/LJddKY1K
You can add content to the rows by using this guide: https://forum.tagdiv.com/tagdiv-composer-tutorial/
This guide should help with the settings: https://forum.tagdiv.com/block-settings-guide/
If you want a block without thumbs, try blocks 9 and 10.
https://demo.tagdiv.com/newspaper/block-9/
https://demo.tagdiv.com/newspaper/block-10/
You do not need a child theme as you can use the tagdiv composer to add css to any block and page.
Thank you!
Hello,
If by tracking you refer to letter spacing, then sorry but our theme does not have an option to adjust the letter spacing from the theme panel. You can do it with css though fairly simple.
https://www.w3schools.com/cssref/pr_text_letter-spacing.asp
Thank you!
Hello,
Sorry but you will have to provide more details. What is the tagdiv content? is it the demo content that comes with the demos. They only come if you install the demo ‘with content’
If this is not what you mean, please provide more details to your request.
Thank you!
In most cases the search icon issue is a caching issue. The problem appears to be fixed.
Thank you!
Hello,
If tabs and accordions are a must for your project, you can simply stop using the tagdiv composer and use visual composer just as before. There is this option as well. Tagdiv composer is not mandatory.
Thank you!
Hello,
Sorry but we cannot recreate this issue on our end. Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
You can create a sidebar in the category pages and then add widgets to it in the appearance -> widgets section. you can set it as a category sidebar and all posts that have the primary category set to the one you added the sidebar to will grab the sidebar as well but only if they do not have a specific sidebar set in particular for each post.
https://forum.tagdiv.com/primary-category/
Please check your posts and leave the sidebar options for each one on default if you want it to be grabbed from the category or select the specific sidebar you want for each post.
Thank you!
Hello,
This css code will remove ALL margins for the logo:
.tdm-header-style-1 .td-main-menu-logo{
margin:0!important;
}
You can add the code in the theme panel-> custom css box.
Thank you!
Hello,
Yes there is this possibility but only if you install the new multi-purpose plugin available in the latest theme version: https://www.screencast.com/t/OvkdVXHu
Thank you!
Hello,
The related articles header type is controlled by the general headers section of the theme panel: https://www.screencast.com/t/Wg7iiuvR11
Thank you!
Hello,
You do not need to activate the plugin as it is a bundled version. The updates are provided by us as they need to be tested with our theme prior to install and the proper adjustments made to the theme otherwise, they could not work properly. Please read this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
If the authors are present in the users section of wordpress, our theme does have an authors box element in the tagdiv composer which will show a list of all authors with a possibility to sort by name or by post count.
Thank you!
Hello,
Sorry but we have not tested any implementation into creating your site as an app so I cannot offer any suggestions in this regard.
Thank you!
Hello,
The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hello,
Please make sure you also clear all caching after you change settings. Please only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please test this without any other plugins. Disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
There is a css issue indeed with the overlay menu as it sometimes grabs the main menu background color. For the moment please use this css code in your theme panel-> custom css that will fix the issue:
.page-template-page-pagebuilder-overlay .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent;
}
Thank you!
Hello,
The speedbooster plugin has nothing to do with wpbooster. Speed booster is a plugin used for page speed while wpbooster is the name of a file inside the theme.
Please try to disable all plugins except the page builder and clear all caching. If the issue is still there, please try to change your php version to versiom 7.1 (do not go above 7.1.0)
If the issue is still there, then please contact us via email at contact@tagdiv.copm and provide wp-admin so we can login and investigate.
Thank you!
Hello,
For the moment accordions and tabs are not among our plans for future elements of the tagdiv page builder. We do not plan to mimic or copy visual composer. We will develop our own unique elements.
Thank you!
Hello,
I cannot see any borders on your site: https://www.screencast.com/t/GVEcN1IfEC
https://www.screencast.com/t/ilVv92LC
Did you find a solution in the meantime?
Thank you!
Hello,
The sidebar for the latest articles is different than the one on the main content. Please read this guide: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
Please increase the post limit for the element as if it only shows the 4 posts, there is nothing to slide. Please increase the limit to at least 8 from the block settings.
Thank you!
Hello,
You should add a html anchor tag: https://www.w3schools.com/tags/tag_a.asp
Here is an example: https://www.screencast.com/t/qpTW8iqwCer
Thank you!
Hello,
Please disable all other plugins besides revolution slider and the page builder, clear all caching and reset cdn files. If the problem is still there, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
Thank you!
Hello,
Please provide a link to your shop page so i can provide the needed code.
Thanks
Hello,
The header background works on all styles but you do not have a header ad to see it on the templates you mention. The background in header style 12 (the top one) is grabbed from the theme accent color.
Thank you!