Hello macs,
The meta tags are controlled by the Seo Yoast plugin. Please try to install this kind of plugin if you do not have and check this section where you have to introduce the meta, like this -> http://screencast.com/t/LjItCuSw and for more information about this, please consult plugin’s documentation here -> http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables
If is not what you mean, please provide more details about what you want to do so I will be able to provide a more accurate response.
Thank you for the message!
Hello Vencko,
Unfortunately, our theme does not have such an option to change the place for views and comments and for achieving this is required additional customizations. For example, if you are using post template 1, you have to alter the code from loop_single_1.php, like this -> http://screencast.com/t/2MM6zFxa Please notice that it is not a simple task and only addresses for advanced users. If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello vannara1983,
If you want to modify the functionality to next/previous article feature from our theme you have to alter the code from the corresponding file, like td_module_single_base.php, like this -> http://screencast.com/t/CtFl5T2iztVo For more references about get_next_post(); get_previous_post(); functions in WordPress, please consult this documentation here -> https://codex.wordpress.org/Function_Reference/get_previous_post
If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello kuduc_bmw,
Our theme uses two kinds of fonts as by default ->Comic Sans and Roboto. If you want to change these fonts, you have to alter the code from core file when these are called, like this -> http://screencast.com/t/yvsJGcBjvn For more information about Theme fonts, please consult our documentation here -> https://forum.tagdiv.com/font-customization/
Thank you for the message!
Hello thanik30,
Duplicate images on smart lists usually are the result of using the Photon feature of the Jetpack. If you use this feature please disable it as it is known to cause issues with our theme.
If the problem is still there, please try to disable all plugins except visual composer and clear your cache as other plugins could also conflict with the smart lists. Also, if you are using “strange” characters (!@#$%^&*/”- etc) in ALT tag, the image will be twice. I have added this issue to our list of fixes and in next major updates will solve this problem. Until we will fix this issue, please try to remove these kinds of symbols in ATL tag for better results.
Also, and last but not least, please use post template 5 when you are using the smart list for better results. For more information about smart list, please consult our documentation here -> https://forum.tagdiv.com/smart-lists/
Hope this helps and let us know how it goes!
Thank you for the message!
Hello @kuduc_bmw, @PatWire,
This kind of issue appear when you have not set it the Link/path for your image and if it is not set it will appear this kind of error because the theme does not know what image to display in modal mode as you can see here -> http://screencast.com/t/qy3TK1K1Ip
Hope this helps!
Thank you for the message!
Hello imran,
Also, this kind of problem could come from your system status parameters and you have to increase these values in order to achieve the best result. If you do not have access to your system status file, please contact your hosting provider and then try to increase these parameters.
Please make sure your system status parameters are set properly. You can check here: http://screencast.com/t/Ka9cF6ty and then you can use this guide to see how you can increase these values: https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
Thank you for the message!
Hello medeiros7,
1) In your case, your page numbers are duplicated because you have two numbering, the first numbering is made by you on each title and the second is made by smart list. If you have on your title the number, this will appear in the numbering made by smart list. If you do not want to have doubled numbering, you have to change your title and leave these without numbers.
2)Unfortunately, our theme does not have such an option for smart list pagination number, sorry! For achieving that require customization services and we cannot provide this type of service at the moment, sorry!
3)Unfortunately, our theme does not have such an option to change the functionality to the smart list without custom services. For achieving as you wish it is necessary some additional customization in HTML/CSS that involves custom work. The core file corresponding to this type of smart list is td_smart_list_8.php, like this -> http://screencast.com/t/QNjDEWGR4 Please notice that it is not a simple task and if you are not an advanced user with solid knowledge for PHP/HTML/CSS you can break the layout of the theme.
If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you.
Thank you for your understanding!
Hello AmazingLifeDaily,
If you want to change the comment font, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area. Please notice that the code which you call with CSS will have to be loaded in your theme from Theme panel -> http://screencast.com/t/cWelNuSb, otherwise, the font will not be displayed.
The code is ->
.comment .comment-content p {
font-family: Princess Sofia;
}
The result you should see here -> http://screencast.com/t/onrgq7t99t
Thank you for the message!
Hello pajura,
Unfortunately, our theme does not have such a simple option to achieve as you wish. All the settings for our blocks are situated in td_config.php and as you can see it is not a simple task to change its values. For achieving as you wish, please notice that you need more additional customizations and this is not a simple task because you can break the layout of the theme. If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide customization services at the moment, sorry!
For more information about our aspect ration, please consult our documentation here -> https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Thank you for your understanding!
Hello PatWire,
Please try to use the latest version of the theme (6.6.5) and Seo Yoast plugin (3.0.7) because works fine. Indeed, was some problems with Seo Yoast plugin after version 3.0 but they were solved this in their latest update and now it is okay.
Thank you for the message!
Hello T2N,
Unfortunately, the theme does not have such an option to change your desired spaces. If you want to have space above and below your video, when you edit your post in text view, you have to add a custom class and then using a bit of CSS to add the padding-top and padding-bottom as you like, like this -> http://screencast.com/t/JNuRhlBc -> http://screencast.com/t/LOYo6xj7Z
For my above example, the code is ->
.custom_video {
padding-top:10px;
padding-bottom:10px;
}
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello nwuwong,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Hello jyotishman,
If you want to have Grid style for your website you have to add theme from Visual Composer when you create your home page/normal page like this -> http://screencast.com/t/It2axOnHrgJ and also, the Grids you can have for your category section if you set theme from Theme panel, like this -> http://screencast.com/t/fsjuD4I3FXO
For more information about Big Grid elements you have to consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ and for Category Grid, please check here -> https://forum.tagdiv.com/newsmag-how-category-settings-work/
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thanks.
Hello associatedmediacoverage,
Unfortunately, our theme does not have such an option to be disabled the mobile version, sorry! Our layout of the theme is responsive and the theme has been designed to look good on the mobile version. If you want to give up to the mobile theme, practically, you have to re-customize all the design for the theme for mobile devices and this involves custom work. Please notice that it is not a simple task and require to do some additional customization which involves better knowledge for PHP/HTML/CSS for a good implementation and best results. If you want to develop our theme in this regard and if you are not aware to the steps which have to be followed in this case, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello ArthurConan,
First of all, please try all of these settings in our main theme and check it how it works. Probably your child theme is broken and it is necessary to be uploaded to the latest version. Please try this in main theme and let us know how it goes.
Thank you for your understanding!
Hello adriatikxhelo8,
Best thing to do in this type of situations is to check the plugin docs: http://kb.yoast.com/article/148-canonical-urls-in-wordpress-seo If you have other questions in this regard, please address to Seo Yoast support because they will be able to provide a more accurate response because is their plugin and they must know better then we this problem.
Thank you!
Hello MarioBoriassi,
Please notice that HEADERS BACKGROUND COLORS affect the global header for blocks like this -> http://screencast.com/t/M0rovbBD4zyp if not set values for background colors from Visual Composer. If you want to change the main color header for your site you have to change the color from this field -> http://screencast.com/t/gCMyb8cj and the result you should see here -> http://screencast.com/t/VhbhzIvC9e
For more information about Theme colors, please consult our documentation here -> https://forum.tagdiv.com/theme-colors-introduction/
Thank you for the message!
Hello alicetudio,
Unfortunately, our theme does not have such an option to hide custom ads for your specific category. If you want to do that, please try to check this topic here -> https://forum.tagdiv.com/topic/remove-theme-panel-ads-from-specific-category/ and try to implement in the same way for your ads.
Hope this helps!
Thank you for the message!
Hello MasteringHealth,
Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. I have tested on my side this kind of feature and works fine for all posts. Please try my advice and see how it works. If your problem is still there after this and if you need more assistance in this regard, please provide your website URL so I can further inspect the issue.
Thank you for the message!
Hello srisurya,
I suspect your problem comes from your untested plugins which you have used on your side. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is necessary to follow this advice because it is possible that you plugins to interfere with our theme and could cause this kind of issue (js error). Also, please try to disable the lazy load effect from your Theme panel like this -> http://screencast.com/t/oTYiJsrse and see how it works after this.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello karakey,
I am glad that I could help you!
Thank for your appreciation and have a nice day!
Hello Timo,
I assume that you are referring to your first request, about adding the block content after the comments section for each post. As you can see in the core file, you have 3 cases ->default, sidebar left and no-sidebar. Please ensure that you have introduced the code that I gave you above for each case for a good result, otherwise, for those cases which have not entered the code you will not have the desired result.
Hope this helps!
Thank you for the message!
Hello Dariob,
A solution to add your link to the sub footer is to add a custom link to the sub footer menu, add an extra class – http://screencast.com/t/9W8mme5QH and add this custom CSS in Theme Panel > Custom CSS – http://screencast.com/t/apZe4DLuZ0
.td-footer-link {
pointer-events: none;
cursor: default;
}
Hope this helps and let us know how it goes!
Thanks!
Hello pasqualino77,
I have checked your website and I saw your problem with the sidebar. I suspect this issue that comes from your untested plugins which you are using and which create some interference between our theme and this kind of plugin. Please try to disable all the active plugins, leave just Visual Composer active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Always, when you have some errors/issues/bugs in the theme, please compare your site with the demo version and check if its are found in our demo. If these are found in demo means that is a real problem in the theme, otherwise the issue only comes from your side (customization, plugins, etc).
Hope this helps and let us know how it goes!
Thank you for the message!