Hi,
All those change can be mad using tagDiv Composer, the theme builder. The pre-build website are made using cloud templates , also we have some video tutorials here -> https://www.youtube.com/watch?v=SoGQ0d5kIBg&list=UUOT1RiNysIPCTPSnVZskwtQ
I hope this will help you!
Happy New Year!
Hi Lipstickfaith2,
We can provide private support via email at contact@tagdiv.com, here on forum all users have access to topics as long they have an account.
If you want to download the theme, you can use our guide from here -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Connect to your account on themeforest and go to downloads, the on the download button of the product select “all files documentation”.
I hope this will help you!
Hi,
Indeed, for the moment there are not much options to add extra levels for breadcrumbs -> https://i.imgur.com/Yac8WYU.png the file for that element is on this path td-cloud-library/shortcodes/common/tdb_breadcrumbs.php we hope to add new options soon.
If you want to set Yoast breadcrumbs then will be need some custom changes.
Thank you!
Hi,
This situation depends on the cache plugin/tool that is used, please check the settings from it is possible to have some specific options and clear the cache when a page/post is published or updated.
For the moment we have only one cache plugin guide https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you!
Hi Stanford Nix, this situation can be solved by checking the cache options, most of cache plugin have options to clear the cache when a post is publish/update, for example we made a guide for WP Super Cache https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you!
Hi,
Indeed for some elements the underline option on hover is not present, but you can use a css link this one -> https://i.imgur.com/SxbcaAG.png
.tdm-btn:hover span{
border-bottom: 2px solid;
}
Set this code in the theme panel > custom code> custom css.
I hope this will help you!
Hi great1212, there was set a fix for this problem, but it looks that is not working like it should https://i.imgur.com/JkyOGCc.png
We already informed our developers, but this problem will be solved only after holidays.
Thank you for your understanding and sorry for this inconvenience!
Hi djzah71, for the moment the theme do not have some options to customize the bbpress layout, but I can help you with some css, only let me know how it should look and provide a link to our website where to inspect how is looking right now.
Thank you!
Hi yeahthatskosher,
1. This situation appears because the cloud header that you are using is set as an overlay on content. Please edit the homepage using tagDiv Composer, select an element from header and click on the header -> https://i.imgur.com/vfLelhI.png then change the display option on default -> https://i.imgur.com/7dOQpHA.png
2. In page’s template is the wordpress editor, is only “default” when tagDiv Standard pack is not installed (because is no need for other settings, now those can be done with tagDiv Composer).
A page to be editable with tagDiv Composer this must be made from the start with the theme builder.
If when you edit the page and you can not edit the content, then most probably that content was set is the wordpress editor, That text should be set in tagDiv Composer in a column text or a text with title.
I hope this will help you!
Happy New Year!
Hi,
The live search is disabled only for the header search on mobile search there is no option to disable it -> https://i.imgur.com/xdYMY3C.png
I added on our list and I hope that this option will be add in the coming theme update.
Thank you!
Hi,
This is happen because are displayed the last posts that do not have an divider https://i.imgur.com/rRbtIKv.png
What you can do is to use this custom css
body .td_flex_block_3 .td_module_flex_3:nth-last-child(2) {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
.td_flex_block_3 .td_module_flex_3:nth-last-child(2):before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 48px);
height: 1px;
margin: 0 24px;
border-width: 0 0 1px 0;
border-style: dashed;
border-color: #ffffff;
}
Set the code in the theme panel > custom code > advance css > mobile section (to apply it only on mobile).
I hope this will help you!
Hi Tim4962,
If the plugin that you use do not pull the right image, then I’m afraid that we can not provide much help, since the problem is not related to our theme.
Now it is about a post that is display in one block set with tagDiv Composer, then this should get the featured image that is set on it.
Happy New Year!
Hi,
It looks that on Firefox some css options are not recognize, in this case is about the display flex, here is a topic about this https://stackoverflow.com/questions/45495680/flex-not-working-properly-in-firefox/45495919
The fix is to add and min-width: 1px; per display flex.
Please try this custom css:
body .tdc-content-wrap .tdc-row-content-vert-center, body .tdc-content-wrap .tdc-row-content-vert-bottom {
min-width: 1px;
}
Set the code in the theme panel > custom code> custom css.
I hope this will help you!
Happy New Year!
I’m glad to hear this!
In case that you have other questions related to our theme, let us know!
Happy New Year!
Hi lipcho,
Thank you for letting us know about this problem.
As a quick fix what you can do is to set for those posts that use iframe an excerpt -> https://i.imgur.com/4NRo4ua.png this should fix the problem.
Thank you!
Hi,
“It’s only impossible with the free registration by email?”
I think that you are referring to use the free subscription, only submitting your address email and to have access to it. If is so, then this is possible, all you need to do is to use the default looker on those pots. Id you did this and the subscribe button is not working, please disable and delete tagDiv Composer and tagDiv Opt-in Builder, then re-install them from Newspaper >plugins.
“It’s possible for registration with subscription since the customer has a customer account?”
I think that you are referring that the user that a user already have access to wp-admin, if is so, then yes, this need to use the subscription to see the locked posts.
“If so, how does the unsubscribe go? Does the customer lose access immediately upon unsubscribing?”
Since for the moment this option is not in the opt-in builder we do not know how this should work, but is on our list to be add in the coming update of plugin.
Thank you for your understanding!
Hi,
I see that you have auto ads https://i.imgur.com/h4iLTHg.png
Unfortunately our theme do not have an option to control the auto ads where to de display.
The only thing that I can do is to provide a css to remove those ads from home
.home .td_block_11 .google-auto-placed {
display: none!important;
}
The code need to be set in the theme panel > custom code> custom css.
I hope this will help you!
Hi,
I do not think that the problem is from that css.
As I know, the css for the slide is added at the first load of page when is detecting the device position portrait-landscape. If you change it from one position (portrait) in other (landscape), the slider will be correctly resize only if you refresh the page (to load again the css style for that position).
Indeed, there should be find an way to correctly resize the slider without reloading the page. I will add this on our list.
Thank you for your understanding!
Hi djzah71, the sidebars for buddypress & bbpress can be set using widgets -> https://i.imgur.com/t5D0kan.png -> https://i.imgur.com/KyqSGYP.png also the group is using widget sidebars, but if there is no elements in default sidebar then there is nothing to display.
To make the group you need to use the global option -> https://prnt.sc/258tizv but then there will be no sidebars on bbpress . An alternative will be to use a custom css -> https://i.imgur.com/jVWhC50.png
.groups .td-pb-span8{
width: 100%;
}
.groups .td-pb-span4. td-main-sidebar{
display: none;
}
Set this css in the theme panel > custom code> custom css.
I hope it will help you!
Hi honlim, that depend on how it was set that image, if was set using and element or set as a background. If there are set some options, then, yes it can be because of the width.
If you can provide a link to your website to can inspect the element I can inspect the elements and how it was set it and provide some steps for how to adjust it.
Thank you for your understanding!
Hi nachtwache,
Yes, there has been made tests by our developers and the articles that are locked will be indexed (the content will be indexed) by google. The system was made base on this request.
Thank you!
Hi,
I see, what I can do is to try to provide a css and hope this will help you.
.td-fix-index {
transform: none;
-webkit-transform: none;
}
.tdb-logo-img-wrap {
transform: translateZ(0);
}
Please set the code in the theme panel > custom code > custom css.
Let me know the results!
Hi c386,
The Single Post Review Overall is an element that can be set on single post template around the content, so you can set it in sidebars or before/after the single post content.
Unfortunately, there are no options to can edit the element to add new options/functions.
Therefore, to have an pros and cons system inside posts, you’ll need to use an extra plugin.
5 Best ‘Pros and Cons’ Plugins for WordPress -> https://wptablebuilder.com/best-wordpress-pros-and-cons-plugins/
Thank you!
Hi,
If you have a different layout on mobile then desktop, then it is because you are using the mobile theme plugin, just disable it and you’ll use the response version.
I hope this will help you!
Hi simchris,
Indeed, this can be a solution. I added on our list and I hope that will be implemented for the coming updates.
Thank you!