Search Results for 'header'

Results from the Forum
cweber78
Participant
#0

I am trying to create some landing pages in the newest version of Newspaper. To do this, I’ve created new pages, then used the tagdiv composer to set them up. I see that there’s an option which lets me remove the header on each of these pages, but I don’t know how to remove the footer. Is this possible?

DeonvanHui
tagDiv Member

I manage to solve this – I think I used the wrong Header Twemplate – thank you

DeonvanHui
Participant
#0

Good day
I’m trying to change the Header Main Menu Background Color from the default black. I changed all the color settings in the Theme panel (Main Menu – Background Color and Sticky Menu Background Color) but it stays black. My website is http://www.getithartbeespoort.co.za – the password is Kormorant. Otherwise a fantastic theme!

ComfyCozyHome
tagDiv Member

You did not answer why the ad is showing in the header when I clearly do not have it in the box on the ad spot in the theme.
I’ve also looked at the 404 error on search console and it is not an issue according to them. It was on March 17 but not since then.
I’m also having issues with the mobile part as well. Too many issues. This has all happened since your last update.
This is way too many issues to have to hunt down and I’m no programmer. that is why I bought this theme because it seemed to be easy to just add what I needed in it. I’ve had more issues than I care to deal with and the support is always a guessing game. I learn more on google search (as you obviously use for your answers).

enessolh
Participant
#0

Hello,

