- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Focusing now in the mobile version, could I change at least the img.td-retina-data logo shown at the middle of the td-header-menu for a text? (for example, the alternative text, which could be the site title)
Hi I was just approved for Google adsense.
I placed the code in header.php on child theme and created a sidebar ad. So when I was approved I see my sidebar ad and an ad in header which is ugly for my site. When I remove the code from header.php the header ad stops showing, which is good (I tried disabling header ads from the theme panel but is still showed).
Now my problem is that google wants the code in header.php so I am afraid that once I remove it the sidebar ads will stop working too.
Is there a way to stop adsense ads showing in header?
Thank you
Hi,
The top menu is not displayed on mobile, it never was intended to display there.
However it could be made to appear with a code, if this is required. Something like this would work, you could try it
– https://www.screencast.com/t/CABlPOFxL
This is the code for it if you want to use it
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}
Thanks
Thanks for the suggestion and code about how to have the title below the header.
Yes, you’re right, the “selected title” was a problem, altough I thought there was an additional problem. But because of that I had said that the height of the menu buttons might be decreased enough to alocate the title on top of them (in the container which contains the menu’s container, for example; I don’t know).
I’ll try that…
-
This reply was modified 8 years by
miguel_dimase.
Hi,
That demo uses a multi-purpose header style, style 2 to be more exact
– https://www.screencast.com/t/moMSAHUBC
In these header styles you can display up to two buttons
– https://www.screencast.com/t/Bp4nwwmtCD
Access the multi-purpose settings in the theme panel and remove the button text from there.
Thanks
Hi.
The header and footer can also be extended to 1400px.
Thank you
regards
Fermin
Hi, I am using the Technology hub theme https://demo.tagdiv.com/newspaper_technology/
Please advise how to remove the SIGN UP button in the main menu (in header).
Thanks
The way you tried it it will interfere with the main menu items, so for example if I position it over the menu items it will be part of the menu and can be clicked
– https://www.screencast.com/t/gpByZdymKvmR
So that might be a bad solution.
Maybe below the header – https://www.screencast.com/t/fKeFtsRreP
.tdm-header-style-1:after {
content:"Escritos y lecturas";
position: absolute;
text-align: center;
width: 100%;
}
Hi!
I have a multilingual website, I have inserted the “italian” and “english” switching links on Top Header Menu, but when the site is viewed in mobile version, these links disappear.
How to continue to see these links also in mobile version?
What is the recommended solution for switching between one language and another?
Thank you very much.
May I ask you, however, why do you say that having the title -centered- inside the header and above the menu may not be the best solution? I’d really like not be forced to display the Top bar in mobiles…
Thanks again
It could be centered but that may not be the best solution. A solution would be to place it in the top menu with one of the solutions mentioned above. Then I can give you a code to display the top menu on mobile
– https://www.screencast.com/t/Dj20r0Yg1Vo
This is the code for that
.td-header-sp-top-menu:after {
content:"Escritos y lecturas"
}
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}
You could also style it if you want to – https://www.screencast.com/t/YO1f2eWnp2k
Yes, but the problem still is that the Top bar will not show in mobiles.
But with somethink alike your solution:
#menu-principal-1:before {
content: “Escritos y lecturas”}
I achieved this: http://migueldimase.com/
¿How can I center this title WITHIN the header? (remeber: I don’t want to increase the header’s height).
Thanks
Hi,
So that title should be displayed through the whole website, in the top bar.
I see you use a multipurpose header style, you could use a multipurpose top bar style as well. This will allow you to display a text in the top bar
– https://www.screencast.com/t/zPPImXDs9di
– https://www.screencast.com/t/wsj3bOz4
– https://www.screencast.com/t/q5klb5845Yj
Or you could enter the text in the top bar style you currently use, style 1. Edit the top bar template file
– https://www.screencast.com/t/1Be89AcX
With some additional styling that may work as well.
It could also be added with a simple CSS code
– https://www.screencast.com/t/rN9SUsqnrhb
Or add it as a menu item maybe – https://www.screencast.com/t/9AaIT38iwyY
Thanks
Hi Bogdan,
I wanna make my website like Heaven Spa especially header like this. I know this has been made by using tagdiv composer. But I don’t know how to attach picture with overlay text as in the demo of heaven spa. Please tell me I’d using the Hero element but it contains buttons. I wanna make several pages like the “Services” and “About” pages as shown in the demo that are without buttons.
https://demo.tagdiv.com/newspaper_spa/services/
The header of this demo shows background picture with overlay text. Please tell me how to do this.
Thankyou so much.
Thanks for answering, Bogdan.
Yes, accross the whole site.
One solution I thought of was to create an additional element with the title tag in the secondary menu, which it’s in the Top bar (I’m using Header Style 1 – Multipurpose and Top bar Style 1). Then format that element (center it, change its font to a larger one, etc.) through CSS, BUT it would not appear in the mobiles’ main screen because the Top bar and the secondary menu are hidden in that cases.
I suppose I could use the space reserved for the ads in some header styles (may be “widgetizing” it with some plugin), but in my preferred style I haven’t got that space to the right anyway (http://migueldimase.com/).
Another way would be to add another bar between the Top bar and the header, just for the title. The downside would be a longer (higher) header, which I don’t like.
So, I think the ideal place would be INSIDE the header without making the header it bigger, in top of the main menu (may be decreasing its height a bit) where “Writings and readings” (the name of my site) could be displayed (in a line not too much higher/longer than the Top bar’s height).
But, ¿how can it be done?
Thanks again.
I have installed the woo cart plugin and customize the cart in the top header menu. Please take a look and suggest me is it looking fine or weird here?
Hi,
Then a condition like this will work – https://www.screencast.com/t/LqE4k7wx
The header add will be loaded only on post pages after making this condition.
You can modify the header templates in a child theme, so after a theme update the modification will not be lost
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hello Vjcoil,
Unfortunately, please notice that our theme does not contain any adroll-block class. Most likely, you are using some untested plugins which introduce that class into your theme code. Notice that we cannot provide support for untested plugins and we recommend to remove all of these, clear all the caches and check the results. For more information about our ads, please check the documentation from here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for the message!
I’ve got an item in my header menu called “Contact”. Under that, there’s a drop down item called “Meeting”. When you click on Contact, you see the drop down option of Meeting, but you might not know that if you click hard on Contact, that will take you to a separate page too.
Same with my About item. There’s a drop down for things like Voice Actor, Copywriter, Press. But you might not know to click hard on About too, to see my general bio.
So I’m wondering if I can make About a non-clickable thing, and just put categories under it, like Bio, Copywriter, Voice Actor.
Hello Neo,
Try using the code below and place it in Theme panel -> Custom CSS area.
.td-business .td-header-style-1 .td-header-sp-logo {
float: left;
}
Thanks.
Hi,
That is not a block, that is the header ad spot. More about that here
– https://forum.tagdiv.com/header-ads-adsense/
The header ad may display differently depending on header style used
– https://forum.tagdiv.com/header-styles/
You can see all the blocks, grids, full grids etc in the theme live demo. Check the Features menu item here
– https://demo.tagdiv.com/newspaper/
Please let us know if you have more questions.
Thanks
Hi,
I see that now, somehow I missed it before. Remove that code and use this one instead
.home .td-travel-header {
bottom: -220px;
}
.home .td-main-page-wrap {
position: relative;
top:-220px;
}
It would produce a better result – http://prntscr.com/k7cb1t
Thanks
I’m using the Politics demo install. There is a huge Video News section between Most Popular and Latest Articles sections on the home page only. I would like to cut Video News section.
Also this line of text appears below the Header: [rev_slider alias=”newspaper-politics”]. I’m not using the Revolution slider for now, so I also need to delete this line.
Basically, I need to edit home page. I looked at index.php, but could not find relevant code. Please help!
Can you help me please.
I dont understand. How this block is added to the header: http://prntscr.com/k77q9t
Apparently, auto ads were turned on. So the ads stopped once I removed the google adsense code form my header