Hi,
If you would like to customize a block, and have a unique style apply only to that block, simply add a specific class to it like this for example
– https://www.screencast.com/t/yWMBgADBmmUh
– https://www.screencast.com/t/jt6ZPM7U
– https://www.screencast.com/t/DsXbmGYz
Then you can refer to that custom unique class set to each block, and create you custom code based on it
– https://www.screencast.com/t/U5CUiRJpd
And further style the block according to your needs, knowing that these modifications will only apply to the the block that has the said class.
Here you can find more information about using the browser inspector to identify the elements on the page and their classes, in order to create custom code in theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
At the moment there is no option for Pinterest in the social counter – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ Maybe this will be available in a future update, but I could not say for sure if or when this will be implemented.
For your other question, I am not sure I understand what you are asking, please provide more information about this. The only available options for the widget are seen in the widget settings
– https://www.screencast.com/t/WO80wwDCKM
Thanks
Hi,
The caching plugin does not affect the Adsense ads as far as I know. Please use these recommended settings to configure the cache – https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please check and make the modifications to these parameters – https://forum.tagdiv.com/system-status-parameters-guide/ if needed.
Thanks
Hi,
You could try the solution provided in this topic – https://forum.tagdiv.com/topic/icon-on-blocks-title/ maybe it is what you are looking for.
Thanks
Hi,
If changes need to be made from the theme perspective to accommodate the new features, they will be made available as soon as possible. It seems the Woocommerce plugin received yet another update containing multiple fixes
– https://woocommerce.wordpress.com/2017/04/06/woocommerce-3-0-1-fix-release-notes/
In the meantime you could try the advice from the plugin author and declare support with the code they provided for the lightbox in the topic provided, just enter it in the functions.php file located in the theme folder and see if it works for you.
Thanks
Hi,
It seems the Woocommerce plugin is receiving a lot of updates these days, and major changes have been made to it’s options through these updates
– https://woocommerce.com/2017/04/woocommerce-3-0-release/
– https://woocommerce.wordpress.com/2017/04/06/woocommerce-3-0-1-fix-release-notes/
Please note that the theme is not influencing the plugin settings and options in any way, it all depends on the plugin authors. If there should be need for any modifications from the theme side, these will be implemented as soon as possible.
Thanks
Hi,
You can set your links with the “nofollow” attribute like this – https://codex.wordpress.org/Nofollow or find another plugin with this capability that can do that for you automatically, if the old one is not fully compatible with the theme.
Thanks
Hi,
If the system status is not the cause, try to disable all your plugins except Visual composer, clear any caching installed then check to see if the problem is still there. If st still is please deactivate and delete the Visual composer plugin and install it again, maybe something went wrong during the upload or installation process
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please let us know how it goes.
Thanks
Hi,
Please try this code that will make the title display properly – https://www.screencast.com/t/CidJ3KayY
You must enter it in Theme panel->Custom Css (you may change the color values if necesarry)
.td-related-left,
.td-related-right {
color: #3f3f3f!important;
}
.td-cur-simple-item {
color: #fff!important;
}
Thanks
Hi,
I do not know what is supposed to have happened. The “Contributor” has the capability to create a post and submit it for review before it can be published. This is what options a contributor has available
– https://www.screencast.com/t/YTNaaY750ZLw
This is according to the WordPress default user roles – https://codex.wordpress.org/Roles_and_Capabilities that the theme uses. What you are looking for is an “Author” role, as they have the capability to create and publish a post and have access to the post templates as well.
Thanks
Hi,
Please make sure you are setting the block in Visual composer like this – https://www.screencast.com/t/ivfgTpSQC on a full row. Then you should have a result like here – https://www.screencast.com/t/UL6kmfv9ps
Thanks
Hi,
When you are using the mobile theme – https://forum.tagdiv.com/the-mobile-theme/ you must insert the page content in the “Mobile editor” section located at the bottom of the page edit screen
– https://www.screencast.com/t/Ri0vxc6xxq7e
If you would like to display the same content from desktop on mobile, simply deactivate the mobile theme plugin because the theme is fully responsive and will adapt to every mobile device screen size.
Thanks
Hi,
You can find the author box for the single post page in this file – https://www.screencast.com/t/taUGJhD3M But you could also add a custom field in the post structure, depending on the post template style that you are using and editing the theme files responsible – https://www.screencast.com/t/lLgdrq0Y
More information about custom fields here – https://codex.wordpress.org/Custom_Fields
Or just search for a plugin that can insert the text you want inside the post page, if you do not want to edit the theme files, because there must be some with this capability out there.
Thanks
Hi,
Replied in your other topic.
Thanks
Hi,
You can activate it individually in the each of the image settings in the post content
– https://www.screencast.com/t/Q5euQb8TIL0K – https://www.screencast.com/t/HkZr64UrkcGT
More information about the modal window feature here – https://forum.tagdiv.com/modal-window/
Thanks
Hi,
You can remove the hover animation or change it in the theme panel – https://www.screencast.com/t/kvU5eHe6XUe
Thanks
Hi,
@sunnysider Please try to disable all your plugins except Visual composer, check or remove any custom code you might have entered in Theme panel or added to the theme files and clear any caching installed. Then see if the problem is solved. I have not seen this problem before, or had any success trying to replicate it, so most likely it is caused by a plugin or theme customization.
@jkellerer Any block or other visual composer element that allows sorting will display the posts according to the option set in the element settings – https://forum.tagdiv.com/block-settings-guide/ So a block set to Latest, will always display the latest posts. In your case I see that you are not using the page building elements available by default in Visual composer. Maybe you have a cache that affects the filtering process. It is recommended to use this caching plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ with the mentioned settings.
Thanks
Hi,
There is no option by default to remove the Latest articles from the mobile page. If you would like to remove it, you must make modifications to this file – https://www.screencast.com/t/KefVlRmGqqsC
Thanks
Hi,
Please use this guide to install your theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also make sure you are uploading the right file from the theme package – https://forum.tagdiv.com/whats-included/ not the whole theme folder.
Also try disabling all your plugins so you can rule out any interference in the install process.
Thanks
Hi,
Please note that the Visual composer that is bundled with the theme does not feature access to the template library. The library is not part of the license agreement for the Visual composer version that is provided bundled with the theme, and I believe that it is available only if you buy and activate the plugin directly. You can use the predefined templates, or create your own pages and save the template using the available elements.
Thanks
Hi,
Please check the Woocommerce plugin documentation here – https://docs.woocommerce.com/ for all the available settings and options.
Thanks
Hi,
We are aware with the issue with the background ad, an official solution will be provided as soon as possible. You can try the fix mentioned in this topic – https://forum.tagdiv.com/topic/background-ad-link-not-working-after-7-8-update/ in the meantime.
Thanks
Hi,
Please provide a link to your website and more details about what exactly you are trying to achieve and where, so I can try to give you a more accurate solution. A border can be set on a row, in Visual composer like this
– https://www.screencast.com/t/DksATb3gLO – https://www.screencast.com/t/pCho6xwf
Or on a block like this – https://www.screencast.com/t/fB3jZzBKDfC – https://www.screencast.com/t/3SRuVyeFpq
Thanks
Hi,
You could do that by following this topic – https://forum.tagdiv.com/topic/remove-all-sub-category-in-mega-menu/ and making the modifications mentioned in the topic, to the respective file from the theme.
Thanks
Hi,
You can do these modifications in the theme panel for the mobile menu/search background, like this for a background image
Theme panel->Background – https://www.screencast.com/t/WCq82Po6AqE
And like this for a background color or gradient
Theme panel->Theme Colors – https://www.screencast.com/t/WgxQY1r8b28J
Thanks