- TutorialsDefault Block Settings Guide
Hi,
How to disable mobile menu? I want to use other plugin for mobile menu.
But I still want logo, search and sticky header.
Thank you.
how can i change contents title color just in custom place ex:
i have created echo do_shortcode(‘[td_block_3 header_text_color="#ffffff" limit="6" ....blabla]‘)
it just make my block title color white but i like to make contents title white? it is possible can anyone help me?
Hi Guys
need some help I’m using the default header style as its my favourite but my logo looks best in black when i go on the mobile site the mobile hear is black, when i change this with css to white the menu and search icon disappears is there a way to put my logo underneath the mobile header?
Hi,
Not sure what you mean. Do you refer to the method of placing the ad above the header? If so then unfortunately the theme doesn’t have any other ways to do this because there is no option to pace an ad outside the header container.
Please let me know if this is not what you meant and provide more details.
Thaks
Hi,
You can use do_shortcode function to place a custom ad in header.php file that it ca be overwritten by child theme – http://screencast.com/t/tfSHbmlm and paste your code in Theme Panel > Ads – Custom ad – http://screencast.com/t/Ai0jnyHcOkh
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You customize it using custom css in Theme Panel > Custom Css – http://screencast.com/t/82VwxRmtg
Or if you want to register a new sidebar you can do this in functions.php from child theme – http://screencast.com/t/vrZ2ti3WJx – http://screencast.com/t/oVcC46g3DO
<?php dynamic_sidebar('extra'); ?>
register_sidebar(array(
'name'=> 'extra',
'id' => 'extra-widget', //the id is used by the importer
'before_widget' => '<aside class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<div class="block-title"><span>',
'after_title' => '</span></div>'
));
And place the sidebar in header.php like I suggested above with custom ad – http://screencast.com/t/E2EVTuZAHut it should work fine – http://screencast.com/t/Qg6RwbYoxA4r
<?php dynamic_sidebar('extra'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ak6o84KybPNn
@media (min-width: 1141px){
.td-header-style-3 .td-header-sp-logo {
margin: 28px 0px 9px 0px !important;
width: 340px !important;
padding: 0px !important;
}
.td-header-style-3 .td-header-sp-logo img {
right: auto !important;
}
}
This css is for bigger screens (at least 1141 px), if you want to customize it for each screen size you will have to use media querie like above and change those values. If you don’t have basic html/css experience I suggest to hire a professional to do it for you as we cannot provide custom work.
Thanks!
Hi,
Seems to be a z-index issue, please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/YcxUF5gUO
.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}
Thanks!
Hi!
My costumer wants an above header area with managable ads. In other words, my customer wants to upload and/or delete the ads himself.
I have tried to add a child theme and register a widget with a slider on it but the widget is simply not showing. (here is the tut I followed). I Find it unbelivable that it’s 2015 and I can~t find a single plugin that solves this problem when there are so many people that have the same issue.
How can I solve this? Thanks in advance!
Hi,
I guess that you want to move drop-down filter beside the category title, please try this custom css – http://screencast.com/t/isKJVvjv
@media (min-width: 768px) {
.category .td-category-header .td-pb-row{
display: inline-block;
}
.td-category-header .td-category-pulldown-filter {
position: relative;
top: -15px;
display: inline-block;
}
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
I guess that you refer to the affix menu, you can use custom css to change it background color – http://screencast.com/t/LkupM5wX
.td-header-menu-wrap.td-affix {
background-color: red;
}
Please provide a link so we can take a look if this is not what you mean.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to do this and you will need custom modification to the header style that you use. You can edit header style 9 – http://screencast.com/t/DIALswdc668 and add your images manually in the code and customize them via custom css. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support. But you can always get a freelancer from sites like: http://studio.envato.com/
Thanks!
How is possible via css to make the logo bigger at header style 3 ?
Thank you in advance
Hi,
Use this: http://screencast.com/t/XjZk85D22
.single #ac_55600 .ac_header_title {
margin-left: 25px;
}
Thanks
Hi,
You need custom modifications to achieve that, as you will have to change the log to position absolute and target it for each screen device using media queries. For example you can customize header style 7 – http://screencast.com/t/cxNGeCQQEXk – http://screencast.com/t/SYJdQVw6 You may need additional customizations, I suggest to hire a professional if you don’t know how to do it, as we cannot provide any type of custom work at this time, sorry!
.td-header-style-7 .td-header-sp-logo img {
position: absolute;
right: auto;
left: 50px;
top: 70px;
}
@media(min-width:768px)and (max-width:1018px) {
.td-header-style-7 .td-header-sp-logo img {
top: 40px !important;
}
}
Thanks!
Hi
Try this custom css and add it in theme panel > custom css section: http://screencast.com/t/ctkccvhrn
.td-post-template-8 .td-post-header{
background-color: rgba(0, 0, 0, 0.2);
}
Thanks!
Hi
The code for the header section is located in header style files: http://screencast.com/t/EtG6JNJ5 For example for header style 3 the file is header-style-3.php: http://screencast.com/t/ECCi5G95XR2 and the ads file here: http://screencast.com/t/Slrg87NUnTqU
Thanks!
My site’s header logo is white in color. Now when the main menu floats I can’t see the logo in it because both menu and logo color are white in color. I don’t want to change the color of main menu so tell me a way to set a different logo for floating menu.
Hi,
I would like to add two images to the side of main logo.
I’m using the style 9.
One on the left and one on the right and who report of external links.
As Picture:

