- NewspaperHow to Add a Logo in Newspaper
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
Hello.
Thank you for your response.
The only plugins running are:
Accelerated Mobile Pages
Cookie Notice
Inline Related Posts
Rating Form (Custom Plugin)
tagDiv Composer
tagDiv Multi-Purpose
tagDiv Social Counter
AMP MyTheme (Custom Plugin)
Yoast SEO Premium
Yoast SEO: News
We have removed over 15 plugins before installing your theme.
We have purge the whole cache 2-3 times since then.
Its weird that the slow query log reporting the logo fetch as slow query:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
Any idea where is this called from so to hardcode it?
Kind Regards
Indeed, this header style together with a sticky menu logo may not produce the best results. I will add this on our list and our team will take a look to see what can be done about it. Sorry for this inconvenience.
You could either remove the logo when sticky and keep using the header style, or try another one.
If you use nginx with php-fpm fastcgi running and have a high traffic website make sure to add
fastcgi_read_timeout 300;
to your nginx configuration despite of memory_execution_time.
That fixed the above error but now we see a lot of:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
and
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = '2017/10/logo-og.png';
in slow mysql queries and CPU usage against memory is very high(last night we had two 502 errors with cloudflare optimized).
Just letting you know everything was OK with another theme and 15 more plugins installed.
How to handle this?
Kind Regards
-
This reply was modified 8 years by
minamoto19.
-
This reply was modified 8 years by
minamoto19.
I would like to recommend a better way to handle Retina logos in the Newspaper theme. Right now I believe it’s using javascript, but you can use the native ‘srcset’ attribute to let the browser pick the Retina logo on 2x displays. The code below works on my child theme:
<img src="<?php echo $td_customLogo?>" srcset="<?php echo $td_customLogo?> 1x, <?php echo esc_attr($td_customLogoR) ?> 2x" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/>
Right now with the javascript method, it downloads the non-Retina logo and the Retina logo. With ‘srcset’ the browser will pick the correct version it needs. Srcset is supported on all major browsers too:
https://webkit.org/demos/srcset/
https://caniuse.com/#search=srcset
Hi have a grid of 4 images using the TD MP elements, all good – but when viewing on a mobile size canvas my nice rows 8 images in columns is changed into 8 images on top of each other – I just want them to get smaller.
I have a row split into 2 coloumns, and then an inner row in each column which is split into 4 columns to give me a total of 8 spaces across to put in sponsor logos along the bottom of my pages. When viewing on a mobile, I get all the 8 images, really big on top of each other – doesn’t make any sense. I can’t find a way to tailor the responsiveness so that on a mobile I’d see 2 rows of 4 images, i.e. the main row’s 2 columns on top of each other. Is this possible? grandprixscreenings.com is the domain.
Try this code in the theme panel custom CSS section, the result will be like this
– https://www.screencast.com/t/zeRB0jTIIfB
@media (min-width: 1019px) {
.td-header-style-10 .td-logo-sticky img {
max-width: 102px;
}}
Or try to extend the header menu to be wider, check the results with that
– https://www.screencast.com/t/P1KLvVHc0
hello there,
when i type the address of my website somewhere (for example in facebook message), instead of my website logo, my latest featured post image shows up.
is there any feature i can turn on so my LOGO shows up all the time?
Thanks
Made your modification for logo on sticky menu, but still some overlap – take a look:
https://www.nysubway.com/
Hi,
The logo seems to not be limited when in sticky mode. Tried to reproduce this using same header style and big logo, and it is limited in my case.
In your case the max-width limit is not applying for some reason, it should be like this
– https://www.screencast.com/t/Yit2JQDTqVko
Try setting a mobile logo and use it for the affix
– https://www.screencast.com/t/izoA7nnogSA
Thanks
The attached screen shot of nysubway.com home page shows how the logo overwrites the menu if you scroll down the page and then back up again. Seems to be a problem on every browser, desktop and mobile. Thanks in advance for the help
Regards,
nytix
https://www.screencast.com/users/nytix/folders/Default/media/6c77b521-46c6-4d72-8555-0eb0135c2366
The site is live, so you can see it for yourself at:
https://www.nysubway.com/
Hello,
This is the default implementation of our theme for this particular header style. The logo is always in the left side if the header container is stretched: https://www.screencast.com/t/QAfMdFptbub
You have a boxed layout so you can try disabling the header stretch option from the “force full width” setting. https://www.screencast.com/t/sVZqM1mHvw
P.s. the official support forum language is English. If you want to speak Romanian with us, please contact us via email at contact@tagdiv.com
Thank you!
Hello,
Please provide a link to your site so we can inspect the logo. As for the content width, you cannot change it except buy adding a sidebar to your site. The width on posts is not adjustable for the moment. We do plan on improving this in future updates though.
Thank you!
Salut.
La rezolutii mai mari, logoul ramane agatat in stanga dupa cum se vede in imaginea de mai jos.

