Hi Aditya,
Please try the code below and fix the problem with border in header style 2. This code is available only on this header style.
.td-header-style-2 .td-banner-wrap-full {
border-bottom: 1px solid #F3F1F1;
padding-bottom: 20px;
}
.td-main-page-wrap {
padding-top: 20px;
}
The result: http://screencast.com/t/ACxqzx5kv
I hope that is what do you want. If is not, please provide more details.
Thanks!
Hello filipecfarias,
You can set this option within Visual Composer like that: http://screencast.com/t/9C1rdkHi and if you have more categories, you should find the category id like that: http://screencast.com/t/fuf0FN1unw
These ids have to be put in box “Multiple categories filter” separated by commas (ex: 13,23,18) or you can change by categories like this: http://screencast.com/t/jNgVklcI7vl
For more details about blocks settings please consult our documentation here: https://forum.tagdiv.com/block-settings-tutorial/
If is not what do you want, please provide more details.
Hope this helps!
Thanks!
-
This reply was modified 10 years by
Catalin.
Hi rehman,
Thank you for your message. I noted this suggestion and we have it on our list for the future updates.
Thanks.
Hy findlay,
You can set this option within Visual Composer like that: http://screencast.com/t/jDjC1ys3ZA and if you have more than one author, you should find the authors id like that: http://screencast.com/t/a0n8Mj3Ar
These ids have to be put in box “Multiple authors filter” separated by commas (ex: 13,23,18).
For more details about blocks settings please consult our documentation here: https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thank you!
Hi ferdyjakal,
Please try the code below for any menu item do you want. You have to target each menu item with his id and this thing you can find like this: http://screencast.com/t/Qp3tX56rKMm3
.menu-item-148 {
border: 1px solid black;
border-radius: 5px;
background-color: red;
}
The result: http://screencast.com/t/Qp3tX56rKMm3
Hope this helps.
Thank you!
Hi mycabonchon,
Please make sure button named:”toolbar toogle” is activated like that: http://screencast.com/t/Wmu1fIgXC
Thank you!
Hi Twolle,
Our theme have 12 footer style templates with various customization. The content of footer template style 1, 2 is default and you cannot remove in the widgets area, only in back-end and this is not a easy task, why not recommend this. In order to remove popular categories you have to modify the core theme files like that: http://screencast.com/t/bMJ1VhoKs (exemple for footer template style 1)
I’ve suggest you to use footer template style 5 because is the same with footer style 1, without these columns and you can modify in widgets area (Footer 1, Footer 2, Footer 3) what do you want.
http://screencast.com/t/WRpfs4Wt6j
http://screencast.com/t/OFhh8hyqUm
If you want to customize footer you can read more on the topic here: https://forum.tagdiv.com/footer-templates/
Let us how it goes!
Thanks.
Hi sejpost,
Yes, it is possible. First of all you must create a custom link within wordpress like this-> appearance->menu->custom link: http://screencast.com/t/cwbTeaDq and in next step please try a bit of css below:
@media (min-width: 768px){
.menu-item-57 {
display: none;
}
}
Attention: Every custom link newly created has a different id and you must target this in CSS for a result. This id you can find like this: http://screencast.com/t/Nz1kracbMa7a
The result: http://screencast.com/t/812JzGp9473 http://screencast.com/t/V6fAus84ivvx
For your second request, our theme has not been designed to display view of the desktop version in mobile version.
If is not what do you want, please provide more details.
Hope this helps.
Thanks.
-
This reply was modified 10 years by
Catalin.
Hi thelastpoet,
I understand your request, but unfortunately our theme does not support this change and there is no easy solution for it. This is a complex task which requires lots of customization and if 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 as we can’t offer customization services at the moment.
As a quick solution to your problem, you can try the code below:
@media (max-width: 767px) {
.td-travel-header .vc_parallax-inner{
height: 100%!important;
top: 0!important;
}
}
Hope this helps!
Thank you!
Hy Zakkery,
You have two possibilities to disable the option “More from author”.
1. You should alter the template named td_module_related_posts.php like that:
http://screencast.com/t/V8ZoLZjc
2. If you do not want to alter the code, please try a bit of css:
.td-related-title .td-related-right {
display: none;
}
Here you can see the result: http://screencast.com/t/M4QKJTwA
Thanks.
Hy boubacar,
You must clear cache and see if you still have this issue.
Thanks.
-
This reply was modified 10 years by
Catalin.
Hi byothe,
Try the code below:
.td-post-content .coco-social {
margin-bottom: 30px;
margin-top:-50px;
}
With margin-top value can adjust the space between the last line in your post and the plugin used and with margin-bottom value can adjust the space between social incons and ad.
Here you can see the result: http://screencast.com/t/RrHv5DKQVG
If it not what you want please provide more details for an more accurate response.
Thanks.
Hy byothe,
Please try the code below:
.td-footer-wrapper .td-pb-span4 .td_block_wrap .td-next-prev-wrap, .td-footer-wrapper .td-pb-span4 .td_block_wrap .td-load-more-wrap{
margin-top: 20px;
}
.td-footer-wrapper .td_block_wrap .td-next-prev-wrap, .td-footer-wrapper .td_block_wrap .td-load-more-wrap{
margin-bottom: 0!important;
}
Thanks!
Hi rehman,
The theme was built such that all titles modules have h3-heading. You can alter this value within td_module.php like this screenshot http://screencast.com/t/4HC8o7CMm . Now, all the modules have h4 (when you replace with h4 heading). If you want to have this value only to meaga_menu_module, you should to modify this function get_title () and this is not an simple task. If 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 as we can’t offer customization services at the moment.
Thanks.
Hi jimmysong,
For get a transparent background, please follow the steps below:
http://screencast.com/t/bmQ9e6Cd
This steps you should follow and for top menu/main menu or mobile menu background color within Theme panel.
An exemple you can see here: http://screencast.com/t/d4qUaS9y5c5
Thanks and let us how it goes.
Hello ferdyjakal,
We know about this issue and this will be solved in future updates. This problem appear when using the header style 8->Hybrid menu 2 and create a drop-down top bar menu. Until the problem will be solved, i suggest you to use another header style.
Thanks for understanding!
Hi chauffeur,
You can change the color button if you use the code below: http://screencast.com/t/muDKhkIbSO
.td-scroll-up-visible {
background-color: green;
}
The result you can see here: http://screencast.com/t/0aElAOPp
Thanks.
Hi JDF,
I’ve checked the code on your site again and all seems to be good. Please make sure you put the correct code in custom CSS area within Theme panel like this: http://screencast.com/t/Gn4PaHPz
@media (max-width: 1018px) and (min-width: 768px){
.td-header-menu-wrap .span9 {
overflow: auto;
}
.td-header-menu-wrap .span9 {
font-size: 10px!important;
}
}
Here you can see the result: http://screencast.com/t/ln9p78N4qJ0
Thanks and let us how it goes!
Hi mike,
You have two possibilities to disable the option “More from author”.
1. You should alter the template named td_module_related_posts.php like that:
http://screencast.com/t/V8ZoLZjc
2. If you do not want to alter the code, please try a bit of css:
.td-related-title .td-related-right {
display: none;
}
Here you can see the result: http://screencast.com/t/M4QKJTwA
Thanks.
Hi thelastpoet,
1. It is possible to remove the dates on the block 5 if you try a bit of CSS code below:
.td_module_3 .td-module-date {
display: none;
}
2. In our theme, blocks were designed to display only the posts. To get what you want, it requires custom work. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
3. If you want to display the top bar in your theme, first of all you should activate this within theme panel and then creating a custom top bar menu like this: http://screencast.com/t/nZ8Xs3tST http://screencast.com/t/xaJ49ico
The result can see here: http://screencast.com/t/yMGsp3j9mD http://screencast.com/t/7RFkHmozhB
Let us how it goes!
Thanks.
-
This reply was modified 10 years by
Catalin.
Hi Aditya,
If you want only the border you must try the code below:
.td-main-page-wrap {
padding-top: 22px;
border-top: 1px solid #F3F1F1;
}
Thanks.
Hi Aditya,
It is necessary to make some changes in style header-2 template for your customization like this:
http://screencast.com/t/pc3Td0DV and then try a bit of custom CSS below:
.td-header-style-2 .td-header-sp-logo {
margin-left: auto;
margin-right: auto;
}
.td-main-page-wrap {
padding-top: 22px;
border-top: 1px solid black;
}
The result you can see here: http://screencast.com/t/RHnTMiayh7y
Thank you and let us know how it goes!
Hi JDF,
Our theme does not support to add a widgets in top bar. If you want to put images or icons in your top bar menu, can try font awesome plugin to add this. For more details please consult our documentation here: https://forum.tagdiv.com/main-menu/ (in bottom of the page).
For a second request, I’ve checked your site and you must to try the code below:
@media (max-width: 1018px) and (min-width: 768px)
.span9 {
overflow: auto;
}
.td-header-menu-wrap .span9 {
font-size: 10px!important;
}
Here you can see the result: http://screencast.com/t/w7EAdbZEmjS
Thanks and let us how it goes!
Hi JDF,
I’ve checked your site and i saw your problem. Please try a bit of custom CSS like this:
@media (max-width: 767px)
.header-style-3 .td-logo img {
right: -75px;
}
Also please remove this CSS style:
@media (max-width: 767px)
.header-style-3 .td-logo img {
width: 35px!important;
}
The result you can see here: http://screencast.com/t/kirDo2EGY
Thanks and let us know how it goes!
-
This reply was modified 10 years by
Catalin.
Hello rcallejonvillalobos,
If you want to create a MegaMenu with Sub-categories, please follow this important steps:
Go to Appearance->Menu
Add menu items from the left panels (Pages, Links, Categories)
Click on the menu item and select the Category that you want to use from the drop-down
NOTICE:
-You have to use a category that don’t have sub-categories.
-Also please make sure that the Item menu used as MegaMenu is in root of the Menu and don’t have sub-menus inside: http://screencast.com/t/Ja4DP61uKYiQ not that: http://screencast.com/t/hxUawuVweJo
In conclusion, for MegaMenu, you do not must select the subcategories.
Thanks.