While the mobile, I would like them to appear below the logo and are not linkable.

it’s possible?
Hi,
I’m not sure if this is what you mean but the header menu has an inline height – http://screencast.com/t/8IM4vXY99x You can try to use browser’s inspector to target header elements and find a solution where to add a max-height value.
Thanks!
Hi,
You will need custom work for this as this cannot be achieved only with custom css and it is not an easy task and unfortunately we cannot provide any type of custom work at this time as we work hard on development, fixes and support, sorry! You will have to call the top widget(social icons) in the header style that you use like it is located in the top menu template – http://screencast.com/t/UxLNvFQF and change the logo and banner position. I suggest to hire a freelancer to do this for you if you need this.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/yH6suuYNoPqA as there is no option in Theme Color to change this.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff!important;
}
#td-top-mobile-toggle i {
color: #222 !important;
}
.header-search-wrap #td-header-search-button .td-icon-search {
color: #222!important;
}
}
Thanks!
Hi,
1. There isn’t an ideal image size(aspect ratio) so it can look good on all thumbs, also depends which blocks/modules that you use and you have to do some tests and see what aspect ratio to use as. On post style 3 the image is cropped at 1068x0 as you can see here – http://screencast.com/t/RRMdhh6Fa so there is a specified width but it takes the image’s default height. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
2. You have this issue with the featured image because of this css min-height(this css is added in case that is not used a featured image on this template, so the post title will not disappear). You can fix this using this custom css in Theme Panel > Custom Css – http://screencast.com/t/semPWvQDCw
@media (max-width: 767px) {
.td-post-template-3 .td-post-header-holder {
min-height: inherit !important;
}
}
Thanks!
Hi there,
as you helped me out so perfectly last time here is another (probably more difficult?) question.
I disabled the td-banner-wrap-full and am just using the td-header-menu-wrap-full.
What I want is to put the menu slightly to the right and place my logo on the left of it. However not exactly on the same height but a bit lower so that is not fully contained in the td-header-menu-wrap-full but is centered on the line.
I made a crappy mockup to show what I mean.
the above image is the state “as is” now and the 2nd image shows what I want. The red square is where the logo should be and the menu farther right to make place for it.
Hi,
All theme style is in style.css file, so if you want to change the header style you will have to search for header, also there is a general css for header and for each style. If you don’t know how to change it I suggest to get a freelancer so do this for you as we cannot provide custom work, sorry!
Thanks!
Do you have any plan for the future version with these features ? I have suggested this for the team in the past but still not get it in most versions.
I think it would be great features to turn off some spots for mobile and tablet views. For example, you can turn off sidebar, header spots or footer spots in specific views (mobile, tablet), to make the mobile version is more faster and look great.