If you want to translate your theme to another language, please use the translations section of the theme panel: https://www.screencast.com/t/unIpwHwfG7X You can either translate the words by hand or load a translation like so: https://forum.tagdiv.com/loading-translations/
Thank you!
Hello,
If you want to add a widget on a specific smart list you will have to add it in side the post content. If you want to insert it below the share button, this can only be done by editing the theme code.
You will have to edit the post template that you use. Each post style has it’s own file
https://www.screencast.com/t/UECxvRBFSXp
However if you add a widget like so, it will show up on every post that shares the same post style no matter if it’s a smartlist or not. In this case you will have to use another function to wrap your code and make it apply to specific posts only:
https://developer.wordpress.org/reference/functions/is_single/
You will need basic coding skills for this though
Thank you!
Hello,
The markup is not coming from the theme but rather the plugin itself. It may have an incompatibility with the mobile theme plugin. Please remove the mobile theme plugin and use the standard responsive version of the theme
Thank you!
Salutare,
Aceasta problem nu vine din tema cel putin nu direct. Poate fi un conflict dintre un plugin si tema sau poate fi un conflict intre 2 plugin-uri. Acest tip de eroare este cel mai greu de identificat deoarece apare si dispare. Daca era permanenta incercai sa dezactivezi plugin-uri, sa eliberezi cache sau cdn pana disparea eroarea, dar fiind doar o problema temporara va fi mai dificil. Noi recomandam doar folosirea pluginurilor testeate cu tema care se pot regasi in meniul plugins in setarile temei: https://www.screencast.com/t/lu5OX1Ve68Zs
Alte plugin-uri nu sunt testate si pot returna erori sau nu, dupa caz.
Multumesc
Bogdan B
Hello,
All of the code for the element is found here: https://www.screencast.com/t/bFRH1szv and the links and call for the images is found on the line highlighted. You will have to customize the code in order to make it link to your own menu items. This is not a theme feature though and we cannot provide support for it. The menu was never intended for the end user. It was simply created for our theme demos, not for the general use. The method to activate it is easy, yes, but to change the links and images you will need coding skills as we cannot provide any solution in this regard.
Thank you for your understanding.
Hello,
On the mobile theme, no visual composer blocks will work at all. The mobile theme does not use visual composer so any at all block will not be rendered. This guide describes this information: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
Unfortunately the mobile theme does not have a style 5. It only features one style that has a featured image set to it. There are no multiple mobile styles to choose from.
For the moment just by using css can you disable the mobile featured image.
If you want to remove the featured image on all posts, you can use this code:
@media(max-width:767px){
.post .td-post-featured-image{
display:none!important;
}}
or if you want to target specific posts, use the code based on the post id’s:
@media(max-width:767px){
.postid-1253 .td-post-featured-image, .postid-1254 .td-post-featured-image, .postid-1255 .td-post-featured-image{
display:none!important;
}}
I will add this to our list of feature updates and we will look into this issue
Thank you!
Hello,
Well the page you mention is a category archive. It is a list of all the posts that have the specific category set to them. This post from videos also has the category selected for it: https://www.screencast.com/t/W2hxLVH3UJZJ
Thank you!
Hello,
If the blocks have the same filtering then the same posts will be shown in blocks. Please either use the unique articles option: https://forum.tagdiv.com/unique-articles/ or use offsets: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Bogdan B
Hello,
We will include an update to revolution slider in the next theme update which will come out in the coming days.
Thank you!
This is the only way as css needs to be specific with it’s selectors.
Thanks
Hi
Please increase your other parameters like so to prevent future issues: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
If you want to implement a social login on your site you can follow this unofficial solution as presented here by one of our users: https://forum.tagdiv.com/topic/want-social-login-short-code-on-login-page/
Thank you!
Hello,
Sorry but that is not a default theme element. Is it an extension of visual composer maybe There is no such setting in our theme. What element is being used?
Thank you!
Sorry to hear you are not satisfied with our theme.
Replied via email
Hello,
Unfortunately only you can do it as it is pretty time consuming from the front end to inspect each element using the browser inspector to see exactly which block is used and which modules are used across the whole site. The best way to do this is get a pen and paper and write down all the blocks you use on your site and all the modules you see in the theme panel under template settings and category settings. Go through the whole theme paenl and write down each module and go through all pages abd write down the blocks used.
Create a list of the used elements and then check this list to see exactly which module is used on which block:
https://www.screencast.com/t/MHSm6wyns0 The module is the base element in our theme so once you reduce the block into modules then yopu can create the final list of exactly what modules are used for the entire site.
Note that there are modules on posts as well on galleries if you have any set up.
Then you can check this list and remove the ones that are not used: https://www.screencast.com/t/J2x9aAP2vp
It is recommended not to use very different modules in different places as youy will increase the number of thumbs used and the load on your server.
I know it;s not an easy thing to do , but a necessary step if you want to reduce the images created by the theme.
Thank you!
Hello,
The featured category will be removed automatically from the sibling category dropdown if the name is exactly as follows: https://www.screencast.com/t/uxm3llRjw
If you change the name from Featured to any other, the category will show up in the dropdown. Here is an example:
with the name ‘Featured’ – https://www.screencast.com/t/fZbiUxzsxE
with the name changed to ‘Featured1’ – https://www.screencast.com/t/HgqKBeOEry3I
You can hide it with another name manually by activating this option: https://www.screencast.com/t/79AvFVpiF
Thank you!
Hello,
Please make sure you use the latest version of the theme (7.6.1) and the latest version of visual composer: 5.0.1
If the option is still missing please reinstall the theme using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Also disable all plugins except visual composer, clear cache and reset cdn files.
Thank you!
Glad you found it.
Best of luck on your project!
Hi,
The logo text does not have a setting i nthe theme panel so you have to add this code in the theme panel:
.td-logo-text-container .td-logo-text {
font-family:Helvetica Neue;
}
Thank you!
Hello,
The 2 sticky ads are like so because you have the smart sidebar class set on the row in visual composer: https://www.screencast.com/t/PqgTovr0XFa6
Please read this guide to learn how to set or remove the sticky sidebar: https://forum.tagdiv.com/smart-sidebar-2/
As for the ad boxes and the gap, you use separate rows on the sidebar so your sidebar is split in 3. That mens that the sidebar element will wait for the other sto show up with all content before showing the next row. You have the row set to shoe on the left the block most popular with 5 posts and on the right, the ad box with 2 ads.
It simply waits for the row to finish before showing the next row with content: https://www.screencast.com/t/DcUIkoVkcxR
If you want a continous sidebar and no gap between elements, add it on the same row and there will be no more gaps.
Thank you!
Unfortunately no, as not all elements are alike. There is no time or date added to the news ticker by default. It can only be added custom by altering the theme code for the ticker:
https://www.screencast.com/t/zztrx0II
Thank you!