- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Hi,
I have checked your site and seems like this happens on all mobile devices and this is because you use the header style 3 with the classic blog stack. Please use this custom css to fix this: http://screencast.com/t/WKT0vHkRs1r or change the header style to use the full width text logo.
@media (max-width: 767px){
.blog-stack .td-menu-wrap #td-top-menu {
display: none;
}
#td-top-search{
right: -20px!important;
top: 3px !important;
}
.td-menu-header .span11 {
width: 85%;
display: inline-block;
}
}
Thanks
Using 4.4. When using header style 3
Mobile phones using the mobile menu incorrectly use the desktop logo above the header which looks wrong and not the mobile logo inside the mobile menu header.
Please advise thanks
Hello,
The logo of our website is not being showed on tablets and smartphone.
http://marronyblanco.com/
How can we solve this?
Hallo,
Das Logo war vorher nur 80px ich habe es nun auf 100px angepasst. Leider wird der Werbebanner von GoogleAdsense noch immer etwas abgeschnitten.
https://www.dropbox.com/s/e0ee94vjz3coy2u/Screenshot%202014-10-10%2023.13.10.png?dl=0
—
hello,
The logo was previously only 80px I have now adjusted to 100px. Unfortunately, the banners of GoogleAdsense is still cut off anything.
https://www.dropbox.com/s/e0ee94vjz3coy2u/Screenshot%202014-10-10%2023.13.10.png?dl=0
Hi,
This happens because of the logo which needs to be at least 100px in height. Please try to use this css in custom css filed in theme panel:
.header-logo-wrap {
margin-top: 20px !important;
}
Please let me know if this works! Also please provide your site’s URL if this doesn’t fix your issue, I need to inspect it to provide a fix for it.
Thanks
Hi,
Please use this custom css, add it in theme panel > custom css: http://screencast.com/t/kjuYdJkVo5
.td-head-style8-logo-desktop img {
height: 76px;
}
Thanks
Nice. Thanks!
Hi again,
There is something I am probably missing here, so kindly explain it as if for a beginner…
I read your thumbs and image resolutions:
https://forum.tagdiv.com/modules-and-blocks/
I then made some 326×235 images as featured images,
and a 300×100 Logo.
However – when doing the GTmetrix again – I get a very long list of
“The following image(s) are missing width and/or height attributes.”
including images with these sizes 326X235, the 300×100 logo, as well as images of 326X406, 100×65, 745X483 and more.
–> I thought all these are the programmed image sizes of the theme? How come they are missing?
Kindly advise…
Thanks!
Bran
I uploaded our logo using header 8 and it is not fitting on the menu. The correct sizes have been uploaded. The mobile version works perfectly. This problem is only on the desktop view.
I’ve just changed header style to style 8 – logo + menu on one line and there’s a faint grey line running along the top through my logo as shown http://screencast.com/t/9agH8j7EMm
How can I remove it?
Best regards
Richard
Hi,
Yes, please use this custom css: http://screencast.com/t/41OqKPwv
.header-logo-wrap .td-logo-wrap-align {
text-align: center;
}
.td-logo-rec-wrap .header-logo-wrap img {
margin-left: 0px;
}
Thanks
Hey guys,
Quick question. Is it possible to align the logo (image, no text) in the centre of the header? I’m already using the blog style – header style.
Thanks in advance,
Tim
http://www.runners-high.nl
Thanks, it worked 🙂
Hi,
Use this css: http://screencast.com/t/fdh2cfK1fA0
@media (min-width: 1018px){
.td-affix .td-style-8-logo-wrapper {
display: none !important;
}
.td-header-style-8.td-affix .td-menu-header .td-li-wrapper-menu {
float: none !important;
text-align: center;
}
.td-affix .td-menu-wrap .td-style-8-menu-wrapper {
text-align: center !important;
}
}
@media (max-width: 1018px) and (min-width: 768px) {
.td-affix .td-head-style8-logo-mobil {
display: none !important;
}
.sf-menu > li > a {
font-size: 13px !important;
font-weight: normal;
text-transform: uppercase;
}
}
Thanks
It is only changing the text direction from left to right.
none of other changes to right to left. Not MENU, no sidebars, no Logo nothing.
Isn’t it possible to to RTL Css, with out changing to ARABIC.
I am getting so much frustrated after all.
Hi Lucian,
Please take a look: http://screencast.com/t/xPV8ZPlrg
The main header shows up and the menu items that should’ve been on the left side are on the default side (left).
I think its related to the @media query. Please take a look.
Thanks!
Hi
I would like to ask if it is possible on the menu, one of the menu choices to have different font color than the others.
thanks
Hi Lucian,
Today I got a new monitor (23inch) and it looks like the menu is messed up. Can you please take a look?
Thanks!
Hi, the leaderboard ad is overlapping the logo and the entire header. Doesn’t happen all the time but it shouldn’t be happening at all. How can I fix this? Anybody?
Screenshot: http://goo.gl/z35xkS
Hi,
Yes, please follow this guide: https://forum.tagdiv.com/topic/show-small-logo-on-smart-snap-menu/#post-22997
Thanks
Hi,
For your first issue, you can get rid of the breadcrumbs on search module like this: http://screencast.com/t/wd80UQ6nBuWy
You can remove them the same way for other module also.
Regarding issue #2 please note that those setting will work for the pages templates build and added with the page builder and when used the default template.
We know about #3 and we have this on our to-do list to fix in the next update.
For the 4-th issue you could use this css to add a border to the top of page wrapper, like this: http://screencast.com/t/kcV8d2ZLj4R
.td-page-wrap {
border-top: 2px solid #a7a7cb !important;
}
#5 I’m not sure how this happens but you can use custom css to hide the banner only on homepage, like this: http://screencast.com/t/rDggCB6SIlUl
.home .header-content-rec .td-g-rec-id-header {
display: none;
}
and for post template 4 you can use this: http://screencast.com/t/K4PjrKpr3nI
.single_template_4 .header-content-rec .td-g-rec-id-header {
display: none;
}
Regarding the option for the banner to show before logo, you can simply do it like this: http://screencast.com/t/9cq1f3v9p5Bi
For the background of sidebar ad you can try this: http://screencast.com/t/BJhaoVkxCs1C
.td-g-rec-id-sidebar .adsbygoogle {
position: relative;
top: 0px;
margin-bottom: 0px !important;
}
.td-g-rec-id-sidebar {
background-color: #a7a7cb;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 20px;
}
Also use this sizes fro the sidebar Adsense ads: http://screencast.com/t/wlsdqlsI3p
Hope this helps! Please let me know!
Thanks
In the screen shot you provided your ‘Tag div’ logo is in the the menu bar. In your magazinely theme I was able to change the ‘house’ icon into my own. Is there a way to do either of these? http://screencast.com/t/qUyD8CYhyTYR
This plugin as follow will help fix some of those
https://wordpress.org/plugins/ssl-insecure-content-fixer/
Your logo go and add https in the logo url in theme settings
Hi folks
okay… messing with my hobby website magazine, playing with logo etc., but anyway ran into some apparent gremlins in 4.4. Viewing pages in Chrome/Win7-64.
Standard setup; no bizarre plugins, no jetpack, no caching; mod_pagspeed off at the moment; no mega menu.
Issue #1 (personal preference)
on the author, category, archives pages, there are breadcrumbs printing on page under story titles which should not be there and are totally redundant, e.g., here:
http://ga-ga.com/gogaga/movies/
Issue #2:
the category pages, tags, author page don’t appear to pickup the H1 tag settings from theme panel, and also seem to “run into” the breadcrumbs at page top (as above link).
Issue #3:
on post tops with post type “style 2” the top ad banner gets truncated; even adding margin above the full width div for the breadcrumbs.
http://ga-ga.com/1815/book-review-good-title-bad-title-beatles-destroyed-rock/
Issue #4:
How to add a line rule below the top banner ads in general to better separate from the content areas? Could not find a single unique div for the top banner ad, and adding a line rule to the entry-crumbs simply added that to all pages, which didn’t work too well since on the normal categories, the crumbs are not full width and only in left main column. Perhaps even a background color for those pesky ads which Google serves with no borders and just floating on white backing look funky.
Issue #5:
Any way to disable the top banner ad on home page ? Right now on home page when above slider it overlaps the background gradient and with the transparent ads the drop shadow basically runs through the middle of the ad. http://ga-ga.com/
Similarly on the post style with full width photo (style 4), the banner ad doesn’t work with full width image
http://ga-ga.com/1829/book-review-place-hide/
COMMENTS:
Due to the issues with the top ad banner am thinking of just disabling it.
An option to have the ad banner ABOVE the logo would be nice, as I’ve mentioned before. Ideally with option to put a background color on the section, so it doesn’t conflict with the logo on either white or black background layouts. That does not currently appear as an option in the admin panel, unless I’m going blind. 🙂
ONE LAST:
How might I add a background color behind the div for the Google ad box in sidebar, to help “block that in” with the column width? Also useful for when Google serves a narrow tall ad, or a no border on white ad where it looks bizarre in the space.
THANKS!!! Some of that might be nit-picky, but only issues I’m having – otherwise perfect.