- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hi Lucian,
I sent my home page content. I checked my page settings/configurations, but nothing wrong. I’ve just copied and pasted your ad sample code into theme panel/ads field.
Unfortunately, your CSS didn’t work. Still the duplicated header ad has been on the home page.
Regards,
Hi,
I’m not sure how it could be added like that, my guess is that somehow you’ve added it to the page via page builder.
I suggest you go trough your page settings/configurations and see if you can’t find the reasons for this.
Please let me know and if you still can’t manage to get this done please use http://pastebin.com/ and send your page content so we can check it.
Until you can find the reason for this you can use css to hide that ad: http://screencast.com/t/A5iT2uduz
.home .td-pb-span12 .td-a-rec-id-header{
display: none;
}
Thanks
Hi,
Use this css to hide the banner just on homepage: http://screencast.com/t/oSoi1P17
.home .td-header-style-7 .td-header-container .td-header-header {
display: none;
}
Thanks
Hi,
Depending on the header style you use: http://screencast.com/t/SlG4OgzD ..you can change the logo url from here: http://screencast.com/t/tkNq4bFA ..or you can use a plugin to redirect it.
Here are some tips that might also help you.
Thanks
Hi,
Please use this custom css, it will apply on both pages: http://screencast.com/t/AtQDLozy59a – http://screencast.com/t/SnqvweZNca
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 15px;
}
Feel free to change that margin’s value how you like!
Thanks!
Hi,
1. Try to change again span from menu-top.php but now like this and see how it goes: http://screencast.com/t/LWb0WDwz
This change will increase the width: http://screencast.com/t/kWHHVFiAFg
2. Please use this css code for logo in mobile view: http://screencast.com/t/Q01I58cibx7H
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: absolute;
right: 0px;
top: auto;
}
}
Thanks!
Hi,
Have you managed to get this done as I’ve checked your site and noticed that your header section background color loads your color.
Changing those 2 background-color values should do it: http://screencast.com/t/ACp6sUgc
Please let me know!
Thanks
Hi.
When I click on the menu logo on mobile all the header menu disappears and I can’t select anything like this image:

Do you know what could be the cause?
Hi,
When the logo from the header is clicked the link leads to the default language HOME, instead of keeping the secondary language active. Could you help me solve this problem?
The plugin is the qTranslate plus 2.7.2
Thank you
Hi Alin,
http://www.nimbusworks.net/ujp/03/
You see a second duplicated header ad at Company News /PR background.
Thanks very much!
Referring to point 1 – the gap I am referring to is, I want the logo height to be bigger – it seems to shrink when I choose the one with advert (style 3) how do I increase the height of the header logo.
Thanks for the help!
When I did the solution above on my large-screen iMac, it looks perfect. But, on widescreen laptops with small vertical resolutions, it will get hidden behind the menu.
Is there a way to position this header text in relation to the top menu versus the bottom of the photo? I tried to use the CSS calc() function but no dice.
Cheers,
Mark
-
This reply was modified 11 years by
shiftanddrive.
The different headers are working great! The only other thing is I want to suppress the ad totally on the front page. I don’t want it showing up below the header on the front page in Style 7, but want the ads on all others pages in style 1.
I was doing this when using Style 7 by using the disable buttons in the theme panel, but it now disables them for Style 1 also. Is there a line of code I can add to just suppress ads on homepage header?
thanks!
Hi,
Try this css: http://screencast.com/t/gcyR6NGr8q
.td-post-template-6 .td-post-header {
bottom: 370px;
}
.td-post-template-6 .td-read-down {
position: relative;
top: 400px;
}
Use @media queries to adjust it for mobiles an screen views:
* @media (max-width: 767px): for mobiles screens.
* @media (min-width: 768px) and (max-width: 1023px): for tablet screens.
Thanks
Hi,
Please edit this file and add if-else statements: http://screencast.com/t/5amz5U7QRtY
if (is_front_page()){
locate_template('parts/header/header-style-7.php', true);
} else {
locate_template('parts/header/header-style-1.php', true);
}
You have to use Header Style 1(default): http://screencast.com/t/I8TGdtJnBi
Homepage: http://screencast.com/t/AeA5uq3d5qTb
Post: http://screencast.com/t/utPevH8ryE5
Thanks!
Hey guys,
Looking to make one final customization before going live…
For the parallax header (Header 6, I believe), I want to shift the title and meta data up toward the menu, like this:

