- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Hi,
For the logo edit like here: http://screencast.com/t/cIom8IJx8pd
For the page titles change in those templates: http://screencast.com/t/90WrN6iRH from H1 to H2 http://screencast.com/t/0aPT2YTzt
Thanks for the message!
Hi
You need to add a set of conditions in header-style-7.php and load a different logo image for each category like here: http://screencast.com/t/RDofG5R4YL
<?php
if (is_category('cat1')){
echo '<img src="url image 1">';
}
elseif (is_category('cat2')){
echo '<img src="url image 2">';
}
else {
locate_template('parts/header/logo.php', true);
}
?>
This code should load a different logo image for the category pages but only when header style 7 it’s used. If you change the header style you need to apply the customizations in the file corresponding with the header style used.
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello, I need a little help.
I want to add H1 tag for a logo and want to add the site title in H2 tag.
http://i.hizliresim.com/zl58RR.png
http://i.hizliresim.com/yo5Ydn.png
I’m sorry for my english is not good.
Thanks..
Hello Team,
This is probably a very simple fix but I cannot find the right solution.
I would like to align my mobile logo to the left rather than in the centre.
Any CSS tricks I can pop in the Custom box?
Thanks.
Hi,
Thank you for this great design. I am just setting up my site for my local rotary club.
I would like to know how do I increase the size allotment for the logo. I have a large width logo and it is shrunk when viewed currently. Please advice.
Thank you.
Yogesh
Sorry forget my message or delete them i find 2 minuts after
<?php
if (!in_category(array(’47’,’48’,’49’))){
?>
<div class=”td-header-row td-header-header”>
<div class=”td-make-full”>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true, false); ?>
</div>
<div class=”td-header-sp-ads”>
<?php locate_template(‘parts/header/ads.php’, true); ?>
</div>
</div>
</div>
<?php
}
?>
Hi,
i have remove the logo in one category
<?php
if (!is_category(‘Toile de la Floride’)){
?>
<div class=”td-header-row td-header-header”>
<div class=”td-make-full”>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true, false); ?>
</div>
<div class=”td-header-sp-ads”>
<?php locate_template(‘parts/header/ads.php’, true); ?>
</div>
</div>
</div>
<?php
}
?>
Is workgin great. But i want the logo was remove in all post in this category, how cna i do that ?
thanks
Hello!
I use the Newsmag Header Style 7.
Now I want to change the header image (full header logo) with each category. How can I do this?
Thanks for your help
Dirk
Hi, I’d love to use a menu with my logo on the left above and then ads to the right above the menu.
I’m having issues with my logo being way too small for my taste and also not being aligned to the left (right above the menu item furthest to the left).
Also, how can I change the hover color for individual menu items?
Best
V
i know this theme not suppport rtl
but i need some ease help
i want only convert direction
– menu
– logo
– arrow ticker box
– big gride
– sort direction post in block
pleae give me css to solve this issue
this my site
Hello,
It is very hard to understand your request, as the translation is a bit broken. As i understand you want to have every category different including the logo by using sub-domains. In order to achieve this you will need to create as many sub-domains as categories and apply the theme to each one and set a different logo to each instance of your website. Then you can assign a custom link in the menu to point to the particular category on a sub-domain website. Unfortunately this is the only way to do it, because you cannot just use a category page from a sub-domain. you will have to use an entire website.
Unfortunately there is no alternative just to change the logo on category pages.
Thank you!
Regards,
I have a site that I fit into your mom and excellent looks. However site has multiple subdomains. Each subdomain has its own logo and a website has so far been the HTML Fotma and it’s easily solved. But how to resolve this issue. So in order to do that, for example. some categories is a subdomain and to have its logo. Or that each category has its own icon.
Thank you. I have not yet set up a website on the server, but also on the local server. When I finished a few days here will put a link to look at. I think you’ll like it. All the best.
Hello,
I’m trying to add gifs to one of my posts but it’s bigger than 16 mb so it can’t be uploaded. When I try to embed it, it appears with image site’s logo, and it looks so bad.
When I try to embed, it looks like this: http://i.imgur.com/l9fCZf0.png
I want gifs to look like this: http://www.buzzfeed.com/andyneuenschwander/dancing-paul-rudd
Is there any way that it’s just gif and no other thing?
Hello,
You can edit the files directly and replace the white image with your own. You will have to resize your logo to fit all sizes but you simply have to replace the image and get the same result:
http://screencast.com/t/V81WDLyQPYle – http://screencast.com/t/M79JT1Ma3bW
You can see thumbnail used for every block/module here: http://screencast.com/t/2n8ObkP7w0
Thank you!
Hi,
Here you can find the video image, but it has already a specific width so you can set the height attribute – http://screencast.com/t/fp9hkdYU
Also for logo here you can add your specific width and height attributes – http://screencast.com/t/HkqHt5Aeam1
I’m not sure what that file does, as it doesn’t come from the theme, but you can search an online solution to compress the file.
Thanks!
Hello Andy,
Please consult the topic below and put your Logo in the Main menu: https://forum.tagdiv.com/topic/logo-in-middel-of-menu-bar-travel-theme/ .
Hope this helps and let us know how it goes!
Thank you!
I have created a png image identical in size to the current placeholder in my image/nothumb directory and then changed get image() function to the correct path and image name. The problem is that the image does not appear, the placeholder image is now blank. My intended result is for the posts without featured images to display my logo as opposed to the current default image. I have the most current Newspaper version 6.6.
Here are the instructions I followed: https://forum.tagdiv.com/search/placeholder+image/?td-theme=newspaper_6
Hi Catalin,
I want to add my own logo instead of font awesome icons.Could you please help me with that
Thanks,
Anand
Hello Andy,
You can put the logo where you want, using Font Awesome plugin. After you have installed this plugin, please consult our documentation here: https://forum.tagdiv.com/how-to-add-icons-in-menu/
The result you should see here: http://screencast.com/t/YAysr2424O4g
I hope this helps and let us know how it goes!
Thank you!
Hi,
how I have to change in code to specify follow image dimensions with last 6.6 version?
themes/Newspaper/images/icons/ico-video-large.png (Dimensions: 40 x 40) (5 uses)
uploads/2015/06/logo1.png (Dimensions: 140 x 48)
uploads/2015/10/logo2.png (Dimensions: 150 x 29)
uploads/2015/11/logo3.png (Dimensions: 272 x 52)
Moreover PageSpeed always tells me to compress this file that dramatically decreases the score
https://static.xx.fbcdn.net/rsrc.php/v2/yw/r/J5Fiy3B5kJ5.js
is it an error of page speed or i can change something to solve?
Thanks
Hi,
I want to add a small logo in the left corner of the Main Menu.Can you please guide me on how to proceed with this.Please take a look at the screenshot to know more details about where I want to add the logo
http://www.screencast.com/t/g9pWuhbpm3I
Thanks,
Anand
Hi JFoulger,
Please try the code below and place it in Custom Css area: http://screencast.com/t/eWmnyaf1
.td-header-style-1 .td-header-sp-recs {
margin-top: 12px;
}
.td-header-style-1 .td-header-sp-logo {
margin-top:15px!important;
}
The result you should see here: http://screencast.com/t/pOREfvaUlGe
Hope this helps and let us know how it goes!
Thank you!
I replaced the image overwriting my image. But the theme still showing the file “sport-logo.png” and is impossible to change this file.
I fill the field choose the file “logo-web-f7jerez.png” as i show you in the capture, but the theme still showing the file “sport-logo.png” one more time.
Understand me? Sorry for my english.
-
This reply was modified 10 years by
Luis Miguel.
Hello,
You can ad a header ad to whatever size you whish if you chose any other style except the first 3 https://forum.tagdiv.com/header-styles/
The first 3 styles reduce the size of the logo so it will fit besides the logo.
The other styles support bigger ads such as this: http://screencast.com/t/xg3Fx9A12BK
Just make sure to use this method to display your ads: https://forum.tagdiv.com/using-other-ads/
Thank you!

