Hello AyaR,
Unfortunately, our theme does not have any such an option for this, sorry! If you want to achieve this feature, you should do it through the code and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! For targeting the current user you can start from the following function, like this -> https://codex.wordpress.org/Function_Reference/current_user_can
Thanks for the message!
Hello latihlogika,
I guess that you want to stretch the image for mobile devices, right? You should simply eliminate the paddings through this code. Place it in Theme panel -> Custom CSS Area.
@media (max-width: 767px){
.td-container, .tdc-row {
padding-left:0;
padding-right:0;
}
}
The result is here -> https://www.screencast.com/t/4Jq5oqB5Gfia
Thanks for the message!
Hello,
Please keep in mind that the Header Style 10 uses the logo in full width. So, if you want to achieve bigger logo on your website you should load a bigger logo on your website if you want to achieve best theme results.
Thanks for the message!
Hello Nabil Nachi,
You can change the page template from here -> https://www.screencast.com/t/8EyIMe5gR For more information about this, please check here -> https://forum.tagdiv.com/newsmag-page-templates/
Thanks for the message!
Hello andreaskesler,
First of all, make sure that you are using the latest theme version, remove all of the untested plugins if you are using something like this, purge all CDN files if you are using Cloudflare and check the results. If the problem is still there, please provide your website URL so I can take a closer look at it. Regarding on sort order, please check our documentation here -> https://forum.tagdiv.com/block-settings-guide/
Hope this helps!
Thanks for your understanding!
Hello kaibehrmann,
You can adjust this from the following custom CSS code.
.widget_text .textwidget{
font-size: 16px;
line-height:24px;
}
The result is here -> https://www.screencast.com/t/Nlh5X40DXo
Thanks for the message!
Hello PAPPACLART,
If you have TD Composer active, try to disable it and use only VC Composer because if you have both plugins active, might appear some conflicts. Also, if you are using other untested plugins, try to disable all of them and leave just to active only the required plugins, clear all the caches and check the results.
Thanks for your understanding!
Hello boka003,
Notice that we have IOS Slider which allows you to slide your posts and which look like this -> https://demo.tagdiv.com/newsmag/slider/
Regarding on the second request, notice that our theme does not have any such an option for this, sorry!
Thanks for the message!
Hello kizobrax,
If you want to change the H tag for module title, you should edit here -> https://www.screencast.com/t/40fYluvR9XY
Thanks.
Hello d85,
Please provide your website URL so I can take a closer look at it and also, please be more specific about to your problem and what exactly you want to achieve with that code?
Thanks for the message!
Hello PAPPACLART,
I have inspected some post articles from your website but I do not see any problems with your alignment. Please provide the certain URL which the problem appears so I can take a closer look at it. Clear all the caches and check the results.
Thanks for the message!
Hello FranciscoFdez
Unfortunately, our theme does not have any such an option that allows you to remove the Google Fonts. Please keep in mind that the Roboto and Opens Sans fonts are used default by the theme and there is no solution to disable them. If you want to make deeper changes in this regard, you should check the td_config.php core files and from here you should change the default theme fonts which are Open Sans and Roboto with your desired one, like this -> http://screencast.com/t/YXUNUqxE. Also, if you want to remove the Roboto Google Font you can try to remove from there, clear all your caches and check the results. For more information about this regard, please consult the following topic here -> https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Hope this helps!
Thanks for your understanding!
Hello bwijbenga,
Depends on our developer’s decision and we cannot provide an accurate response now, sorry! Follow up our change log because there you will see all the theme’s changes over the time.
Thanks for the message!
Hello ThatisY
Check the Theme panel here -> https://www.screencast.com/t/LR2t4iKkei and try to disable the blocks/modules if you are not using on your website and in that way you will stop generating a lot of size of images.
Hope this helps!
Thanks for the message!
Hello gamagedylan,
For example, on the Homepage, notice that you can directly add the YouTube Playlist in the sidebar, like this -> https://www.screencast.com/t/fInUuN2CH and also, another alternative would be to use the YouTube player in Widgets section, like this -> https://www.screencast.com/t/hd9yY4vQkTUq
Thanks for your understanding!
Hello subbareddy,
Unfortunately, this kind of plugin has not been tested with our theme and also, we cannot say for sure if it will work or not, sorry! Also, notice that we cannot provide support for untested plugins.
Thanks for your understanding!
Hello sunnydream,
Please check the following documentation here -> https://forum.tagdiv.com/smart-sidebar-2/
Thanks for your understanding!
Hello JessieT,
Yes, it’s possible if you are using such a custom CSS code. Check the following documentation here -> https://www.w3schools.com/cssref/css3_pr_text-justify.asp and here
-> https://www.w3schools.com/cssref/pr_background-color.asp We have a useful tutorial for creating an own custom CSS code. Please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this helps!
Thanks for your understanding!
Hello Stefan,
First of all, check your system status parameters to be increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Try to clear all the caches and browser cache and check the results for Facebook. If you have strictly followed the steps from our Social Counter documentation and if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page.
Thanks for the message!
Hello jayfray,
You should add this property like this -> https://www.screencast.com/t/KmReSKPbpW00
Thanks for the message!
Hello infozoon,
Notice that you should not buy the premium version of Seo Yoast. This is the default post sharing on Facebook -> https://www.screencast.com/t/r2sM3Ef0HDjt Check if you have og: properties activated and check them into your source page. Please check here -> https://kb.yoast.com/kb/getting-open-graph-for-your-articles/
Thanks for your understanding!
Hello Goldie1234,
Please make sure that you are using the latest theme packet which can be downloaded from Theme Forest. To be sure, try to make a new clean install from scratch via FTP way because this is the surest theme method, according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/ This message appears when you did not do something good with the theme installing. Try again to install the theme, clear all the caches and check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello Guims,
Please keep in mind that the Roboto and Opens Sans fonts are used default by the theme and there is no solution to disable them. If you want to make deeper changes in this regard, you should check the td_config.php core files and from here you should change the default theme fonts which are Open Sans and Roboto with your desired one, like this -> http://screencast.com/t/YXUNUqxE. Also, if you want to remove the Roboto Google Font you can try to remove from there, clear all your caches and check the results. For more information about this regard, please consult the following topic here -> https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
So, if you want to move to the footer this render blocking notice that all the required information might be found in our tutorial, here -> https://www.screencast.com/t/CpKjeEttBtt
Hope this helps!
Thanks for your understanding!
Hello cahya222,
Please notice that it’s just as simple image and you cannot change the color of it. If you want to have another one, you should change the image as you can see here -> https://www.screencast.com/t/izqxpEKfM as you can see here -> https://www.screencast.com/t/g01DqK4T8pl
Thanks for your understanding!
Hello veteranstoday,
Sorry but the theme does not have any such an additional option for Comments. Notice that the theme only uses the WordPress functionality for Comments. So, if you want to have more options for this section, you should try using a plugin with this functionality.
Thanks for your understanding!