I’m able to demonstrate it here but it isn’t done in a way that’s responsive.
Could someone give me a tad bit of help?
Cheers,
Mark
Hi Lucian thanks for the reply, I can change it in:
.header-logo-wrap .td-logo-text {
display: block;
font-family: ‘Life Savers’, sans-serif;
accessed from appearance>>edit in wordpress menu
Hi,
Mainmenu’s font can be changed from Theme Panel > Theme Fonts > Header: http://screencast.com/t/tCrkB8yB
Do you refer to the block title: http://screencast.com/t/lhXGhSE0pt6v
You can change this to h2 from here: http://screencast.com/t/fticvPaGa
Thanks!
Hi,
I have checked your link and found that this is default post style. So this can’t be targeted like the others templates.
You can add this custom css, but you have to add this above the code for others templates because if you not this will apply to all post styles. If you add this above it will be apply in cascade for other templates.
.single .header-content-rec .td-a-rec-id-header{
margin-bottom:15px;
}
Result: http://screencast.com/t/uNsTPHZTORS
Hope this helps!
Hi,
Can you help me to make my header to be always red, not first white and then is going red. You can see on the pic here> http://postimg.org/image/5o35gpki5/
When you first visit site http://aktuelno24.mk/, the header is first white and after small time is changing in the color red, that i put to be for header in theme options.
In edit themes in Newspaper: Stylesheet (style.css) i changed this>
Newspaper: Stylesheet (style.css
header background
*/
.td-full-layout .td-header-bg {
background-color: #7a0000 !important;
}
.td-boxed-layout .td-logo-rec-wrap {
background-color: #7a0000 !important;
}
and this>
.header-style-3 .td-full-logo {
background-color: #7a0000 !important;
}
But is still the same. Or maybe you can help me to load faster and this not to show at all.
Thanks in advance
Hi,
Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/OQCEMKNdDV
.top-header-menu.td_ul_login{
float: right;
width: 100px;
margin-right: 10px;
}
.td-header-menu-wrap .td-social-wrap {
margin-right: 0px!important;
}
Thanks!
Hi,
i just reactivated the header ad.
you can see it here: http://www.dinge-die.de/man-sehen-muss/der-igel-marutaro-stiehlt-ihnen-allen-die-show-einfach-zauberhaft-der-kleine/
thanks!
Hi,
1.Please provide more details and some screenshots to understand what do you mean.
2. Please use this custom css for titles: http://screencast.com/t/PpDqMdYas
.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
color:red;
}
Also replied here but for all links: https://forum.tagdiv.com/topic/header-styling/
3. An alternate solution to display “Latest Articles” would be a block to display them:
http://screencast.com/t/geiG1TUvEFux
http://screencast.com/t/Wl8nOauLcQf
http://screencast.com/t/j4zSXxMAAbsZ
Or you can use Infinite Load and show Load More button after x pages: http://screencast.com/t/asRKs5uZ
4. If you are referring to the Latest Articles you can translate it from Theme Panel > Translations: http://screencast.com/t/P4S1HbtrBaju
Please provide a link and a screenshot if this is not what you mean.
5. You will need custom modifications for this, we would have gladly made it for you but we work very hard on the updates and features for all the users.
Thanks!
Hi,
Sorry it was a misunderstanding: http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=sayeedahsan#comment_9128950
1. I have checked your site and seems to look fine: http://screencast.com/t/zkr9OkdB – http://screencast.com/t/PaMWYhlD
Please provide more details. Did you solve the issue?
2. Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/WBpq1kiHXcI
a:hover{
text-decoration:none !important;
}
Note that this will apply on all links when hover it!
3. You can set category tag to show from Theme Panel > Categories > each category: http://screencast.com/t/NuOuTjpQN
4. Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pM4MTaJRLFT
.td_block3 .td_mod6 .entry-thumb{
box-shadow: 4px 4px 6px rgba(10,10,10,0.3);
}
5. You can disable transparent header from here: http://screencast.com/t/R7AYL3m0QeM
If this is not your issue please provide more details!
Thanks!
Hi,
I checked your site and seems that you deactivated header ad: http://screencast.com/t/ZR8CW67c
Thanks!