- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Hi Lucian,
On V3.3, the theme displayed the Mobile Logo but on V4.4, it isn’t showing it?! Can you please tell me how can I show it on there?
It isn’t a big thing to do that I need to hire a freelancer. After all, you guys has promised “lifetime support” on the theme and I have received good support from tagDiv (especially you).
Please help!
Hi,
Unfortunately the theme dose not have an option for this, you can follow this topic and try to add the logo in your menu like this: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/
If you don’t know how to do it we recommend to hire a freelancer from sites like: http://studio.envato.com/
We cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Thanks a lot!
Hi,
Unfortunately there is no way at this moment, we have this on our to-do list and we will enable the mobile logo to show with other two style as well, until then you can use the style you have now.
You can use this custom css in theme panel > custom css to get the logo show good as it is now: http://screencast.com/t/3ZBxIJ8J6
@media (max-width: 767px){
.header-style-3 .td-logo img {
right: 0px;
top: 3px;
width: 767px;
height: 48px;
}
}
Thanks
Hi,
I want to show a small logo or the mobile logo on the Smart Snap Menu (http://screencast.com/t/jwe27kuyq6). It is currently showing the default logo but I want to replace it with a mobile logo on the Smart Snap Menu.
I believe it is possible. Please help.
Hi,
Use this: http://screencast.com/t/jbcANv0v
@media (max-width: 767px){
.post header h1 {
margin-top: 17px !important;
}
}
..and this for the tablet screen: http://screencast.com/t/FjaoP01AZiq
@media (min-width: 768px) and (max-width: 1024px) {
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
}
Thanks
Thank you! It helped with header and logo for mobiles, but breadcrumbs are overlayed by H1 http://files.webfile.ru/be6dd5853638a815519fdacc6b7918d3
And it’s a weird stuff with Safari in Ipad. At the first moment everithing is ok, but then it’s like the page loads in second time in a row and as a result logo moves to the right and space under header appears http://files.webfile.ru/9cf8169b95254f87c4b11830baab3d5d
Thanks.
But if i change the header style, i won’t keep the logo, and the menu below. How to keep it ?
Hi,
Better to use header style 1 and use the custom css like this:
.td-logo-rec-wrap, .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}
You would have to make other much complicated changes to use header style 3 and change the logo position.
Use the css from above in the custom css filed in theme panel and let me know if it’s working, should change the background for all header styles. Remove the previous one.
Thanks
Hi,
The reason for this is the header style you are using, please make sure that you are using other header style than 3 or 6 with those styles the logo dose not changes.
Thanks
Hi,
Use this css:
@media (max-width: 767px){
.header-logo-wrap, .header-logo-wrap img {
display: inline !important ;
}
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
.entry-crumbs {
display: block;
}
}
Result on Safari: http://screencast.com/t/dUJHsC9R
Result on Opera: http://screencast.com/t/ayHXIay1
Also check the js errors from console.
Thanks
You will likely need a plugin for this, as it’s a common WordPress issue, not related to the theme in any way.
You will need to change logo for login page. More tricky to hide the fact the URL shows wp-admin in the URL.
WPMU has some good plugins for this kind of thing. Also check the wordpress.org plugin repository.
Basically you should do Google search and explore various options for changing the WordPress experience as it can be a little complex. We did this for couple of sites, and then that broke with WP 3.9 (sigh).
Anyway, you may find various posts online like this one useful:
http://www.jasonbobich.com/wordpress/hiding-the-wordpress-admin-panel-to-your-subscribers/
Another kind soul here may have better more specific answer for you, but this is part of learning to use WordPress for webdev. Again your query not related to the theme or theme support, as “hiding wordpress” is part of modifying the wordpress functionality, but perhaps the above might have helped in some way.
We used to use a plugin which would hide various things in the layout, based on “user roles” where superuser could see everything, but moat others would not see any of the WordPress stuff.
Hello Lucian.
I can use Header 3 for this code for background image.
How to move logo from center to the left like in Header 1 by CSS?
Hello Lucian,
I pasted code in custom CSS and is not working.
This code is working fine with Header 3 and not working with Header 1 which I’m using.
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url(‘https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw’) !important;
}
Hello,
I have a problem, with the Header style 3, the logo i putted for mobile doesn’t switch :
HomePage : http://www.beirutreport.com
Mobile overview of the home : http://postimg.org/image/xut462dof/
Configuration : http://i62.tinypic.com/2mob09d.png
Thanks for your help.
Added this code, but in Safari appeared a little space under header and logo moved to the right a little bit http://files.webfile.ru/789420230550c5890547ebc3be902376
And there is still no breadcrumbs
In Opera Mini there is no header and breadcrumbs too http://files.webfile.ru/6da9735e7ef50e5faa41bf8ddf793d3c
Hi,
Use this css: http://screencast.com/t/lfFeU6e2gjqM
@media (max-width: 767px){
.header-logo-wrap, .header-logo-wrap img {
display: inline !important ;
}
}
Thanks
Hi,
Please use this path for the background-image, and add the css like this:
.td-s-s-32-meetup {
background-image: url('http://www.totsintow.co.za/wp-content/themes/Newspaper/images/meetup-logo-32-grey.png') !important;
}
Should work fine now: http://screencast.com/t/7leBJKfn
Thanks
Hi,
To add the heading tag to the site title you would have to edit the header.php file and place condition there that if it’s the front page to display the title into an <h1> tag.
If you want to add it to the logo you would have to add it according to the header style you use.
Ex:
Edit this file if you use style 1 and do the same for other styles: http://screencast.com/t/IKIkLz5EG9iA
Thanks
Hi,
Replace the code from menu-header.php file with this one: http://pastebin.com/5C9Nz1wD This will make the menu full width and remove the header search.
Regarding the header background image, use this custom css in theme panel > custom css: http://screencast.com/t/fv08Lf8eN
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}
Replace https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw with the URL of the image you want to add as a header background.
For the other matter you can use module 7 layout or send an e-mail at contact@tagdiv.com with an request for an tutorial on how to build a custom block.
Thanks
Hi,
I spoke too soon. It is only half working. It is showing up on the home page perfectly, however, the logo isn’t showing up on any of the other pages even though if you hover over the spot where it should be you can still pick up the link? I have checked the widget and all my pages are supposed to have the same menu’s everywhere so not sure why the fb & twitter still work but not the meetup logo? Is it perhaps where I am saving the file?
This is the CSS I added.
.td-s-s-32-meetup {
background-image: url(‘wp-content/themes/Newspaper/images/meetup-logo-32-grey.png’) ;
}
Thanks
Hi,
How can I add <h1> to the Site title (or logo?) on front page and only there? Thank you!
How can i make the logo in the same line as style 8 menu,the changes i try too do in the theme panel don’t take effect..is there a CSS code i can use to bring the logo in style 8 down to be in the same line as the menu…
Thanks it worked 🙂
solved!