Hello,
The tabs element is a container that has one or more blocks in each tab. You will have to set each block to show the content you want it to as it will not be set by default. The theme could not have known what categories you have set on your site so a general sorting option was added. Please use the block settings: https://forum.tagdiv.com/block-settings-guide/ and select the category you need on each section of the tab.
Thank you!
Hello,
Unfortunately the review box is separate from the post content. It can only be added above or below the content. It cannot be added inside the post content easily. Sorry. This request falls beyond what the theme support can offer you.
Thank you!
Hello,
Please add this code in the theme panel-> custom css box:
@media(max-width:767px){
.td-menu-socials-wrap{
display:none!important;
}
}
This will remove the social icons from the mobile menu.
Thank you!
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Bogdan B
Hello,
Please provide a link to your site so I can inspect it.
Thank you!
Hello,
The code must be adapted to other pages as well using the page id. You can see the page id like so: https://www.screencast.com/t/YrtUpCMJ
You can use the same code for multiple pages by adding them like so:
.home .td-main-page-wrap, .page-id-2647 .td-main-page-wrap, .page-id-2648 .td-main-page-wrap, .page-id-2649 .td-main-page-wrap{
padding-top: 0!important;
}
You can change the id’s in the code to match your own.
Thank you!
Hello,
Please provide a link to such a post and specify what does not work properly so we can investigate.
Thank you!
Hello,
The theme has no integrated function to know if a post has a featured image set or not. The simplest method people use for posts that do not have a featured image is to use the placeholder image the theme provides and edit it to your own custom image so all of the posts that do not have a featured image will have thie one image you specify for them. One general image for posts. The placeholders can be found here:
https://www.screencast.com/t/8eGluunX2Yf
You have to keep the file nem intact and the image sizes the same.
Thank you!
Hi,
The mce editor is not part of the theme. It is provided by wordpress as I have mentioned above. The theme support does not cover wordpress customization.
Please search on the wordpress forums for a solution in removing the mce editor.
Thank you for your understanding.
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files.
Then increase the system status parameters like this guide shows: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, 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.
Let us know how it goes.
Thank you!
Hello,
Please disable all plugins except visual composer, 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,
The fonts are changed based on the module itself, not the section it is added to. Please provide more details to exactly what font you want changed in the sidebar
Thank you!
Hello,
If you want to remove the bottom shadow on the lightbox images, you can add this code in the theme panle-> custom css box:
.mfp-figure:before{
display:none!important;
}
Thank you!
Hello,
The homepage does not have a standard sidebar if it;s created in visual composer so any custom code can be added on the homepage in the page builder.
If you want to alter the page template php, then you will need to edit the page template file that you use on your page:
https://www.screencast.com/t/ttPqhLDBo
Here are the page templates available in our theme: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
That tab is a custom made tab used on demos. Please use this topic in order to replicate it:
https://forum.tagdiv.com/topic/add-tabbed-row-in-the-default-theme/
Thank you!
Hello,
The page title is removed from a page by changing to a page template that does not show the page title: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
Here is a more comprehensive guide on the block settings: https://forum.tagdiv.com/block-settings-guide/ but you will not be able to place a post in a specific thumb inside a grid or a post. You can use multiple filters to show certain posts, categories, tags, authors…etc. but you cannot place the posts in specific thumbs at will. The sorting option will sort posts inside the block but there is no custom sorting. Sorry.
Thank you!
Hell,
The post styles do not have editable thumbnails. The thumbnail needs to be changed from the theme code. You can use the theme api system to do so: https://forum.tagdiv.com/td_api_thumbupdate/
But you will need coding skills to change the thumb.
The theme api is not covered by the theme support though.
Thank you!
Hello,
Please use this code to remove the bottom part of the login widget:
.white-popup-block:after{
display:none!important;
}
Thank you!
Hello,
The white part you see is the top padding added on the page content. You can remove it for the homepage using this css code:
.home .td-main-page-wrap{
padding-top: 0!important;
}
Thank you!
Hi,
Please provide a link to your site so I can inspect the trending now element and provide the proper code.
Thank you!
Hi,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
I tested the tabs again but nothing was found. The tabs work exactly like before.
This could be a plugin conflict so please disable all plugins except visual composer, 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.
Let us know how it goes.
Thank you!
Hello,
Sorry but our theme does not have a user review system. We built our theme for news purposes. On a news site, the author creates the review. Not submit an article for users to review it. If you require this functionality you will have to find a plugin that can provide such an option.
Thank you!