Search Results for 'header'

Results from the Forum
lpecchi
tagDiv Member

I’ve switched to the main theme and the header style doesn’t work.
I’ve modified only the files in the child theme, and then I’ve deleted those files.
I’ve also checked all main theme files, too, they’re all unchanged.

But I think I’ve understood what’s happened: the MENU TEXT COLOR for the Main Menu was #FFF, and also in the main theme. I’ve restored it to default #000000 and now I’m able to see the menu items.

However, I did not change that setting, I’ve just changed header_menu.php and header-style-7.php in child theme: is it “normal” that theme colors has changed?

and is it correct that the main theme options (theme panel) are the same for the main theme and the child teme?

Thank again, Luca

Bogdan B.
tagDiv Staff

Hello,

Please switch to the main theme and see if the header style works in the main theme as well. If you modified the theme main files, you can download the theme again and just replace the files modified.

Thank you!

lpecchi
Participant
#0

Hi
I’ve tried to customize header_menu.php and header-style-7.php, including modified files in parts folder inside my Newspaper-child theme: it works, but now I would like to go back to defaults.
I’ve deleted parts folder in the child theme, but if I select Style-7 I get just a blank header.
I’ve also tried to switch to another header style (it works), then Style-7 again, but nothing changes.
I’m not using any caching, by now, and I’ve also restarted nginx and php5-fpm.
Am I doing something wrong?
Thanks in advance

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot recreate this on my side, so please change to the header you want to use so I can inspect this. Also you can check this without any plugins active and remove the custom css(if you use any code).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Where did you added the code? For example in header ad it seems that you don’t have any code – http://screencast.com/t/z31M2DHxJ
I have checked also a post from your site and the top ad for articles is displayed – http://screencast.com/t/iup6Ko1ZtI4g For non-adsense code we recommend those div container from documentation – https://forum.tagdiv.com/header-ad/
Do you use Ad Box block for you page content?
Please provide more details and also like I said above paste your code in a text widget to see if it displayed.
Let me know!

Thanks!

jimmysong
tagDiv Member

Hi Alin,

Thank you for the info. The reason it is on header 7 right now is because it is the only I can find that is compatible with the logo. I would like to use header 2 or 3 as song in the attachment in my first post. I already changed my logo size to fit the dimensions and I am still getting the same issue where the banner goes under the logo.

Thank you

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that you use header style 7.
Unfotunately this style was not designed to display to many elements, but if you want to use this, it can be adjusted via custom css in Theme Panel > Custom Css – http://screencast.com/t/7ybNePPW9A5

.td-header-style-7 .menu-lower-header-menu-pages-container {
width: 76%;
float: right;
margin-bottom: 20px;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 40px;
}
.td-header-style-7 .td-header-sp-logo {
margin-right: 20px;
}

If you have issue with another header style, please switch to it and let me know what the issue is.

Thanks!

Elchin hatami
Participant
#0

Dear

I changed url and website is showing social menu icon. But when I changed header option to dark menu log is shown broken.

my url:

http://www.hraznews.com/turkce

pawsandwhiskars
tagDiv Member

Hi Andrei,

I believe I found my explanation. When it comes to SEO tools, most of the weight is carried by the pages of a website as opposed to analyzing the post structures. Hence the results indicating the missing <h1> tag.

I saw the ‘adding a textbox’ workaround. Stylistically and visually not the best solution, but there doesn’t seem to be a choice in that matter.

Now I have a new question for you:

On a default template page, I am using a Block 13 plus a Widgetised Sidebar.
The Block 13 headers are <h3>. I need to change that to <h2>. How do I do that? I need some guidance, please.

As you might already know, and I can’t stress it enough, SEO is crucial when it comes to content-related websites, which is why it is imperative that I get my <h1> and <h2> tags ‘questions’ sorted out.

Thanks in advance!

Bogdan B.
tagDiv Staff

I have checked this again on my end and it still works. http://screencast.com/t/OujhbNaRf9
Make sure you delete all of the code in header style 9 and copy all of it from pastebin.
Thanks

simplio
Participant
#0

http://www.jglobe.org

Header and Footer gone – Problems with Styling with plugin integration….
And Everything worked Perfect yesterday. Does this theme have security issues?
We are using Wordfence and something still happened. Like I said. Overnight…..

How could this happen. Please help….

Headers and Footers should look like this:
http://screencast.com/t/QlQDOVnj
http://screencast.com/t/hK0yQNd6JoTY

All of a sudden this morning gone…

On this page all Icons and styling lost:
http://screencast.com/t/OVl2Q9XqdSDU
http://www.jglobe.org/location/

Another Issue is on this page:
http://screencast.com/t/OkugUFsPKd

Something Deleted paths:
http://screencast.com/t/FdO28JFBmeR

simchris
tagDiv Member

🙂

I usually have to hack couple things for header, author template (remove comment count), 404 template, remove remote loading google fonts, add some stuff to functions.php, and minify the CSS, and make one change the default hit counter field to match our pre-existing field name “views” — so not too hideous; most of the rest is done with CSS.

