Hello manoj.yadav,
Our theme uses the default WordPress comment system just styled different.
Email is required for posts to operate. You can hide the fields you mentioned using CSS but email will still be required to post.
If you want these modifications you have to alter them either in the code or use a plugin.
Thank you.
Hello Atreaer
The author and date from those particular modules were hidden deliberately for aesthetic reasons.
You can adjust the author and date from the mx6 module using this custom css:
.td_module_mx6 .td-post-author-name {
left: -5px;
}
.td_module_mx6 .td-post-author-name span {
margin: 0 -3px 0 2px;
}
Thank you.
Hello imc67,
Have you tried changing the sort order? http://screencast.com/t/2KkQeLRB91
If you don’t want to show the latest posts you can use a different sorting order and see how that works out for you.
Thank you
Hello sylcharlestone,
The theme cannot manage a get response form at this time, but you can use a plugin to achieve this. for ex: https://wordpress.org/plugins/getresponse-integration/
If this one does not work you will have to try a different one because we cannot make a suggestion on which plugin to use. We have not tested these plugins.
I hope this helps
Thank you.
Gadget Friendly
The search icon can be removed completely by commenting this line here:
http://screencast.com/t/E31WRg3VeXMr
As for the menu, i see you figured it out already :). It’s CSS related. Just inspect the elements with your browser’s inspector.
Thanks.
Hi,
If you follow the tutorial and make each step as it shows, everything will work fine.
Regarding the update, i think you are talking about a theme update, in that case it depends. If it is a major update (to a different version) not a dot revision, then yes…you will have to update the child theme as well.
Thank you
Hello Dan,
I checked your website and saw the overlapping results boxes. You can hide the default one (if this is what you want) using a custom CSS:
.td-aj-search-results, .result-msg{
display:none;
}
Just add it to the theme panel:http://screencast.com/t/WU20kh50
If you want it restored in the future, just delete the code and it will be displayed again.
Thank you.
Hello Paul,
I made this custom CSS that should fix your problem.
.td-header-style-3 .td-container, .td-header-style-3 .td-header-sp-recs {
width:100%;
}
.td-header-style-3 .td-header-sp-recs{
margin:0px;
}
.td-header-style-3 .td-header-sp-recs img {
position:relative;
}
@media (max-width: 767px){.td-header-style-3 .td-header-sp-recs img{
margin:0!important;
}
}
Thank you.
Hello dwarkapuria,
I have checked your site and it appears you have stretched the content to 100% of the screen. Unfortunately our theme’s blocks were not designed to work like that and it can cause problems.
Please revert to the default state of the rows in visual composer.
If this does not work or it is not what you mean, please provide more details to your problem.
Thank you.
Hello manoj.yadav,
I made a custom CSS for your top menu for a start
.td-header-top-menu-full .sub-menu {
max-height:200px;
overflow: auto;
}
But for the main menu you need to target the specific sub-menu, because CSS needs precise targeting on the specific sub-menu you create, otherwise the whole thing collapses.
You can use the browser inspector tool to target that specific sub-menu classes used in the sub-menus you create and then add the max-height and overflow proprieties.
Thank you.
Glad it worked out.
Have a nice day.
Hi MK,
You could try that, and if the problem persists please send us an email at contact@tagdiv.com and provide wp-access and we will inspect this issue closer, also include a link to this topic.
Thank you
Hi Alex,
To insert Ads in custom areas of the website you will need to edit the core files of the theme. You can follow this easy tutorial from our documentation: https://forum.tagdiv.com/how-to-insert-ads-in-custom-areas-of-the-website/
Hope this helps.
Thank you.
Hello Kozzi,
I checked your site and it only shows one search box. It seems to work fine now.
http://screencast.com/t/R4NKw1w7B
Please provide more details if this is not what you mean.
Thank you.
Hello VerveAcademy,
Unfortunately there is no easy way to replicate that particular slider. It has to be coded to work like that,
but you can use our big grid slider block: http://demo.tagdiv.com/newspaper/big-grid-slide/ which is similar to the one you pointed out.
You can find it in visual composer: http://demo.tagdiv.com/newspaper/big-grid-slide/
Thank you.
Hello posonty,
Your theme settings should stay the same as the files will not be modified.
There is a page in our documentation that can help you: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you.
Hello posonty,
Just change the padding from 10 to 0 in the code I gave you and it should display fine.
The result:
http://screencast.com/t/mLYP5bm4A8
Thank you.
Hello Gadget Friendly,
The header files can be found here: http://screencast.com/t/QPJoVVXVFdYP
There is another way to hide the search widget in the top menu, by using CSS:
.td-header-main-menu .td-search-form-widget{
display:none
}
Hope this helps
Thank you.
Hello ferkof,
You can read more about EWWW Image Optimizer and other plugins people have tested for better performance in this topic here, https://forum.tagdiv.com/topic/newspapertagdiv-powered-websites-showcase/ , although they sometimes cause problems.
Unfortunately time does not allow us to test all these plugins so i cannot make any recommendations. Sorry.
Thank you
Hello mike,
I tested the TinyMC plugin and it works and displays properly. Please check other plugins you might have installed because sometimes they can interfere with one another. Disable all of them except visual composer and TinyMC.
If the problem is still there, please provide more details.
Thank you
Hello pmoneyweb,
There are multiple things not working on your site including menus and the search icon.
I found some errors on your site’s console: http://screencast.com/t/DCCtsR1qKfV , fixing them should be a priority.
Please disable javascript minification and i still see plugins on your site, try to disable them and see which one does not work for you.
Thank you.
Hello Kevin,
Your can achieve the result you want by recreating your shop page in visual composer. Just edit the ‘products’ element and select the 3 columns layout like so: http://screencast.com/t/kyHOXXxaV.
Make sure to add your edited shop page to the woocommerce plugin settings: http://screencast.com/t/OHL0swXkwSDP
The result: http://screencast.com/t/IV7hC99l
Thank you.
Hi,
You have that space because you use the blocks in Tabs so there is the default block bottom spance and it is added also the Tab space. Please try this css and see how it works out:
.vc_tta-container .td_block_wrap, .vc_tta-container .vc_tta-panel-body {
padding-bottom: 0px !important;
}
Google chrome’s inspector is much better at these tasks and you can use a chrome extension to test your css called “live css editor”. it’s easier that way.
Thank you!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hello zlato,
Unfortunately we cannot recommend any plugins for user rolls as we did not have the time to test any of them.You can just try them out and see how it goes.
Thank you
Hello,
I have checked your site and you seem to have a redirect on your links:
http://screencast.com/t/2fcWJJ6IsP , https://en.wikipedia.org/wiki/HTTP_301
Please try to disable all plugins except visual composer, clear your cache and purge your files if you use CDN.
Thank you.