Search Results for 'header'

Results from the Forum
Robinmr9
tagDiv Member

Dear,
there has no background colour in the header section.
http://prntscr.com/whpcuw
http://prntscr.com/whpj3n
no background
http://prntscr.com/whpk6y
but problem not solved

Anamaria
tagDiv Staff

Hello,

I check your website, and seems you have a color which applies on the mobile menu => https://www.screencast.com/t/pGXAlaqzV9o , the opacity for that color is set to 0 it will look like this => https://www.screencast.com/t/lYR4ScqTTOzu
Please check the color for the mobile menu from Theme Panel -> Theme Colors => https://www.screencast.com/t/vybp715Ay2tC

If you want to keep the current mobile sticky layout you can use this custom CSS => https://www.screencast.com/t/jAQqPgZBTf

body .td-header-style-10 .td-header-gradient::before {
bottom: -4px;
}

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff

Hello,

For error 503, please check the theme requirements -> https://forum.tagdiv.com/requirements-for-newspaper/ make sure that your host accomplishes this and all settings are set as in our guide.
Please check the following topics from here
-> https://www.lifewire.com/503-service-unavailable-explained-2622940
-> http://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/
-> https://www.hostinger.com/tutorials/fix-503-service-unavailable-error-in-wordpress/
If is a problem, you will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also, you can try and remove and re-install the tagDiv Composer plugin.

For boxed header make sure you don’t have set a background color/image or shadow and don’t forget to stretch the header row.

Hope this will help you!

Thank you!

sirms
Participant
#0

Hi,

