- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy âAdd to Favorites!â
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
Unfortunately the theme doesn’t have a feature like that but you can use an code editor like Notepadd++ and edit the header.php file, add your code and save the file: http://screencast.com/t/aqbHcD9r
Thanks
Hi,
Thanks for letting us know, we also know about this issue and we plan to fix it in next theme updates as we have this on our to-do list and we are working on it.
Thanks for the message!
Rocking ….Thanks a lot….
Hi,
You could try this css: http://screencast.com/t/k6vnfo6p
Or set a fixed width like 300px.
The standard seize for the logo should be 300px X 100px and your logo it’s at 1024px X 394px that is why it’s displayed like that.
`.header-style-3 .td-full-logo .td-logo {
max-width: 300px;
}`
Thanks
Hi,
Please replace this second css for the .sf-menu > li > a with this: http://screencast.com/t/n1i0HPKd
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}
Thanks
Glad you did!
Please let me know if you have any other theme related issues!
Thanks
even after using i did not solve this issue…
Hi,
I have a problem with mobile logo not showing if use Blog Style on Header Style. Its ok if i want to use others Header Style.
Thanks for your help.
Actually, I just want to know how to make the logo smaller (without having the dimensions “small, medium, large, full size” options – that doesn’t let you set dimensions correctly – and when I make my logo in adobe, I can set the dimensions there, but when I upload it is says the dimensions are like 500 times bigger than they actually are)
Best,
Carly
Hello,
I want my header logo to be the size that it is, but there is so much space around it, and I don’t know how to get around this.
Check out my website: http://www.livelovefruit.com
For some reason, all of the space around the logo is just empty space – I want the menu to fall pretty much right under the logo, and for the space above the logo to be minimal, or at least 10 pixels from the edge of the page.
Thanks!
Carly
solved after searching at this forum. lol! just paste this code.
.td-sbig-title-wrap, .td-sbig-title, .td-sbig-title {
width: 100%;
}
.td-sbig-title-wrap {
bottom: 0px;
}
.td-big-grid-post-0 .thumb-wrap img {
width: 100%;
}
Hi. This is my website (viralogis.com)
At the Big Slide, can i auto expand my featured post image? Because at posts, im just uploading 700px image for featured image. But at Big Slide they want 740px rite?
Thanks for your help.
Hi,
Use position relative and set a distance from the top like this: http://screencast.com/t/CHNqvLcY5lLe
.td-big-slide-background .entry-title {
font-size: 100px;
line-height: 40px;
color: white;
text-align: center;
position: relative;
top: 180px;
}
Thanks
Hi,
1. Please use this css: http://screencast.com/t/5EenmywC
@media (max-width: 500px) {
.td-grid-wrap .post p b img {
float: left !important;
margin-right: 23px !important;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: 50px !important;
width: auto !important;
}
}
2. You can try this css, this how it will look on desktop and tablets: http://screencast.com/t/gDgnS2jHD3
This is how it will look on mobile: http://screencast.com/t/j9RW2TjT4G
This is the css:
.td-header-bg {
height: 240px;
}
@media screen and (max-width: 767px) {
.td-header-bg {
height: auto !important;
}
}
Hope this helps!
Thanks
Hi,
This happens on tablet portrait view as the menu items don’t fit in one row. You can try to fix this by reducing the menu item length or lower the font size.
You can sue this custom css: http://screencast.com/t/lPhnYFPWd
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-menu-wrapper .menu-td-header-container a {
font-size: 13px !important;
}
.sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}
}
Thanks
Hello Lucian,
I’m sorry but the problem is still there. I think you have resized the browser screen on your computer.
But if you access to our site from a mobile phone (we are using Chrome on Android), the logo is missed, both in the fixed header and in the floating.
https://www.dropbox.com/s/kn5xsscyrwcekq0/Screenshot_2014-10-17-09-09-41.png?dl=0
Please, we need a solution for this.
Thank you in advance.
Hi Lucian (@support002),
As you suggested I was able to add text to the big background image (using the php changes and css changes at http://screencast.com/t/YUHHiaw5 and http://screencast.com/t/AocalfK6h). Can you also suggest CSS required to position the text in the center of the image? text-align: center only centers it horizontally but the text still appears on top of the image. I tried using “bottom: 0; position: absolute” on the div with the text but that didn’t work.
Thanks for your help,
Abhi
Hi there,
I have two issues with my site currently.
If you look at my test site here.
http://www.vitalstrengthblog.com.au/webdev/how-to-get-abs-top-6-ab-exercise-mistakes/
1) I have inserted small number images for each point. They look fine on desktop, but when viewed on mobile, they expand and fill the screen. I tried modal on and off, but I can’t seem to fix this. My site has so many if these images and I need a easy solution to lock these images to size. Is there a solution ?
2) I want use the default header style (logo + ad) + menu, as I want the mobile version of the logo to appear on mobile devices. But I need to push down the header space, so you can see my background ad. If I use a transparent image it doest work, if I use an image bigger than 100 px in height it pushes the page content area down or it doesn’t appear at all and the header alignment fix is not doing anything (in theme panel). If I use header style 3, with a transparent image of 240px (perfect height i need) it works, but i get massive clickable area on mobile devices that goes back to home page URL (not good) and i lose the mobile logo on the banner.
I have tried your custom css for inserting a background image in the boxed layout, in theme panel, but that doesn’t do anything with linking my 240px height x 2px wide transparent png. Please note I don’t want a logo on desktop, I need transparent space, bigger than 100px high using style 1.
Thanks for your help.
Thank you very much Lucian. You rock. Now it is OK.
best,
You can add favicon by either uploading to the root of your domain and most browsers will look for it there; or use the function in the theme admin panel:
theme panel > header > logo
FAVICON
Upload a favicon image (16 x 16px) .png
Can u help me ….
hi,
First please make sure you check this without any plugin active and empty cache and/or purge files if you use any cache or CDN plugins.
Please let me know what you find and also send your site’s URL so I can inspect this.
Regarding your request we will consider them for the next updates but because we have over 160 features requests we have to be very carefully what we pick so we will implement this is more people will ask for it.
You can try to add something like this to your page to resemble your request of an parallax header: https://forum.tagdiv.com/topic/full-width-image-header-on-hompage/#post-18712
Hope this helps!
Thanks
Hi,
@steven
If you set a background color or image from theme panel this will apply site wide.
If you need a different color for a category, you can change it from theme panel > categories for a specific category to use a specific background color: http://screencast.com/t/VVcP2Vbp This will overwrite the previous background color set from theme panel > theme colors.
If you need a different background image/color or you don’t want to have a background image at all you can do it via css and apply changes only for that page.
Use the page id class which is unique for all pages to remove or change the background, like this: http://screencast.com/t/5pA9hFjAM
.page-id-2877 {
background-color: initial;
}
Thanks
Thank you very much.
This has helped me alot.
Great work đ