Search Results for 'header'

Results from the Forum
delgermurun
tagDiv Member

Thank you guys. I’ll wait support folks.

simchris
tagDiv Member

Yes, I see that also. The “z-index” for the mega menu appears to be lower than the Google ad when you have the logo + ad below menu setup.

[menu]
[logo][ad]

You likely need to increase the z-index for the mega-menu. I’m not using the mega-menu at this time, so not sure what class would need to be wrapped, and added to the custom CSS panel.

TheMediumUTM
tagDiv Member

Sorry, but you should without question use a cache. It will only mess things up for your visitors if you use the wrong settings. W3 Total Cache without minifying javascript or CSS is safe. This issue has been brought up and this solution recommended in Newspaper’s docs and the forum many times. 🙂 It will pretty much do a page cache, expiry headers, and basic (but highly necessary) compression.

W3 Total Cache can also be combined with a service like Cloudflare, which serves your site to visitors from its servers rather than your own. It speeds up delivery of some resources and helps with your server response time. (Pagespeed reports that your server responded in a massive 3.7 seconds.) I use this setup too.

A plugin like EWWW Image Optimizer will help with your optimize images problem. Note that you’ll want to do a one-time bulk optimization of your media library, which will take a long time, but after that it should just optimize on upload.

Feel free to ask for more details on the above steps. Once you try all of them, check your scores again. They will have greatly improved.

These are the steps that require little or no technical knowledge, but uf you still need more, start reading the excellent posts by Christopher Simmons and others in the sticky Pagespeed thread.

Best of luck!

TheMediumUTM
tagDiv Member

Ah, okay. I have AdBlock installed so I didn’t see it… and pausing it doesn’t seem to work, so hopefully someone else comes by to help. The official support folks are away over the weekend.

delgermurun
tagDiv Member

header ads overlap mega menu.

TheMediumUTM
tagDiv Member

What about it? The fact that you’ve set it to mega menu, or something about how the mega menu is supposed to look but doesn’t?

delgermurun
Participant
#0

website URL is: http://goymedee.com/

check menu called “Эдийн засаг”

Thank you.

schauvin
tagDiv Member

Lucian:

I don’t know what I did wrong. Please check these:

1. I removed the code from
https://www.evernote.com/shard/s250/sh/1e344332-217f-4bad-8654-521d220cbb5c/c4fc56dee9387eac0a7cacaf53a23047

2. I pasted the new code and changed the class from “span9″ to “span8″
https://www.evernote.com/shard/s250/sh/cf1d922b-94f1-49aa-986d-3002a52fcb58/5a9086d96f63d8473f46dd618ab1cda9

3. I Added the css
https://www.evernote.com/shard/s250/sh/a6430983-feef-4141-8dd4-c2b3e49409ab/56e5f0eb455d5e61cde62736d62830cb

4. And now you can see that the search box is not in the top menu or any other place.

https://www.evernote.com/shard/s250/sh/39731376-6a1f-4287-8eeb-429ce4583d4a/62f7eef8c907c8284c96d704bbb3b2ad

You can also see that the last category is being push below.

Any help will be greatly appreciated.

Thanks.

schauvin
Participant
#0

Hi:

I need more space in the header menu (main) so I want to remove the search and move it to the top menu. Can this be done? How?

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
@CosBeauty As Christopher this could be an Google issue, just to be sure of this please paste here your site’s URL so I can check this, you could also make sure that you have the set the ad right in theme panel: http://screencast.com/t/A3FysjcPLB

Thanks

Lucian
tagDiv Staff

Glad I could help!
Thank you!

Lucian
tagDiv Staff

Hi,

The theme doesn’t have a feature like that and adding a different logo on smart snap menu wasn’t added as a feature on any theme versions, this was done using a hack and if you want custom work again you will have to add it yourself or hire someone to do it for you.
Do it like this: http://screencast.com/t/myuIIiFDY

@media (min-width: 1200px){
.td-header-style-8.td-affix .td-menu-wrap #td-top-menu {
padding-left: 0px !important;
}
.td-header-style-8.td-affix .td-li-wrapper-menu {
float: left !important;
}
.td-header-style-8.td-affix .td-style-8-logo-wrapper {
display: none !important;
}
.td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo img {
display: none;
}
}

