Search Results for 'header'

Results from the Forum
allmyhoney
Participant
#0

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

Calin
tagDiv Staff

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.

Simion C.
tagDiv Staff

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

Simion C.
tagDiv Staff

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

Simion C.
tagDiv Staff

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 headerhttp://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

Thomas
tagDiv Member

We also tried to change parts/header/top-menu.php

youcantapme
Participant
#0

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.

JJ0000
Participant
#0

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.

Catalin
tagDiv Staff

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.

Matija
tagDiv Member

I’m using style3 header

This is what I get now… https://i.postimg.cc/cCfP3Ldz/easgfswfwfw.jpg

Simion C.
tagDiv Staff

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

Calin
tagDiv Staff

Hi,

Yes you can , please replace above css with this one:
.home .td-page-header {
display: none;
}

Thank you.

Gabrijel
Participant
#0

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?

Gabrijel
tagDiv Member

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?

Gabrijel
Participant
#0

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

malangtoday
tagDiv Member
Dennys Angeles
Participant
#0

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.

https://bieninteresante.com/

thanks

igale2
Participant
#0

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…

jj1995
Participant
#0

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

rafaelalmeida
Participant
#0

Hello, I would like to know which block is the header slider in entertainment demo. https://demo.tagdiv.com/newspaper_entertainment/

Vlad111
Participant
#0

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.

Calin
tagDiv Staff

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.

Simion C.
tagDiv Staff

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

ashubais
tagDiv Member

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.

Catalin
tagDiv Staff

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!

Viewing 25 results - 16,676 through 16,700 (of 29,850 total)