I’m trying to set up custom HTML and CSS because it won’t let me customize how I want it other ways, for example I want my search and menu to be different. I manage to do it if I use my custom html code and javascript pasted in to the custom “html” section in the header-row and with a stylesheet <link to my other running site with the same header Manu. The problem I get is: “Errors at columns: 1(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”. So how can I make custom headers, block and footer?

Joophil
Participant
#0

Dear TagDIV Team,

Happy New Year!

We have some really annoying problems related to changes on pages (header, footer and mixed logo and content).

We have a multisite with 13 different configurations, and suddenly we have found that some sites have been using differents logo and content.

We just don’t get how can that happen? Your help here would be very much appreciated.

This is random we can’t identify what triggers this.

https://unric.org/

Robinmr9
tagDiv Member

I am really grateful for your kind help. I solved my problem.
The last issue, hope you do not feel bored after install newspaper sometimes it show 503 error. What is the reason behind this?
http://prntscr.com/whcwvm
Why header is boxed?
http://prntscr.com/whcxeq

  • This reply was modified 5 years by Robinmr9.
MariyanD
Participant
#0

Hello Team,

I have imported header template from library but editor area is not working showing following error.
“Error at zones: 6(models) : 1(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”
http://prntscr.com/whb2jo

I have also review you post regarding this error https://forum.tagdiv.com/tagdiv-composer-not-working/. but I can’t undo and clean anything can you please check it.

LarsHindsley
Participant
#0

I have two licensed installs.
DangerMansLair.com
DangerManMedia.com

For months I’ve had a problem I’ve just dealt with. But now there are more. I’ll start with the initial problem.
Upon logging in to EITHER SITE’s WordPress dashboard running Newspaper 9.2.2 all the TAGDIV related plug-ins shut off creating page display errors with broken code. Subsequently, anytime I log-in, I immediately report to plug-ins, turn them on and life is normal again until the next log-in.

Next is about two weeks ago, a new error displays on DangerMansLair.com WordPress dashboard header below the main menu:
Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /home/—-MY ACCOUNT NAME—/public_html/wp-includes/functions.php on line 5143

Last is, over the past few months, now I’m getting AMP page invalid errors when submitting posts for indexing with Google Search Console.

Over the months, I’ve routinely searched for solutions but have always been confounded and stomached the problem. It’s now reached a point I need help. Things are breaking and I’ve not installed any whacky plug-ins, I have not loaded up my sites with huge amounts of plug-ins, in fact, other than updates, I have not installed any new plug-ins in perhaps over a year.

EDIT: Also, I’ve turned off ALL plug-ins, one at a time on both sites until every single one was off, (except for the required TAGDIV plug-ins). The site still had the same issues.

I’m not a heavy-duty admin. I can pull off basic things such as install and configurations. But I’m more or less a small business owner who knows enough to get himself in trouble. I spoke to my hosting provider who has a few solid WordPress folks on staff and they pointed me back here as the obvious source but please be careful not to speak over-my-head. 🙂

If anyone can provide answers, direction or individual solutions for me to apply, I’m eager. Thanks.

Anamaria
tagDiv Staff

Hello,

If you are referring to this line, it can be add on the standard header only with custom css => https://i.imgur.com/QxpOnXd.png, you need to add the custom code in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://www.screencast.com/t/1Wcj3wHXyR,

.td-header-style-10{
border-bottom: 2px solid red;
}

Also, it can be achieved, using a cloud header from tagDiv Cloud library, you can edit it with tagDiv Composer and add that line.

Hope this helps you!

Thank you!

Vlad S
tagDiv Staff

Hello !

You can achieve that by simply inserting a row in your header from tagDiv composer: https://www.screencast.com/t/ELgVYWli1el

The row will automatically stay fixed.

Thank you !

Anamaria
tagDiv Staff

Hello,

You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If this doesn’t have an effect, you need to insert the custom code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/rAWk31jQO.
The code is:

.mob-menu-header-holder {
display: none;
}
body.mob-menu-slideout-over{
padding-top: 0;
}

Hope that helps you!

Thank you!

Anamaria
tagDiv Staff

Hello,

I checked your social icons and seems to work well => https://www.screencast.com/t/5O3NLAX8 -> https://www.screencast.com/t/ehAUWxklzY -> https://www.screencast.com/t/jNPJGETqD.
To edit which social icons to display, you need to put the URL for your social profile, as you did for the other social networks => https://www.screencast.com/t/7POfOeMmb.
What do you want to edit in the header menu?
For the colors like I said you need to go in Theme Panel -> Theme Colors -> Mobile Menu/Mobile Search => https://www.screencast.com/t/kEkAkE5bO.

Thank you!

Bettina
tagDiv Staff

Hello!

Please follow the steps from our guide and make sure you did it correctly: https://forum.tagdiv.com/ads-adsense-overview/
There you can find how to add correctly the code for header, sidebar, etc.

Thank you!

Vlad S
tagDiv Staff

Hello !

H1 is in your header logo, that can be changed as you can see here using tagDiv Composer: https://www.screencast.com/t/yuh2NqSgZ

Let us know the result !

Thank you !

apwall
Participant
#0

Hello, when using text instead of a logo…how do you adjust the spacing between the Header and the Tagline. They are overlaping. Please see this site: https://peaglepress.com/

neat
tagDiv Member

Kindly place the AMP code where you want the “Alternating Amp Below Article” widget to render its feeed under the article , i used to add that code in the header for web and mobile version , but i dont know where to add it on AMP

Anamaria
tagDiv Staff

Hi,

You can set the main menu to be a sticky menu from Theme Panel-> Header -> Main Menu => https://www.screencast.com/t/ShRFfKhm81,
or if you have a Pro Prebuilt Website you can set with tagDiv Composer in Manager, you can enable the sticky menu on desktop or only on mobile = > https://www.screencast.com/t/YTp5YZqel.

Hope this helps you!

Thank you!

NuttyCart
Participant
#0

Hi:

How do I safely modify my site header (I have a customized version of Italy Pro in production) to add a fixed header row like this: https://d.pr/i/449PXr

I want to use it to showcase particular static pages without compromising my current design that is in production.

Please advise/help.

Thank you.

Vlad S
tagDiv Staff

Hello !

If you are using Google auto ads I personally recommend you to only insert the code in the header. Google will automatically choose where is the best place to position the ads based on user experience.

Thank you !

sedobcn
Participant
#0

Hello Support Team.

I have version 9.1 of Newspaper Template installed on my wordpress. Some time ago I set up a banner using Theme Panel / Ads / Header ads. Today I tried to edit the banner code but the panel does not display the options of any position. I just make click but nothing displays. It does work in other options, but not in the Ads feature.
I have disabled all plugins except for tagDiv, but it doesn’t work.
I have disabled the child theme and cache plugin, and it doesn’t work either.
I have used the Mozila Firefox console and this is the error that indicates:
Reference error not detected: tdcContextMenu is not defined
init https://www.furgosfera.com/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js?ver=9e241c87ee8782e8f19bb886a935e653:10
jQuery 2
Shipping
handle
How can I solve that? Thanks a lot.

wskeeler
Participant
#0

On my sites mobile theme, there is a black “top bar” that is above my header. It is sticky and scrolls down the page. I cannot, for the life of me, get that thing to go away. my site is http://www.keelerpublishing.com
Please help remove that bar from my page. Thank you in advance.

tald2629
tagDiv Member

I have added the links to my social media pages and it isn’t working,
I want to edit which social icons will be shown also,
You can check with mobile and see the header menu, I want to edit this section.

https://mindflowfield.com/

Thank you.

great1212
tagDiv Member

Please refer to this picture. I want to have underline under mobile header.

Check the pic:

https://ibb.co/YN016G1

piko
Participant
#0

hi, how is it possible to make the header section sticky on mobile? I didn’t succeed. Thanks

Jose
tagDiv Member

Hello Vlad S,

<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>

Amazing, thanks!

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