http://screencast.com/t/IPbZOvLGCsz

Thanks

  • This reply was modified 11 years by Lucian.
simchris
tagDiv Member

Likely an issue with Google; theme doesn’t control loading of the ads; only places the code on the page. Usually such outtages clear up over time. And sometimes their system just times out.

Issues seem to happen end/first of month, when Google starts messing with their universe 🙂

You can also check your account to see if any messages about your site, such as violation of anything, although they usually email you about that.

Bill Dunk
Participant
#0

Hi,

We’re currently running V3.8.4 of Newspaper, and Google Adsense Ads are no longer displaying in the header. They have been up until recently and there have been no changes made to the Google Adsense code in the theme setup.

Any clues?

Cheers
Bill

Larane
tagDiv Member

Hi Lucian,

I forgot to enable the mobile menu – now everything is working!

Thank you so much!

I will rate 5 stars 🙂

Carolin

mehedi
tagDiv Member

On header style 8, it doesn’t shows on the menu (floats on the right hand). It is clearly a bug and you need to fix it! You can’t just leave a simple bug as it is! Please provide a perfect solution for it!

P.S: I can clearly see that its the default header style and NOT the header style 8!

Lucian
tagDiv Staff

Hi,

Remove the settings for the header text color from block editing panel and use this custom css to change the color on hover as you like: http://screencast.com/t/A7vjWDVoaG

.block-title, .td_title_style_1 {
border-bottom: none;
}

.block-title a:hover {
color: blue !important;
opacity: 0.5 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

I have tested your site and found no issue’s with the top menu, looks and also responds well to all screen widths.
You can use this custom css to display it on mobile also: http://screencast.com/t/NFOuvSvSWQ7i

Thanks

Larane
tagDiv Member

Hi Lucian,

first, thank you so much for your support! Your provided code works – and it doesn’t work. The menu is floating right and it reacts responsive. But for mobile it is still not visible. (By the way, the logo is “jumping” around when the browser is shrinked.

Do you have one more advice?

Thank you,
Carolin

Lucian
tagDiv Staff

Hi,

Please replace the menu-top.php file content with this: http://pastebin.com/74EUnHPZ ..like this: http://screencast.com/t/6LYQko2qvJ
Then add this custom css in theme panel > custom css:

@media (min-width: 1200px) {
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu {
margin: 0px 49px 0px 0px;
}
}

.td-header-menu-wrap .menu-top-container {
float: right;
}

After this you will have the item displayed at the top on the right like this: http://screencast.com/t/HNAnqycD
Note that this will remove the top right widgetised area, only use this if you aren’t planning not to use that area.

Thanks

Gee95
tagDiv Member

With your Speed Booster Pack settings:

1.Loads javascript files from Google Libraries

2.Defers parsing of javascript files.

3.Removes query strings from static resources

4.Load CSS asynchronously

5.Minify all CSS styles

6.Insert all CSS styles inline to the footer

Remove junk header tags

Is there a way to stop the Google Adsense Ads loading first? When you access a page, it’s all white for a second, then the ads popup in the wrong places then the css kicks in and the whole page looks correct again.

Thank you 🙂

Lucian
tagDiv Staff

Hi,

Could be make sure you empty cache, purge files if you use any CDN or cache plugins.
Also inspected your site for this custom css and I found all but this:

.post header h1 {
margin-top: 17px !important;
}

This is why you still have this issues. Please make sure this css it’a added right into theme panel.
Use it like this:

@media (max-width: 768px) {
.single .post header h1 {
margin-top: 17px !important;
}
}

You could also try to edit the style.css file and add it there if still dose not work.

Thanks

Pjump
tagDiv Member

Perfect. Thanks Lucian.

Larane
tagDiv Member

Hi Lucian,

thanks for your help. I tried your css and it works. But when I move the top header menu items to the right (using this css):

header menu
*/
.td-full-layout .td-header-menu-wrap,
.td-boxed-layout .td-header-menu-wrap .container {
background-color: #2b2b2b;
padding: 2px 0 4px 890px !important;
}

The top header menu is not visible on mobile. Do you have any idea how to show the top header menu items on the right AND showing them on mobile?

Thanks a lot,
Carolin

Viewing 25 results - 28,451 through 28,475 (of 29,850 total)