Hello,
Please choose the grid style from the tagdiv composer. Set it to grid style 4.
And then add this code in the theme panel-> custom css box: .td-grid-style-4 .td-big-grid-post .entry-title{
background-color: rgba(0,0,0,.7);
}
Thank you!
Hello,
Please use this code in your custom css box:
.td_block_fancy_text .tdm-fancy-title2{
text-shadow: 2px 8px 27px rgba(0, 0, 0, 0.81);
}
You can change the values of the color to get different results. The 0.81 is the opacity. it goes from 0 to 1 so smaller values will make it more transparent.
Thank you!
Hello,
The alignment is found in the call to actions section here: https://www.screencast.com/t/gHTsdhuEO there are vertical and horizontal alignment options available
Thank you!
Hello,
Sorry but our theme does not have a sort order for the posts of tag templates. You can try a post sorting plugin. We know it works for categories but I cannot say for sure about tags though.
Thanks
Hello,
The patch folder is meant for people who modify the theme files and do not want to replace all of the theme files when updating. The patch folder contains just the modified files in between versions.
As for the image issue, it could be a plugin conflict so 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,
The jetpack photon does not work with our theme at all, no matter if you use the mobile theme or not. Sorry but there is no simple solution to make photon compatible. Sorry
Hello,
You can only hide the post views from the whole site at once. The post views can be removed from the theme panel: https://www.screencast.com/t/KezqYGOFWH
Thanks.
Hello,
Please read this guide: https://forum.tagdiv.com/footer-templates/ Check the predefined content section.
You will need to change the footer template in order to modify the footer content.
Thanks.
Hello,
Glad you solved the issue. You can disable the plugin as it does not need to be kept active.
Thanks.
Hello,
The same solution applies as here https://forum.tagdiv.com/topic/wp-booster-error-21/
These issues were fixed in the current version of the theme
Thanks.
Hello,
Please update your theme to the latest version and then disable the multi-purpose plugin and delete it. Then install it again from the theme plugins section.
Thank you!
Hello,
Add this code in the theme panel-> custom css box to remove the meta info for that block:
.td-blog-fitness .td_block_big_grid_fl_4.td-grid-style-4 .td_module_mx21 .td-meta-info-container .td-module-meta-info{
display:none;
}
Thanks.
Hello,
If you do not use the mobile theme, then you can only hide the login with css. Please use this code in your theme panel-> custom css box:
@media(max-width:767px){
.td-menu-login-section{
display:none;
}
Thanks.
Hi,
Please provide a link to your site so we can inspect it and check all these issues.
Thanks
Please update your theme to the latest version and install the new multi-purpose plugin from the theme plugins section.
Thank you!
Hello,
This could be a plugin conflict so 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!
The amp page has it;s own layout. It will not be the same as the theme layout. We are currently working on AMP implementation with our theme for future updates so in the near future, there will be amp support available. Until such time, the plugin is the only alternative.
Thank you!
Hello,
You can use plugins to sort the category posts. Our theme does not have such a setting.
Thank you!
Hello,
Please use this guide to properly implement your ad: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hello,
Please check: https://forum.tagdiv.com/topic/how-to-remove-paddingmargin-between-full-grid-and-header/
Thanks.
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,
Please check the theme panel under social networks: https://www.screencast.com/t/DExktQZDTP5
Thanks
Hello,
If you want to change a user role, you can do it from the wp settings: http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
Our theme does not allow access for editors to use the tagdiv composer. You will have to provide a different user role (admin) if you want your user to edit pages or change the capabilities with a plugin.
Sorry for the inconvenience.
Hello,
If you use a full width row, then you will need wide images. The width will have to be at least 1920 px wide. It depends on the exact layout or element you use and the theme thumb used on that element. I will need more details in order for me to provide an image size.
Thanks.
Hello Kilian,
You can simply copy the page code. Access the back-end in page edit and copy the code from text mode in the tiny mce editor and simply paste it on a new page in the same field.
Thanks.