Hello sapito,
If you want to change the font size for your category description you have to target the right class in this regard and increase the value of this attribute. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-category-description p {
font-size:20px;
}
The result you should see here -> http://screencast.com/t/QFXpu9eUPB
Thank you for the message!
Hello sapito,
If you want to reduce the spaces between your post title, you have to use a bit of CSS code for adjusting. Please try the code below and place it in Theme panel->Cusomt CSS area.
The code is ->
.td-post-title .entry-title{
line-height:28px!important
}
The result you should see here -> http://screencast.com/t/IbqOYf0jfE
Thank you for the message!
Hello kamoe,
Please ensure that you have right set it the main menu from the panel, according to our documentation here -> https://forum.tagdiv.com/main-menu/ Also, please make sure that you have no errors in your console from your untested plugins if you are using and just in case, try to disable all your plugins, leave just Visual Composer, clear all cache and check after and see the results.
If you problem is still there after this advice and if you need more assistance in this regard, please provide your website URL so I can further inspect it closer and also so I will be able to provide a more accurate response because I can’t recreate your problem on my side.
Thank you for your understanding!
Hello MortimerJazz,
Unfortunately, our theme does not have such an option for your request, sorry! From the Theme panel you only can change the length of the excerpts, like this -> http://screencast.com/t/idJEFjnyO9TV and for more information about this kind of feature, please consult our documentation here -> https://forum.tagdiv.com/excerpts-introduction/ Another possibility for you would be to add manually the custom excerpt for your each post from the post editor, like this -> http://screencast.com/t/rOqD6e0un If you want to do it automatically, please notice that is not a simple task and require custom work. If you want to implement this option in our site and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for the message!
Hello c.schwalm,
This error comes up in the search/block 21/module 16 when a post has no featured image set to it. This is the case because the search uses the default WP thumbnail. We are working on a fix for this and until we can implement it, you can use this workaround:
You need to edit td_config.php and add this code:
td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);
It should look like so: http://screencast.com/t/RTkWKH6me
Basically, you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.
I recommend you to change the module for Search from Theme panel, like this -> http://screencast.com/t/I0AmPRbybZZN
Hope this helps and let us know how it goes!
Thank you for the message!
Hello aph100,
Please notice that for Block 1, the smallest images do not have excerpts as you can see in our demo preview, here -> http://screencast.com/t/dWaldRk9r34 This is the default behaviour of the theme and if you want to change this functionality for this type of Block, you have to do some additional customizations through code which involve custom work. If you want to display more levels in our theme and you are not aware of the steps in this regard, 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 sejpost,
Please check the each core files corresponding with your single post style like this -> http://screencast.com/t/NsYaAV0zNG
Hope this helps!
Thank you for the message!
Hello computerpalm,
Unfortunately, our theme does not have such an option for the featured video for Custom Post Type and for achieving that it is necessary to do more additional customizations which involve custom work. Also, we have documentation about API customization as you can see here -> https://forum.tagdiv.com/the-theme-api/ but please notice that we cannot provide support for this kind of implementation. For more information about Custom Post Type, please consult our tutorial here -> https://forum.tagdiv.com/custom-post-type-support/
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to implement these functionalities for you in our theme because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello
If you want to increase the font size for your title block, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.block-title {
font-size: 17px;
}
The result -> http://screencast.com/t/3hAo1aLr5
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. Also, if you need more assistance in this regard, please provide your website URL so I can further inspect it closer.
Thanks.
Hello GillBate,
Please notice that any image you will load in your footer section will be displayed in the footer, as you can see here -> http://screencast.com/t/2lcDJAg1ol -> http://screencast.com/t/yf2Kzd3Ne6K The theme will cut the footer logo to fit the thumb according to our documentation here -> https://forum.tagdiv.com/footer-templates/ and if you do not have set it the logo from the footer section, will appear the default logo in this area.
Thank you for the message!
Hello fjonacakalli,
I replied you via email.
Thank you for your understanding!
Hello emil86,
Unfortunately, our theme does not have such an option for your desire and for both cases you need more additional customizations which involve custom work. If you want to display more levels in our theme and you are not aware of the steps in this regard, 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 todaybase,
Please ensure that you have right followed all the steps which I have presented you above. Also, if you are using a cache plugin, please try to clear all cache and test it again. If you are using the same steps should works well.
Thanks.
Hello ErikaGherardi,
I have checked your website and I saw that you are using a caching plugin and therefore, your page is cached and I cannot see your latest setup for your page. Please clear all cache and test it again. If you need more assistance in this regard and you are not aware to accomplish this problem, please preparing your page as you want to display and send us an email to contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page. Also, please provide the link to this topic so we can know who you are and what the issue is.
Thank you for your understanding!
Hello JBH,
This latest update was more for Visual Composer and still working hard for solving this problem. Please understand that we have to do a lot of fixes and improvements and that thing lasts. Sorry for the inconvenience but we will consider in next major update.
Thank you for your understanding!
Hello Albert,
Please notice that you can choose what image you want to featured image but if you want to use default template style for your post template and the featured image is an image from your smart list, you will have twice image, like this -> http://screencast.com/t/iliRl8CTWWbU -> http://screencast.com/t/9yt2w4bB and the result you should see here -> http://screencast.com/t/Jig4ZLaAk5A -> http://screencast.com/t/GEbbN2vq
I hope that you were understood the functionality of featured image -> if you want to avoid this repetition, you have to use post style 5.
Thanks for your understanding!
Hello korhan,
I am glad that I could help you. Thank you for your appreciation.
Have a nice day!
Hello Mayapur Voice,
Please ignore this warning because it is not relevant. This kind of warning appears when you are using the important tag into your CSS custom box.
Thanks.
Hello ErikaGherardi,
I have checked your website and I saw that you do not have the background image -> http://screencast.com/t/dSPIOoaW Please notice that the code that I gave you above it apply only if your layout of the page is boxed. Please provide the specific link where you have a background image so I can inspect it closer.
P.S Here -> http://screencast.com/t/rzi3jUQqBp you can see an example for our demo preview.
Thank you for the message!
Hello korhan,
Please consult this topic here -> https://forum.tagdiv.com/topic/comments-awaiting-moderation/
Thanks.
Hello ErikaGherardi,
Please try to add the !important tag for your code for a more accurate precision. If the code still does not apply, please provide your website URL so I can further inspect it closer and so I will be able to provide a more accurate response.
Thanks.
Hello
Please try the following code and try to put the !important tag like this.
The code is ->
.td-post-content .td_quote_box {
border-left: 2px solid red!important;
}
Thanks.
Hello sarawakv,
1)If you want to increase the size of your load button, 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 box.
The code is ->
.td-load-more-wrap a:hover {
background-color: red;
border-color: red;
color: black;
}
.td_ajax_load_more {
font-size:20px;
background-color:red;
}
2)If you want to change the Load more button to another desired text, you have to do that from Theme panel, like this -> http://screencast.com/t/0DmijpusL0
3) Please try the following code and place it in Theme panel.
The code is ->
.td-next-prev-wrap a {
width: 35px;
height: 35px;
line-height: 35px;
border: 1px solid red;
text-align: center;
vertical-align: middle;
font-size:10px;
color: black;
background-color:red
}
.td-next-prev-wrap a:hover {
background-color: green;
border-color: green;
color: white;
}
Hope this helps!
Thanks.
Hello sarawakv,
If you want to move the comment box to be below to your author box you have to do some additional customizations in core file in order to achieve good results. For example, if you are using post template 1, you have to remove the line code from the single_template_1.php where the comments are called, like this -> http://screencast.com/t/cuEpMCqlfCs and then you have to recall the function in loop-single-1.php like this -> http://screencast.com/t/pzznQm5i
Hope this helps!
Thank you for the message!
Hello brewerbriand,
Please try to check your system status parameters and try to increase them, according to below tutorial ->>
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!