Hello Akhil,
I suppose that you want to make your items menu being hyperlinked when you hover over the menu. To do that, 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 ->
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-decoration: underline;
color:blue!important;
}
The result you should see here-> http://screencast.com/t/YN2DoJYB30g9
If is not what you want to achieve, 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 Beldar,
If you want to hide some elements for your mobile mode, you have to use a bit of CSS code to do that. Please notice that exists media query for all devices. In mobile case, you have to use @media (min-width:767px){enter your code} and then you have to place in your custom CSS box. For more information about media query, please consult this link -> http://www.w3schools.com/css/css_rwd_mediaqueries.asp Also, if you check deeper your Theme panel, you will notice that below the custom box you have the advanced CSS field, where you can find the code from what kind of element you want to hide for each device.
You have to try to implement yourself because we cannot provide customization services at the moment, sorry! We also can guide you to the right direction.
Thank you for your understanding!
Hello emstudios,
Please try the following code and place it in Theme panel->Custom CSS area.
.menu-item-956 a {
color:red!important;
text-decoration:underline;
}
The result -> http://screencast.com/t/rq8BS6tMF8QT
Thank you for the message!
Hello Marto,
Please try to check the phone settings to use only the facebook application. Please notice that this thing is not related by the theme.
Thank you!
Hello c.schwalm,
We had reports of such behavior when sometimes the widgets area gets stripped of content, but this is rare and in specific cases. We have not been able to recreate this issue on our end so we cannot say for sure why it is happening. Maybe there is a specific plugin or combination of plugins that causes it. Our theme does not have any sort of code that can remove widgets automatically from the widgets section.
You could try to increase the system status parameters by following this guide: https://forum.tagdiv.com/system-status-parameters-guide/
And there is also the WordPress conflict regarding the widgets area. If you use special characters such as
{}:”<>?,./;'[]!@#$%^&*() or other language specific ones inside your widgets area, the widgets will get stripped by WordPress.
Unfortunately, we do not have any fix for this case. This has been added on our list of improvements and we will consider this in future updates.
Thank you for your message!
Hello thanik30,
Please try the following code ->>
.td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-header-style-6 .black-menu .sf-menu > .sfHover > a {
background-color: #ffcd33;
}
The result -> http://screencast.com/t/XWJjWG30pTnB
Thank you for the message!
Hello emstudios,
I suppose that you want to add some text decoration for your item menu when you hover over. To do that, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-decoration: underline;
}
The result -> http://screencast.com/t/KiFKMcTWyPNh
Hope this helps!
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 Beldar,
Please try to replace your above code with the following code.
The new code is ->
#td-outer-wrap{
top:400px;
}
Hope this helps!
Thanks.
Hello masc,
Unfortunately, is not exist a general code for all kinds of Grids. Please notice that you have to change the number of the grid for each of them.
Example for Big Grid 5, style 1
.td_block_big_grid_5.td-grid-style-1 .entry-title {
background-color: rgba(77,18,23,.9);
}
Example fro Big Grid 6, style 4
.td_block_big_grid_6.td-grid-style-4 .entry-title {
background-color: rgba(77,18,23,.9);
}
Thanks.
Hello marcop,
Please try the code below to hide the third sub category level.
The code is ->
.td_mobile_elem_with_submenu_2 li:nth-child(3) {
display:none;
}
The result you should see here -> http://screencast.com/t/TjsH7kpGH1
Thanks.
Hello thanik30,
1),2),3) If you want to change the style as you wish, you have to use a bit of CSS code to do that. Please try the following code and place it in Theme panel->Custom CSS area.
The code is ->
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
background-color: #ffcd33;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-left: 3px solid #ffcd33 !important;
}
.td-scroll-up-visible {
background-color: #ffcd33;
}
.td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a {
background-color: #ffcd33;
}
The result you should see here -> http://screencast.com/t/EwEQtxcMf
Thank you for the message!
Hello Castle Yen,
Please notice that if you want to improve your page speed it is not a simple task and you will need to have at least basic knowledge PHP/HTML, not necessarily ‘tech savvy’ and also, you should be aware of all modifications which you do into your site .
We have an optional plugin for speed optimization, like speed booster and you will have to set it according to our documentation.
You will need to follow this tutorial on page speed:
https://forum.tagdiv.com/how-to-make-the-site-faster/ Gzip compression needs to be active and also read about how you can compress the images. I suggest to getting someone to help you if you cannot manage.
Also please make sure that Speed Booster is active, check System Status for this – http://screencast.com/t/LDPniI0Qpv The plugin is tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you have others active it will be automatically disabled.
In order to use the TagDiv speed booster with all plugins, you will need to remove this code – http://screencast.com/t/RZLIOPUNdqh
Also, please try to run your website without many untested plugins because these will affect the behavior of the theme and could create some errors in the theme.
We can’t offer speed customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you. Also, as you can see in our tutorial, these kinds of information are addressed only for ADVANCED USERS.
Thank you for your understanding!
Hello VoZz,
Please ensure that you have correctly followed all the steps in order to set your Ajax Filter, according to our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ Also, please make sue that you are using the latest version of the Theme (6.7) and Visual Composer (4.11). Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please try your theme without any untested plugins because this thing could cause some js errors in the theme that create these issues.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello opalgeode,
Please notice that all your modifications and settings are registered in your database and you will have access to them from any theme which you are using on your side. Yes, if you choose any Demos you will be able to customize all the widgets as you wish.
Thank you for the message and for your interest in our theme!
Hello danimian,
If you want to change the width and the colors for your Social Counter, you have to use a bit of cSS code to customize it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_social_counter{
width:300px;
}
.td_social_info {
display:none;
}
.td_social_facebook {
background-color: green;
}
.td_social_twitter {
background-color:pink;
}
.td_social_youtube {
background-color:blue;
}
The result you should see here -> http://screencast.com/t/4XnqLqpL
For your second request, you have to use a bit of code for achieving as you wish.
The code is ->
.td_block_wrap {
padding-bottom:2px;
}
.td-main-page-wrap {
padding-top: 30px;
}
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 code.
Thanks.
Hello mystudent,
First of all, please try to use the above code with media query to avoid breaking the responsiveness.
The code is ->
@media (min-width:767px){
.td-boxed-layout #td-outer-wrap{
width:1116px;
border:2px solid rgba(109,179,242,0.7);
}
}
If you want to have the border only for your main content, 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.
.td-main-content-wrap {
border:2px solid rgba(109,179,242,0.7);
}
Thanks.
Hello mystudent,
Please try the code below.
The code is ->
.td-boxed-layout #td-outer-wrap{
width:1116px;
border:2px solid rgba(109,179,242,0.7);
}
And for more information about accepted values by the border attribute, please consult here -> http://www.w3schools.com/css/css_border.asp
Thanks.
Hello fakamaka,
If you want to have the custom title and colours for some desired elements, you can use Text with Title element from Visual Composer without text and you should leave just the Title, like this -> http://screencast.com/t/5Q9zTjMW and then you have to use a bit of CSS code to decrease the extra white spaces. The result you should see here -> http://screencast.com/t/vzu09EOmc
The code is ->
.td_block_text_with_title{
padding-bottom: 0;
}
.td_block_text_with_title .block-title {
margin-bottom:2px;
}
Hope this helps!
Thanks.
Hello mystudent,
You can try this code ->
.td-boxed-layout #td-outer-wrap{
width:1116px;
border:2px solid black;
}
Result -> http://screencast.com/t/1lkOiySMr
Thanks.
Hello TuNguyenUK,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page. Also, please provide the link of this topic so we can know who are you and what the issue is.
Thank you for the message!
Hello Walther,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.post .td-post-sub-title {
color:#484848;
}
Thanks.
Hello TuNguyenUK,
Please try to make a fresh install and trying to run the system only with Visual Composer. I recommend you doing a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme again and install it directly and see if your fonts work.
Hope this helps and let us know how it goes!
Thanks.
Hello mystudent,
You can try the code below and place it in Theme panel, Custom CSS area.
The code is ->
.td-boxed-layout #td-outer-wrap{
width:1116px;
}
Hope this helps!
Thanks.
Hello aragorn,
1)This is the default order and the theme doesn’t have an option to change it. You can do this in the code or try to use a plugin like Category Order and Taxonomy Terms Order as I saw that many users use it, please check this topic as reference – https://forum.tagdiv.com/topic/how-can-i-hide-all-from-megamenu-list/#post-71876
2)If you want to change the logo, you have to check the Header->Logo&Favicon section from your Theme panel, like this -> http://screencast.com/t/InwzMuNJdd and for more information about our logo, please check the documentation here -> https://forum.tagdiv.com/logo-favicon/
3)If you want to change the Ad banners, please check the Ads section from your Theme panel, like this -> https://forum.tagdiv.com/header-ad/
4)If you want to change the text from your Footer section, also please check your Theme panel, like this -> http://screencast.com/t/VfjEK4QD8wt
5)If you want to change the structure for your top header menu and footer menu, you can do that from panel, Appearance->Menus, like this -> http://screencast.com/t/Xh2bS9SbkMS
Hope this helps!
Thank you for the message!
Hello Castle Yen,
I suspect this issue come from your untested plugins which you are using in the theme. Please try to disable all the active plugins, leave just Visual Composer to active, 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 if you are using some untested plugins with our theme those can interfere with the theme and could create some js errors in your console which cause this type of problem.
If your problem is still there after these changes and if you need more assistance in this regard, please provide your website URL so I can further inspect the issue.
Hope this helps!
Thank you for the message!