1 – Firstly, I want to ask that when I use SmartList “1” there will be no ad in the article. So I want to ad my adsense ads inside. I searched a lot and I found an article in this forum. Can I use this method(https://forum.tagdiv.com/topic/show-inline-ad-in-smartlists/) to apply for my website?

2 – I want to add my ad like this. I found this ad in different website but I want to ad this ad type in my website : http://www.screencast.com/t/0EJwVxcU7q . You can see the ad in the bottom.

3 – I want to try change the my heard, one the top of header and footer color from black to little bit grey but I cannot change it. Can you show me the what should I change?

4 – I change the my wordpress theme to my language but when I add tags in my articles, I see that “tags” language is in different language. Can I change it? Thank you : https://www.screencast.com/t/dxJICLPlQl

My website : teknovv.com

Simion C.
tagDiv Staff

You could try something like this – http://prntscr.com/naiss4 It will increase the width to allow more space between the menu items.

This is the code, enter in in the Advanced CSS section in the desktop field, as it may create problems on smaller devices – http://prntscr.com/naiti5
https://pastebin.com/UXg7NjPA

Or if you want to use a cloud header, there will be an option for the space
http://prntscr.com/naiv5d

Minoumax
Participant
#0

Hi, I want to reduce the space between each element of the header menu.

How do I do it?

Thank you

http://metrografic.es/ACBE/

Consulta01

gobikrishna87
tagDiv Member

Note : I’ve two license. I bought yesterday for my new project. M requesting header and other stuffs for that. Please help me.

Simion C.
tagDiv Staff

Hi,

I checked your website on mobile, doesn’t look right – http://prntscr.com/nafg9h

The theme already has a viewport meta in the header file – http://prntscr.com/nafgmc
Maybe you removed and forgot about it, that would explain it, as it isn’t there it seems
http://prntscr.com/nafh47

Try to restore it if possible, not having this meta may have a negative impact for mobile visitors, I can post the code here for convenience

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Now that you updated wordpress, I should note that using an older theme with the latest wordpress may result in problems.
The theme is officially compatible with wordpress 5 starting with version 9.2
http://prntscr.com/nafo45 (latest is 9.6.1). A changelog can be seen at the bottom of this page – https://themeforest.net/item/newspaper/5489609

Thanks

gobikrishna87
Participant
#0

Hi.

I would like to design my website as look like a ” Fast news” theme. Especially, header is so beautiful with gradient. Can you please help me how to do manually?

Because, if I activate cloud template plugins. I can get it that without any manual settings. But my problem is that cloud template is visible for all kind of users in WP dashboard. So, when I create other user profile who can only access “post”. They can even edit “cloud template”. I don’t want that. It’s should be access my self only. When I disable access from “cloud template” by using “user role editor” plugin. It’s automatically disabled post access too. So I decided to design manually. So please some one can help me to design “fast news” gradient header and etc. As it as manually ?

Jose
Participant
#0

This is not a support ticket.

I want to congratulate you on the latest news in Newspaper.

The new AMP design incorporated to the mobile plugin is perfect, a great design and the option to have menu and other advantages.

The composer’s options are getting wider and better, I love it. Adding headers has also been an excellent option, great, fantastic.

In the last few months I have tried many well-known premium themes (templates), I have tested them and I can say that Newspaper is still, in my opinion, the better.

A great theme (template) with an excellent support team.

Thank you for such a good job.

Cheers

PD. I always make a suggestion, in this case, if possible, I would like to suggest that you add a rating option for readers. The possibility (optional) to put stars at the end or beginning of a post, and that the reader can vote with one, two, three, four or five stars (something similar to what the plugin does (WP-PostRatings / kk Star Ratings).

Simion C.
tagDiv Staff

Hi,

That would be a header ad, some header styles display the ad below the header menu
https://forum.tagdiv.com/header-styles/

On the other hand if you use a cloud header template
https://cloud.tagdiv.com/#/load/Headers
This can be edited with the composer, so you can place an ad box in the position you want.
Either import a cloud header designed by us (and modify it), or create your own header
http://prntscr.com/naf0bw

Let me know if you have more questions.
Thanks

Catalin
tagDiv Staff

Hi,

Try using the code below and place it in Theme panel -> Custom CSS area.

.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full{
background:transparent!important;
}

The result is here -> https://www.screencast.com/t/gLihGOhqjD

Thank you!

Simion C.
tagDiv Staff

Hi,

It is possible with some CSS. Or if in those pages you use a different header. Using a different header in specific pages or cloud templates is now possible, since the introduction of the cloud header templates and builder.

So while editing the pages you can select a headerhttp://prntscr.com/naeg7l this will apply only on that page.

With CSS a code like this should work

.page-id-XXX .td-header-top-menu-full,
.page-id-XXX .td-header-top-menu-full,
.page-id-XXX .td-header-top-menu-full {
display: none;
}

Use the IDs of the pages where you want to remove the top bar. The IDs can be seen in multiple places, for example by hovering the page name in the pages screen
http://prntscr.com/naei2i
Multiply the lines if you have more pages. If you need help let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want the code to affect the social icons in the header menu, it will be like this

.td-header-menu-wrap ul li a,
.td-header-menu-wrap .td-social-icon-wrap{
margin-left: 15px;
margin-right: 15px;
}

Modify the margin values as needed. In case you wanted something else or there is a problem with this code, please post a link to the website so we can take a look, it will be easier and faster this way.

Thanks

Simion C.
tagDiv Staff

Hi,

How does that work exactly? The other website actually displays the header and footer from your website? Displaying theme elements in a different website would require the theme to be installed there as well.

I will try to help you but I don’t quite know what files to point to in this case. The header and footer template files are here – http://prntscr.com/naea10 and the main header and footer files are in the main theme folder – http://prntscr.com/naebpl

Thanks

Calin
tagDiv Staff

Hi,

Yes, you can add a different logo on sticky header using the header builder, you need to import a hearer template or build a new one -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/ after you import the header template, set the sticky menu to can work on it, scroll until you see the sticky menu and click on logo -> https://www.screencast.com/t/o6Z8zoJoWbFY

Thank you!

mparlevliet
tagDiv Member

I have the same question as manish14 as far as tablets (and phones held horizontally). I’m using the same child theme but am using the Style 2 – Multipurpose header.

https://www.vitalthrills.com/

paherald
Participant
#0

Hi,

We’re partnering with another website to offer obituaries on our site. They have an option where they will render our header over a customized site and will then render our footer.

However, they need the html code for both. We can’t seem to find the proper HTML code to render our header over our customized site. Any suggestions?

Anonymous
tagDiv Member

How do i change the Newspaper tekst in the scroll menu: http://nl.tinypic.com/r/x1ksu8/9

I use a custom header style1. and can’t find a way to change it.

And when a change back to stock header from the theme a cant get the header logo to display correct only half of the logo shows where it did show correct before

ComfyCozyHome
Participant
#0

I have all ads disabled in the theme panel for my header on https://comfycozyhome.com
yet there are google ads being “auto placed” above my logo.
Why is that – it wasn’t there before.
AND
There is an empty space after paragraph 4 with no ad showing (like it is supposed to with inline which is enabled) and the ad showing at the top of the article (which is disabled on the theme panel.

Jon Rice
Participant
#0

Hi there, I am using the black theme, with header 36. I have set page / category content to stretch + content. The background image shows up and looks great on 404 pages, but not on anything with live content. Any ideas? Thanks!

Umashankar Thakur
Participant
#0

How Can I remove “Latest Articles” Heading/Header from my Homepage ? (see this https://prnt.sc/na2cz1 )

hoebehop
tagDiv Member

Hi Calin,

Yeah, I’m not talking about the standard mobile header logo. I can find that myself, thanks.

This 600×60 logo is for Google’s News carousel. The 600×60 logo appears above the ”Top news stories” in Google. My Article structured data also can’t find my regular logo for some reason.

Do I need to edit functions.php or something? Help is appreciated!

Calin
tagDiv Staff

Hi,

For this you’ll need to change the logo in Theme panel>Header > Logo for mobile
https://www.screencast.com/t/wtJWLzYZRH this will change the header logo.

Thank you!

Viewing 25 results - 14,851 through 14,875 (of 29,850 total)