- 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 there, I have the AMP plugin activated and setup and I have 2 questions.
1. When you view the amp view of any of my posts you get something like this: https://cl.ly/d7965a184444 and basically there is no option to view the main menu – no burger menu or anything like this? Is there supposed to be a menu option on the amp pages header at all? I have my colours setup like so just incase: https://cl.ly/5450c2da047e
2. Also I have my Google analytics code added to the theme options under amp like so: https://cl.ly/64545df9ca44 and I am just wondering where inside the Google Analytics dashboard would I see the traffic to amp pages?
Thanks in advance,
James
Hi,
For theme mobile you need to add the code right in theme file, go in Appearance> Editor in the file go in mobile> header https://www.screencast.com/t/uodLodoGSBb
Thank you.
In my case with header style 3 and some modifications to the code, the results are like this
– https://www.screencast.com/t/5FXJuAZHiDkl
But they may be different for you. Try to change the values in the code and experiment with it
– https://pastebin.com/2wUj0qJB
Use the theme live CSS for example to test the results live, while you modify the code
– https://www.screencast.com/t/DSSzgYLUtgCL
Hi,
That would be the space reserved for the ad – https://demo.tagdiv.com/newspaper/
It corresponds to the header ad spot – https://www.screencast.com/t/oGCp0ELYu
You could add text in that field if needed, it will be displayed.
So you change the header style and the success image is displayed
– https://www.screencast.com/t/ZGJ3t6IaJE
But this change is not applying in the frontend. Do you use a caching plugin or maybe server provided cache? Try to clear it if that is the case.
Thanks
Hi,
Seems to be an issue with a margin set for that single image. While Chrome for example sets the margin from the top of the page
– http://prntscr.com/l8yh6z
On IE the margin is set from below the header – http://prntscr.com/l8yhom
Could be that some CSS is not applying properly in IE/Edge. Is that margin set in the composer, CSS tab?
Thanks
We also tried to change parts/header/top-menu.php
I configured the footer from Newspaper theme panel, I configured it easily and it shows on the home page.
But the footer is not shown on posts and also the header display is different from the homepage.
The header ad that is set up is perfect for desktop and mobile, is there a way to clone this code and put it somewhere else? Whenever I try to set up google adsense (above menu), it outputs a 300×300 ad instead of one that resembles Theme Panel > Header Ad.
Hello ashubais,
I have tested the FastNews on mobile and everything seems to work as expected. You can try our demo from here -> https://demo.tagdiv.com/newspaper_fast/ You should provide your website URL so I can take a closer look at it.
Notice that header section was custom made as you can see here -> https://demo.tagdiv.com/newspaper_fast/ Also, if you want to replicate it to Footer section you should do it yourself, using the Footer page, as a hint.
Thanks.
I’m using style3 header
This is what I get now… https://i.postimg.cc/cCfP3Ldz/easgfswfwfw.jpg
If I understand correctly you want to break the menu items name into two rows. What header style are you using?
It will require to set a width, then break the words, maybe like this
– https://www.screencast.com/t/7Ql9xhxE5N5
More design modification may be required for the header, also depending on what header style you use. I tried with header style 1, this is the code used in the example
– https://pastebin.com/UzuTvHKR
Hi,
Yes you can , please replace above css with this one:
.home .td-page-header {
display: none;
}
Thank you.
Hello,
I changed logo images. I changed header styles, but I cannot see the change. I even deleted the browsing history, tried another browser, no change. But when I go into theme settings, I can see that I changed logo image….
Also I put a different Footer logo in footer info content section. Now, on mobile phone main logo on the top of my site is Footer logo! I dont want footer logo to be on top of my site on mobile version.
What is going on?
Also I have noticed changing header styles doesnt work. I change a style, click on Save button, refresh the page, the header doesnt change, even after hard refresh or in another browser… what is it?
Hello!
I am using Header Style 1. There is a logo on the left side of the header. The right side is just empty. I would like to place random daily quote there. Is it possible? And if it is possible, please tell me how I can accomplish it and what plugin to use?
Thank you in advance
3. how make png animation like newspaper 9 logo https://demo.tagdiv.com/newspaper/wp-content/uploads/2018/08/logo-header.png
Hey mates, today I found my site without header and the template was broken
Is it a theme update? let me know how to solve it, please.
thanks
I got strange problem… Bellow header where is my menu for users,date, wheather, and search there doesn’t have a color background (it’s white, and it should be black).
Strange is that when I go on edit with composer (or in wp-admin) it display black background, and when I save and preview it doesn’t…
I’ve update theme and wordpress… same problem…
I removed the main menu from my website. However, there is a line left from a code that I entered a year ago. Can anyone help me remove the line as I don’t know where the code is?
Quick image of the line https://www.screencast.com/t/u62tTtpmHZ
Hello, I would like to know which block is the header slider in entertainment demo. https://demo.tagdiv.com/newspaper_entertainment/
Hi. I’ve found that for some reason Newspaper is adding this code in the bottom of the main page and posts:
<header>
Edit with Live CSS
<div class=”tdw-less-info” title=”This will be red when errors are detected in your CSS and LESS”></div>
</header>
Search engines are showing it as a “snippet” of the page. It’s annoying. How can I get rid of it?
Thank you.
HI,
If you want you can hide all titles with this custom css:
.td-page-header {
display: none;
}
Paste it in Newspaper>Theme panel> Custom code> Custom css
Thanks.
Hi,
Maybe something like this? – https://www.screencast.com/t/MnTIAAM6
I could modify it if needed. The code can be entered in the advanced CSS section->phones
– https://www.screencast.com/t/Q934gMiVc
#td-header-menu .td-icon-mobile:after {
position:absolute;
content:'menu';
font-size: 18px;
bottom: -15px;
left: 10px;
}
Let me know.
Thanks
Great, Thanks Man!
I would also like to ask one thing, that. as I have applied the fast news template, which have gradient colored background for Header. Is it possible to apply same on Footer?
And the gradient color doesn’t looks on the mobile’s? How to apply for both mobile and footer.
Hello manuangel,
Unfortunately, I do not exactly understand what you mean, sorry! If you want to assign a category to a post, this thing can be done when you edit that post, like this -> https://www.screencast.com/t/yhjY8HxY6jp0
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
At the second question, is talking about Ajax Filter theme’s functionality. The “Altro button” appears when you have more categories which do not fit through the bar and then, appears this one which is a drop-down button with all the rest of your categories.
Also, if you want to remove it, you can use the following custom CSS code and place it in Theme panel -> Custom CSS Area.
.td-subcat-more{
display:none!important;
}
All the options regarding on Advertisement sizes can be found here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!