- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
Hi (sorry for my english, i’m french),
I need to put a link for an advertasing background. I installed a plugin named Background Manager and i succeded in making left and right sides clickable with this code :
#outer-wrap {
max-width: 1170px;
margin: 0 auto;
}
Now i need to do the same with the part between the top menu and the logo. Here my website : http://www.lartvues.com
Can you help me ?
Thanks a lot,
Romain.
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/4KbqrURgcvK
.td-full-logo .container-fluid, .td-full-logo .td-grid-wrap{
padding-left:0;
padding-right:0
}
If this is not working please provide a link so I can inspect.
Hope this helps!
Newbie question:
My logo is 1170 width but when uploaded is apparetnly shortened to 1074. Now it looks strange because the topmenu and menu are both 1170. What can I do to have the topmenu, the header (full width logo) and the menu the exact same width?
@gary73
couple of my projects:
http://ga-ga.com
http://floridanewswire.com
FLANW not fully completed, nor fully optimized (e.g., logos are from old theme, so not right size/shape). Need to sort out the feature image blocks on left side home page, as I was still playing with that.
I think ga-ga is running 1.3 and FLANW 1.4, and was waiting on NEW update – which pushed today (yay!).
Thanks Alin,
I was looking to actually have each category feel like they are separate sites. So the Logo should also change at the top of the page. Is this possible? The Demo makes it seem like it is all on one wordpress install, but is that the case or are they all separate installs on the Demo?
Thanks for your help!
Hi,
You can select header style that you want from Theme Panel > Header: http://screencast.com/t/7EbtHHZpV
You can use a header with full logo, if this is what you mean. You can upload your logo from here: http://screencast.com/t/v81AEgFq1orr
Also our documentation is useful: https://forum.tagdiv.com/newsmag-documentation/
Please provide more details is this is not what you mean, a screenshot will helps also your site URL!
Thanks!
Hi,
You can use custom css for this: http://screencast.com/t/Eak92erw
.td-style-8-logo-wrapper .td-logo img {
max-height: 48px !important;
}
.td-header-style-8 .menu-item{
max-height: 48px !important;
}
.td-header-style-8 .menu-item a{
max-height: 48px !important;
}
.td-header-style-8 #td-top-search{
max-height: 48px !important;
top: 0px;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a .menu_icon{
top: 10px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a {
height: 51px!important;
line-height: 50px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a .sf-sub-indicator{
top: 26px!important;
}
.td-header-style-8 {
position: relative;
height: 51px !important;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul{
top: 55px;
}
.td-style-8-menu-wrapper .header-search-wrap .dropdown-menu{
top: 46px !important;
}
Please adjust it like you wish.
Thanks!
Hi,
Unfortunately header style 3 and 6 use the same logo also on mobile view. It was initially created like this but we have this on our list and we will think to another implementation. Sorry for inconvenience!
Thanks!
Hello everyone! I’m setting up my wordpress site, and everything was just peachy until thursday. I didn’t knowingly install any new plugins nor did I update anything, but for some reason, if I try to upload any images, I get the following error:
“Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(‘ in /home/fazen862/public_html/wp-content/plugins/gif-image-resize/Bbpp_Animated_Gif.php on line 2”
Everything else on the site seems to be working perfectly, and the images I have uploaded before are just peachy. I originally noticed this while trying to upload my logo in newspaper. I already combed through the official wordpress foruns looking to similar situations, and I’ve already went through some solutions, but none of them solved the problem: I’ve double checked that I didnt install any new plugins since I last uploaded images and I’ve double checked the ftp file permissions. I don’t even know if this error is in Newspaper or in WordPress, but I’ve seen people with similar error that just had to change one character in the mentioned line in their .php file and it fixed the error, but I couldn’t code my way out of a wet paperbag using sharp scissors… Can anyone help me?
This is the beginning of the code in the aforementioned file (I’m pretty sure Line 2 is included in there):
<?php
use gdenhancer\GDEnhancer;
class Bbpp_Animated_Gif extends WP_Image_Editor_GD {
public $image_animated_gif = null;
public function save( $filename = null, $mime_type = null ) {
$is_animated_gif = GifFrameExtractor::isAnimatedGif($this->file);
if (!$is_animated_gif) {
return parent::save($filename, $mime_type);
}
$saved = $this->_save_animated_gif( $this->image_animated_gif, $filename, $mime_type );
if ( ! is_wp_error( $saved ) ) {
$this->file = $saved[‘path’];
$this->mime_type = $saved[‘mime-type’];
}
return $saved;
}
I have just started working on my blog. My knowledge of code is limited, but I am struggling through some customizations.
The header appears to automatically resize itself in the program. It is much too small. In order to try and overwrite this I posted a new image to server and renamed it with old resized file’s name. I have refreshed all browsers several times while customizing the code. Firefox randomly grabbed the old resized file and renamed it, replacing the larger logo. I don’t understand what caused it to update or how to prevent it from updating.
Can anyone help with this? Also how can I control the padding under the header (or over the menu bar)?
Any advise would be greatly greatly appreciated!
Hi again!
I was trying to do a little customization with the logo. I tried adding the full-width logo+menu and combine it with a separate logo for the mobile. Strangely, the mobile logo never appeared, so the full width desktop logo just shortens and appears in the mobile view. I found a solution of my own. instead of using a full width logo, I am now using the default logo+ad+menu and I have added a background image to the css element(.td-boxed-layout .td-logo-rec-wrap).
I was wondering if you could see to this yourself too? maybe make it possible for me to add a separate logo for the mobile? There probably might be something wrong with the mobile-logo.php, but I am really an html guy, not much big on php, you know. So, could you pleaze see?
It looks like this and on our other side, as I take the view Style 3 – (full width logo ) + menu, then the path overlaps on advertising when I push it in css does it on the home page where everything is ok .
Link
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/WT4fMfmQI
.header-logo-wrap{
float: right;
margin-left: 0px!important;
}
.header-logo-wrap img {
margin-left: 0px;
}
.td-a-rec-id-header {
left: 0 !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
Anyway if you want to use it like this please can try this custom css in for logo:
.header-logo-wrap img{
display: table;
margin-right: auto !important;
margin-left: auto !important;
}
2. Also for borders:
.blog-stack .td-menu-background{
border-bottom:none;
border-top: none;
}
3. That option were removed because we change grid and it won’t be available.
That is page padding, you can try to remove that with css:
.td-page-wrap .td-grid-wrap{
padding: 0px;
}
.td-page-wrap .td-grid-wrap .container-fluid{
padding: 0px;
}
Try to inspect with Chrome and see where you have padding.
4. You can use TagDiv gallery on full width post(without sidebar):
Post settings: http://screencast.com/t/eYQ0RfJ87
Result: http://screencast.com/t/802x12Md
Thanks!
Hello I install template and every thing is fine but logo still in left side not moved to right side y?
Hi, i have 4 questions.

1. How Can aj align logo to center? I use Blog style, but logo is not in mid
2. When I use blog style, menu is on middle, but there is two white rows. How can I delete it?
3. I need to reduce white space on left and right site. In previous versions, are responsive settings on theme panel. I like to use Full responsive 980px. How to do it?

4. How to expand tagdiv gallery from 2/3 page size to 3/3 page size?
Thank you wery much. I bought 5 licences to my client 🙂 And I am wery happy user.
P.S. Sorry for my english, I learn only myself.
http://www.screencast.com/t/VUQbvxKQw
how can i fix this problem?
Hi,
Please use this custom css to change background for logo: http://screencast.com/t/AUOp3Cq4
.td-boxed-layout .td-logo-rec-wrap {
background-color: transparent !important;
}
You can change the color how you wish!
Thanks!
Hi,
Thanks so much for the help, now I have a white line inbetween the menu. Also, how can I change the white color at the top where the text logo is?
Thank You Again…
Hi,
Depending on the header style you use: http://screencast.com/t/SlG4OgzD ..you can change the logo url from here: http://screencast.com/t/tkNq4bFA ..or you can use a plugin to redirect it.
Here are some tips that might also help you.
Thanks
Hi,
Please provide your site url, so I can inspect this and provide an accurate solution.
The height for logo is set to auto, it can vary depending on the image’s width.
Thanks!
Hi,
1. Try to change again span from menu-top.php but now like this and see how it goes: http://screencast.com/t/LWb0WDwz
This change will increase the width: http://screencast.com/t/kWHHVFiAFg
2. Please use this css code for logo in mobile view: http://screencast.com/t/Q01I58cibx7H
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: absolute;
right: 0px;
top: auto;
}
}
Thanks!
Hi.
When I click on the menu logo on mobile all the header menu disappears and I can’t select anything like this image:

Do you know what could be the cause?
Hi,
When the logo from the header is clicked the link leads to the default language HOME, instead of keeping the secondary language active. Could you help me solve this problem?
The plugin is the qTranslate plus 2.7.2
Thank you
Thanks very much!
Referring to point 1 – the gap I am referring to is, I want the logo height to be bigger – it seems to shrink when I choose the one with advert (style 3) how do I increase the height of the header logo.