Se poate face ceva?
Multumesc!
Hello. Anyone can have an answer for the following?: 1) I am using Header Style 8 but my logo looks small in mobile devices. How can I make the Header larger in mobile? 2) I am not using any sidebars in Single Posts and my content takes too much space, how can I adjust the content’s width in single posts so I can make it smaller? Thanks!
Also, now I put some widgets in the footer to see what it looks like and they do not display, I suspected this because I put in the “Footer Info Content” like the logo, copywriter txt, footer text and email like it has a structure in the Theme Panel and none of that displays either.
This is getting quite frustrating and you guys will be closing up for the weekend soon and I am quite eager to work on the site over the weekend.
I have an entire dedicated server, so I can pretty much manipulate any hosting setting you think maybe off, but I am pretty sure this is not the case as everything is unlimited and the other website I have on the server does not have this issue.
Hello,
Here is talking about admin bar from WordPress which can be disabled from the settings. Check here -> http://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
Try the code below ->
#wp-admin-bar-wp-logo{
display:none!important
}
Thanks for the message!
That code increases the size of the logo by 10px, like this
– https://www.screencast.com/t/DBEBHiI966V
I thought you want to increase it’s size, don’t use it if that is not the case. I also thought you wanted to center it horizontally, but it seems I misunderstood.
You could try a code like this one to make it appear centered vertically
– https://www.screencast.com/t/CmsTjS6Fm
.tdm-header-style-2 .td-header-top-menu-full {
z-index: 9998;
}
.tdm-header-style-2 .td-logo-in-menu {
top: -10px;
}
Hello caseystubbs,
I have inspected your website but I did not saw any problems with it. The logo is there and working well. I saw that you are using other blocks to your homepage than our demo preview and that’s why the layout is different. Please provide some use useful screenshots with the problem so I can identify them.
Thanks.
Increasing it’s height will require to increase the height of the whole header
– https://www.screencast.com/t/acijSzOC
.tdm-header-style-2 .td-main-menu-logo img {
max-height: 90px;
}
.tdm-header-style-2 .td-header-menu-wrap-full {
height: 90px!important;
}
Be sure to enter that code in the desktop section of the Advanced CSS section.
The header style seems to display as intended in your website when stretched and using multi-purpose style 2. The logo is positioned on the left, not centered. The container structure does not allow it to be centered.
Maybe with a margin left or position, but that will most likely cause problems on smaller devices.
I need to remove header and menu on a specific page. It will be the welcome page because the site is under construction. I just need visitors to see my logo + coming soon. How can i do this?
Greetings everyone,
I recently switched the template on my website (financeandmarkets.com) from the magazine template to the default template to of course include on settings and not the demo content.
After I made the switch however, my site does not resemble the demo and still resembles the old layout just with different colors and my logo missing.
This is the layout that I am going for:
https://demo.tagdiv.com/newsmag/homepage-clean/
And this is what I now have:
https://financeandmarkets.com/
I realize that I needed to look under the theme panel after making the switch, however, after looking under layout settings -> categories, all the proper options that reflect the demo seem to already be selected.
You may have noticed that my logo is now completely gone as well. I suspect that something is overriding the new template from taking effect, but I can not be positive.
Any insight would be much appreciated, thank you!
I see no problem with the ads on your website. Where exactly you want to show of that size?
Note that in the header the space reserved for the ad when using that header style is 728px. Other header styles do not have such limits, the ones that do not display the logo and ad in the same line
– https://forum.tagdiv.com/header-styles/
In pages an ad of that size could be placed on a page in a full row only. The theme width is 1068px so that ad will display in it’s full size
– https://www.screencast.com/t/QKVZb5pmluQZ
In the post content to display such a big ad you would have to use no sidebar, so there is enough space available.
That is also a somehow large ad size for Adsense however, the top performing ad sizes would be these
– https://support.google.com/adsense/answer/6002621?hl=en
Hi,
It seems that there is no logo at the moment
– https://www.screencast.com/t/jvf445cQVh
The logo may display in a different way from style to style, it is not intended to display the same. If you will upload the logo again, I will check if there is anything wrong with it.
Thanks
When i use header style 1 multi-purpose. the logo is not centered right : http://www.screencast.com/t/FVvAFUQsf0
I desire to have the logo scaled like in header style 8 : http://www.screencast.com/t/A4XwAOeH
Is there a way to have header style 1 multi-purpose with the right scaling of the logo