- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hi, I am having various problems with the page lately, also I can’t find a solution in the support page.
My site is : http://www.powerupbits.com
1. The logo on the sticky menu disappeared and I can’t do it to function again.
2. I am having problems with the header style : “Hybrid menu on right with logo” the image always appears very tiny or to big or doesn’p appear.
and
3. The Slider doesn’t appear (slider revolution) in firefox or occasionally on chrome.
All this things were functionally but in the last week stopped working
I Hope you can help me.
Thanks in advance
Hello! I’ve copied the trial code in the Header tab, but when I type my website URL plus #googleads I get this error:
This page cannot display anchor ads for the following reason(s):
The viewport is not between 320 and 420 pixels wide.
The device is not in portrait mode.
The current browser is not supported.
Do you know what I’m doing wrong?
Thank you!
In the top bar in the header, as well as the footer, I need to remove some of the unneccesary social media icons, and add in some others. Is there anyway to do this? I need a 500px icon, and your theme doesn’t support it, but I’ve got a plug in that has it, but im not sure how to get the icons into the right areas.
Also, when the main menu is in sticky mode, the newspaper icons shows up on the left, and I’m not sure how to remove it.
Please help, my website http://www.fashiononline.com.ng breaks on mobile and other devices when i try to add adverts especially Header and in-article ads. How do I go about this please?
I wanna put my ad in the header and the right sidebar, as it is shown in the attached 
Hello,
1. It seems you have quite a bit of css customization on the mobile logo. Please try to restore it to it’s default state and remove any custom css affecting it. Then the logo will be centered as that is the default state of the theme mobile logo.
2. The logo on the sticky menu can be set from the theme panel here: http://screencast.com/t/IEJZaYZ2FM (the header section of the theme panel)
3. The header hight cannot be set from the theme panel for the mobile version. it can only be done with css.
4?
5. Our theme does not have an option to replace the search icon with something else. Sorry. This can only be made custom
Thank you!
Hello veet1975,
You should use a bit of CSS to hide these two containers. Also, if you want to hide them only for a particular page, you should use the page ID for this page, like this ->
The code is ->
.page-id-13 .td-header-wrap, .td-footer-wrapper{
display:none;
}
The result is here -> http://screencast.com/t/qWIH3qdgJrK
This is just a basic example. You should create your own code with your desired page ID from your website.
Thanks.
Hello digitalaltitude,
Sorry, I forgot to put the media queries. Try the code below.
@media (max-width: 767px){
.top-bar-style-2 .td-header-sp-top-menu {
float: none!important;
text-align: center!important;
}
}
Thanks.
Hello,
Our theme does not have such a feature but you can use this custom css to make the content align center:
.single .td-pb-span12.td-main-content{
text-align:center!important;;
}
.single .td-pb-span12.td-main-content header .td-post-author-name, .single .td-pb-span12.td-main-content header .td-post-date{
float:none!important;
}
The breadcrumbs are outside the post content so they cannot be centered based on the content (sidebar or not) There is no simple way to detect if there is a sidebar or not for the breadcrumbs.
Thank you!
Hi,
I am using header-style-6(full dark menu on right with logo).I changed the logo and I wanted to change the background as it was dark and logo was not visible.At that time there was no problem with the header.with respect to the information in support I changed the background color of it from theme-colors in theme panel and since then the space between logo and menu has been increased.Could you please help me in reducing the space between logo and menu.
Here is our site url:propstory.com
Hi,
No, there is no header style with 2 ads. Each header style on our site has only 1 ad. If you require 2 ads, you can place an ad via the theme code. For header style 1 you can add an extra ad spot like so:
1. Place your ad in the custom ad spot 1 in the theme panel: http://screencast.com/t/6Wx1ttEH
2. Access your theme files via ftp and find this file: http://screencast.com/t/xvuHorAEdD
3. Add this code at the very bottom of the code:
<div class="custom_header_spot">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
example: http://screencast.com/t/Mhrr30iyP
4. Place this css in the theme panel -> custom css box:
.custom_header_spot{
margin: 24px auto 0 auto !important;
}
result: http://screencast.com/t/FO99YOj69r
Thank you!
Hello Diego Acero,
1)Please notice that you should use the @media queries if you want to target the code only for the mobile view. Please try the code below and place it in Theme panel->Custom CSS area.
@media(max-width:767px){
.td-header-main-menu, .td-header-menu-wrap {
display: block!important;
}
}
The results you should see here -> http://screencast.com/t/eaUSbsPG7tZO
2)You should try the code below and place it in the custom code area.
The code is ->
@media(max-width:767px){
.td-pb-span4 {
display:none!important;
}
}
If all of this information are not useful for you or if is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks for the message!
Hello digitalaltitude,
You should try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.top-bar-style-2 .td-header-sp-top-menu {
float: none!important;
text-align: center!important;
}
The result you should see here -> http://screencast.com/t/oZyseuYrQ
Thanks for your understanding!
Hello, I would like to help me with a couple of things.
1. I have decided to remove the main menu of my website: https://www.hitviral.net/ And I did it with these codes:
.td-header-main-menu {display: none; }
.td-header-menu-wrap {display: none; }
However, this has made disappear the menu on the mobile site. So I want to ask for your help to get you on the mobile version of my website, the menu appears, and the desktop version, does not appear.
2. I would like to help me remove the sidebar on the mobile version of my website.
Can you help with this?
Hello,
I have some issues for the mobile display.
I’m sorry to bother, I am very bad a CSS coding.
1. I found I could set up the logo size with “max-width”, but when I do my logo is not centered anymore. How can I fix this ?
2. My header is set on sticky, but when scrolling there is just the header, no logo
3. Where can I set up the header height and border ?
5. About my .td-sp-ico-menu, I would like to set up a 20 x 20px image background. But when I do, I can not make it fit at the right size.
Website will be perfect then.
Here you can see the website
http://www.journaldufranc.com
Thanks a lot for your help.
Yeah … I’ve been moving all our news network sites to https with “Let’s Encrypt” and we’re going to be beta testing http/2 on our server for the speed-demon-who-needs-CDN-not-me-buddy effect :-).
I don’t use the speedbooster anymore since I tend to manually hack stuff to move to footer anyway, merge files, and then put critical css in header. SO, I’m more into doing that vs the plugin. Also been cheating a bit with the simple “scripts to footer” plugin which plays nice with our sites at the moment.
Also it turned out finally going from Newsmag 1.7 (ahem!) to 3.1 made huge difference in being able to use the tagdiv beta composer. So, with the 3x, scripts to footer, basic house cleaning, and the tagdiv composer, that is one huge giant jumpstart right there … newspaper a bit more clunky but serves more masters!
Right now I’m still embroiled in the nightmare that is working with google for http > https, notifying Google News, mysql search/replace crap, etc. — WAAAH!
Anyway — have not myself yet gotten to playing with php 7. Just switched on new server Aug 5, so still doing house cleaning on stuff in prep for new version of mod_pagespeed (we crashed last version due to some issue where it didn’t like missing images, and with server crash we borked some stuff, so now need to add stupid htacess rule to redirect missing jpeg to default jpeg just to get mod_pagespeed to work …)
but I digress … as per usual :-0
I check all styles and you dont have a header with 2 ads, I chek here: https://forum.tagdiv.com/header-styles/
Can you do a special code for it please?
How do I make the header box extend all the way across the page? I don’t want it to be a harsh-edged box in the top middle of the page, but a strip of color that flows all the way across. Thanks
Hello @Bogdan B. and thanks for reply.
Can I have a header same I have now but with ads? Now I have logo + ads , under a menu, and I want under a new ads ¿can I do it selecting other header style? what style?
Thanks for your help and time (sorry for my bad english)
Hi,
Please try the following code.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
Thanks.
Hi Bogdan,
Thank you for the explanation on the related articles, and the CSS code for #2 works.
For the menu bars, I apologize for the confusion. I am referring to the 3 lines on the left side of the header/menu.
Hello,
If you want to have an ad below the menu you can choose one of the header stylesa that offers such an ad spot: https://forum.tagdiv.com/header-styles/
Otherwise it can only be done by hard-coding it.
Thank you!
Hello theasder,
If you want to change the title of your category page, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
.td-category-header .td-page-title {
text-transform: capitalize!important;
}
The result is here -> http://screencast.com/t/cDfZQiGbl
Thanks.
Hello fwoedit,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-gradient:before {
background:none;
}
The result -> http://screencast.com/t/FUgYHrEG
Thanks for the message!
Hello Syams,
Try the code below and place it in Theme panel->Custom CSS area.
.header-search-wrap .td-icon-search{
color: black;
}
The result is here -> http://screencast.com/t/rPagrLtsgz
Thanks.