In our case, just safer to get update, make mods to update work folder; then upload that to replace old version; check all works; if not roll back.

Fairly safe way to live without “hoping” updates will work (color me paranoid!) 🙂

leonard
Participant
#0

I have created a main header menu in english and a secondary menu with the language selection options as a top menu. The idea is to switch languages from the top menu and arrive at different home pages in the relevant languages.

It seems that this is not possible. I have created and tested it with 3 different menus in 3 different languages but I do not have the option to switch between them. Once a menu for the header slot is chosen it stays forever there in one language.

The question is, am I doing something wrong? It seems very limiting not to be able to have menus in different languages for each separate homepage.

tagdiv-da-beast
tagDiv Member

Hi,
Sorry for bugging again!!!

I have a scenario that needs help: When I create my bg img, the img area that is supposed to display above the header area does not show up:

<b>header</b> area bg img

Would you give me a hand please?

Thanks again!

Andrei L.
tagDiv Member

Hi

To change the mouse cursor for the background-image such that to indicate that is a link try this custom css in theme panel > custom css:

body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container{
cursor: default!important
}

Let me know how it goes.
Thanks!

meathead
Participant
#0

Hi,
The header search no longer works.
I had to add wp-search boxes instead, but the icon is still on the menu. How do I fix/edit the menu bar search icon as it does not show in the main menu editing page?
http://www.djtees.com/
Cheers
Dawn

Andrei L.
tagDiv Member

Hi

The easiest way would be to move the main menu under logo in header style 6 like here: http://screencast.com/t/cKqpkoK53Nox To achieve that just replace the code from header-style-6.php file with this one: http://pastebin.com/qnXsJVSrhttp://screencast.com/t/Dx3RoQAMfk

Let me know how it goes!
Thanks!

  • This reply was modified 10 years by Andrei L..
diotali
Participant
#0

Hello Team,

I would like to create an ad before each article I publish (something like the header ad).
The fact is I want to have 2 header ad one before the menu and one inside each article (like the sidebar ad). Is it possible to perform it? if so how can I achieve it ?

Bogdan B.
tagDiv Staff

Hello Jocaob,

Half of your header you can get from the theme panel by choosing header style 10. Centered menu and logo on top. For the social icons and date you need a bit of custom work.

1) chose header style 10
2) copy this code: http://pastebin.com/tgK2Ebu1 in your header-style-10.php and replace the existing one.
3) add this custom css in the theme panel:

.xdate{
color:grey;
float:left;
font-size: 16px;
padding: 1px 1px 1px 1px;
}
.header-menu-social{
display:table;
}
.custom-container{
width:720px;
margin-left:auto;
margin-right:auto;
}
@media (max-width: 700px) {
.custom-container{
width:80%!important;
}
}

You should have this result now: http://screencast.com/t/dyf55VPTCU7M
It will need a bit of adjusting on responsiveness and the mobile version but i think you can manage from here.

Thank you!

vladica79
Participant
#0

Hi.
I need to make style 1 looking Header, but must be wide. Just like in style 6, but Main menu must be below logo.I get what I want with style 6 Header, but main MENU is above logo I need it below.
style 1header wide

Subversal
Participant
#0

Hi I’m tryig to use Ad sense on my site (www.thesubversal.com) but it doesn’t seem to be working. I followed the direction posted here (https://forum.tagdiv.com/header-ad/) but nothing is showing up and my space is empty. You can reference my website or (http://www.screencast.com/t/ygYNvzrum84) for details. Ad is still not showing up. Please help.

Bogdan B.
tagDiv Staff

Hello Carly,

You can try this easy method to get it done. Just access your header-style-9.php and replace the whole code with this one: http://pastebin.com/q7aS0Dt2
Then place this custom css in the theme panel:

.td-a-rec-id-custom_ad_1 > div{
margin-bottom:0!important;
}

Make sure you have an ad placed in the custom ad 1 box.
Now you will have 2 responsive ad’s. One on the top next to the logo and one on the bottom of the menu.
result: http://screencast.com/t/dIlJe3giRe

Thank you!

Andrei L.
tagDiv Member

Hi

Sorry about that.
Please replace the previous css with this one, I’ve targeted only the product page:

.single-product .td-header-wrap {
height: auto!important;
}

Let me know how it goes.
Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this css in Theme Panel > Custom Css – http://screencast.com/t/FEnpBLUsAuG4 and change the values like you need:

.td-header-style-10 .td-header-sp-logo {
margin-top: 20px;
margin-bottom: 20px;
}
.home .td-main-page-wrap {
padding-top: 20px;
}

Thanks!

Sojan Jacob
Participant
#0

Hello,

Am building a site for my client using this theme. I would like to customize the look of the header like below…

date left – Center logo – social media links on right. Also i want to move the banner on top of the page.
Please check the wireframe at : http://izonedesigns.com/demo/header-layout.jpg

Can anyone help with this.

Thanks in advance.
Jacob

Viewing 25 results - 26,101 through 26,125 (of 29,850 total)