Hello Chief3,
The template wich you should edit is search.php and you find it in our theme files, like this -> http://screencast.com/t/QEmt0NrXcVnR If you want to change the thumb, you should edit the files from modules folder, according to your module used by you, like this -> http://screencast.com/t/Zd3bU1FUtSGH
For more information about child theme, please consult our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ In this documentation you have information about what kind of files could be used in the child theme and wich not. Also, if you want to create another module, please consult our API documentation here -> https://forum.tagdiv.com/td_api_moduleadd/
If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, we only we can guide you to the right direction, sorry!
Hope this helps!
Thank you for the message!
Hello paologalli,
Unfortunately, our theme does not have such an option for social sharing for pages but only for posts and I suppose that you are referring to posts. If you want to use the social sharing only for a specific posts/articles, you have to do some customizations and add some conditions in order to achieve this according to core file wich generate the social sharing code –> td_module_single.php. I suggest doing a category with your desired posts in wich you want to display the social sharing and hide it from Theme panel, like this -> http://screencast.com/t/8bnbcB5TxI and then you have to add is_category condition in td_module_single.php core file like this -> http://screencast.com/t/uOggVyarxUuf and here -> http://screencast.com/t/Cm2zitDkzcU Also, please leave active the social sharing button from Theme panel. With this conditions, the sharing buttons will appear only for posts category wich you are created.
If is not what you mean, please try to find some plugins with this functionality or if you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment,sorry!
Hope this helps!
Thank you for the message!
Hello skyscorcher,
If you want to hide the header, footer and the menu from a specific page you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area. In order to achieve that, you have to target the specific page by page ID -> http://screencast.com/t/24db8sX41
.page-id-39 .td-header-wrap, .page-id-39 .td-footer-wrapper {
display:none!important;
}
Hope this helps!
Thank you for the message!
Hello thies,
In order to achieve as you wish, please try using Text with Title element from Visual Composer and add it in RAW HTML like this -> http://screencast.com/t/Ew4yovoU and from panel you can set the background color and text color like this -> http://screencast.com/t/GShDKyFyuEF
The result you should see here ->> http://screencast.com/t/RpMlKnn9Y
Hope this helps!
Thank you for the message!
Hello studiotopo,
Unfortunately, the td_panel_generator.php file is not supported by the Child Theme and it is not overwritten by the theme but only the footer.php. You can do the changes for footer.php in the child theme and the other one into your main theme if you want. Please notice that if you have the child theme, on the new update, the theme overwritten the code and you can lose this changes.
For more information about child theme, please consult our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you for the message!
Hello newtag,
If you want to remove that button, please do it from the code in td_module_single.php code file like this -> http://screencast.com/t/UROIb5UE
Hope this helps!
Thank you for the message!
Hello Pc-Drifter,
1)If you want to change the color of the category tags, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-animation-stack:hover .td-post-category {
background-color: red!important;
}
The result -> http://screencast.com/t/QZfzCwKGx
2)If you want to change the color of the title of the post from Big Grid, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-big-grid-post .entry-title a {
color: red;
}
The result -> http://screencast.com/t/fPzqUMLn
Hope this helps!
Thank you for the message!
Hello Urme,
Glad that I could help!
Thank you for the message!
Hello Sandman,
This issue maybe comes from incompatibility between untested plugins and our theme. 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.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello williamgalipeau,
1)I have checked your website and saw the problem with your logo on the mobile version. To fix it, please try the code below and add it in Theme panel->Custom CSS area.
.td-logo {
width: inherit!important;
}
The result you should see here -> http://screencast.com/t/6MxChnLKLwg
2)I have checked your website and saw these dimensions for your footer logo -> http://screencast.com/t/VXIbUIzB and also I saw that you use some CSS code to increase the width of this image…I do not recommend this
because using this method you have zoomed in the natural image and the quality of this disappear and this is the reason for blurry image for footer section. Please try upload a bigger dimension for your logo from your Theme panel and check again how it works for you. -> http://screencast.com/t/WkLaVBEiAY6
For more information about logo&favicon, please consult our documentation here -> https://forum.tagdiv.com/logo-favicon/
Hope tyhis helps and let us know how it goes!
Thank you for the message!
Hello Fred-B,
First of all, please try to disable all the active plugins, leave just Visual Composer, clear cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. After this advice, check your website again and if your problem is still there, please provide your website URL so I can further inspect the issue.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello xochipelli,
If you want to set manually your excerpts, you can do it for each post from Post Editor, like this -> http://screencast.com/t/DFqjFrwg Also, please ensure that you have activated this option from Screen options like this -> http://screencast.com/t/mRCZ9AmQOl9
This is the single way in this regard in our theme. If you want to display more levels in our theme and if you are not aware the steps, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Hope this helps!
Thank you for the message!
Hello Urme,
I have checked you website and saw the problem with your TagDiv Gallery. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
width: 696px!important;
}
The result you should see here -> http://screencast.com/t/SiV9PKSndeIJ
Thank you for the message!
Hello newtag,
If you want to have only the FB Like button without Tweet button, please try to use the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-classic-twitter{
display:none!important;
}
Hope this helps!
Thank you for the message!
Hello rs1980,
Unfortunately, we do not have such plugin as tested with our theme and we cannot give an official response in this regard, sorry! You should try to find through WP plugins, test some of them and see how it works for you or maybe some of our users can help you.
Thank you for the message!
Hello adarsh,
This kind of issue is surely plugin related. Please try to disable all the active plugin, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for thme message!
Hello ninjaray,
You should try to use Tab element of Visual Composer and add in it “Text with the title” with your desired gallery. I have tested on my side and seems to works as expected, like this -> http://screencast.com/t/IHOdHh1ZQS4 and the result you should see here -> http://screencast.com/t/2QR1H9Cl Also, you should try lazy load option for better results. This feature can activate from Theme panel like this -> http://screencast.com/t/kVG18t3gFi7g
If is not what you mean and if with my quick solution you cannot achieve as you wish, please try to find some plugins with this functionality or please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Hope this helps and let us know how it goes!
Thank you for the message!
Hello PHPDeveloper,
If you want to remove this information, you have to do it from code from td_wp_booster_functions.php file like this -> http://screencast.com/t/gQxAngXtDsAi
Hope this helps!
Thank you for the message!
Hello Navito,
I have checked your website and saw your inappropriate image slider. If you want to reduce the height slider please try the code below and add it int Theme panel->Custom CSS area, as a quick solution.
The code is ->
.td_block_slide .td-icon-left, .td_block_slide .td-icon-right {
margin-top: -130px;
}
.iosSlider-col-3 .td_module_slide {
height: 450px;
}
Please notice that our theme does not enlarge the image but only crop this. If you don’t have the possibility to upload large images you could use a combination of plugins to upscale the thumbs – Thumbnail Upscale and Force Regenerate.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello bcnjmlopez,
The whats-up button already exists on your theme but it appears only for the mobile version (feature available for 6.6 version or later -> http://screencast.com/t/XiG2Gx6Zeuqn). If you want to display for other devices, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-social-whatsapp {
display: inline-block !important;
}
The result you should see here -> http://screencast.com/t/H3lbpNLYNQTV
For adding Linkedin button, please consult this topic and try to implement this for your side -> https://forum.tagdiv.com/topic/social-media-button/
Hope this helps!
Thank you for the message!
Hello emirbalin,
Please send us a e-mail at contact@tagdiv.com with your credeantials (wp-admin) so we can further inspect the issue and you page setup. Also, please provide a link of this topic so we know who you are and what the issue is.
Thank you for the message!
Hello chand3g,
If you want to remove your images link for your images from smart list, please try the code below and add it in Theme panel->Custom CSS area.
.td-slide-smart-list-figure {
cursor:default;
}
.td-sml-link-to-image{
pointer-events: none;
}
Hope this helps!
Thank you for the message!
Hello firetoss,
Unfortunately, this kind of plugin is not tested with our theme and we have not idea about the theme behaviour with this plugin, sorry. You should try to instal it on your side and see how it works for you. Please notice that we have a list with tested plugins like this -> http://screencast.com/t/QuMzIjuW which the theme works fine and also we cannot provide support for untested plugins. If you want to change the code where the menu is generated, you have to alter the code from these files -> menu-mobile.php and header-menu.php. -> http://screencast.com/t/5aNvKGFvrA -> http://screencast.com/t/xatfi0Js
If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this functionality for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello thies,
Unfortunately, what you want to achieve with the same style and functionality you cannot do this but only if you add the block because what you presented above is part of block settings with Ajax filter. Please provide more details about your desired changes. It is necessary to know more details about this so I will be able to provide a more accurate response.
For more information about blocks settings and Ajax filter, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Thank you for the message!
Hello chand3g,
If you want to change the height of the top menu, please try the code below. You have to edit the paddings to be 0.
@media (max-width: 767px){
.td-header-style-8 .td-header-top-menu {
padding:0;
}
}
For your second request, I have tested on my side and everything it ok with style.css. http://screencast.com/t/JnvylU3hN6a If your style.css is minified, your code will be messy and probably the code appears like this -> http://screencast.com/t/RH1Y23NIzt
Thank you for the message!