- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
My logo disappeared from the header a few days ago. I’m not sure exactly what was done before it disappeared as i’m not the only one working on the site.
I’ve tried re-uploading the image in the Theme Panel but that hasn’t worked.
I’m using Header Style 1.
My client wants to add a section of scrolling sponsor logos directly above the footer (below all the page content/sidebar). Is this possible?
For example: the colored square located in the main content section of http://ptenmedia.com/wmp/schedule/ should appear directly above the dark gray footer at the bottom and span the whole width of the page.
Thank you!
Hi,
The links on my social media logos are in blue. How can I make them white again?
https://ibb.co/niDT97
Thanks
Hello,
If you make the switch to https, then you will have to remove all of the images you previously added to the background or logo in the theme panel as they were saved as http when originally added. You must replace them with a https link.
Thanks
Hello,
If you make the switch to https, then you will have to remove all of the images you previously added to the background or logo in the theme panel as they were saved as http when originally added. You must replace them with a https link.
Thanks
Hi,
I run a test on my client’s website and I got a notification that I should minify redirects:
Remove the following redirect chain if possible:
http://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png
https://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png
I fixed one of them and I get another notification:
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.
http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg
Yes, the notification is right since in the code view I found that:
.td-footer-wrapper::before {
background-image: url(‘https://marketpost.gr/wp-content/uploads/2018/04/marketpost-footer-bg.jpg’);
}
td-menu-background,
.td-search-background {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}
So, the theme uses HTTPS and HTTP for that same files in CSS.
Since I re-uploaded the footer background image, the HTTP verison is gone but CSS code is calling it.
How can I fix that?
Hello,
Indeed if you use a standard logo and not a text logo, there will be no tagline displayed. If you need a tagline under the logo, it can only be added by customizing the header php file.
Here is an example of how you can add a tagline:
Step 1. Place this code in header-style-10.php
<div class="customtagline">
<p>Tagline text</p>
</div>
https://www.screencast.com/t/g4XAhsV6TZS
Step 2. Place this code in the theme panel-> custom code-> custom css section:
.customtagline{
display:table;
margin-left:Auto;
margin-right:auto;
font-size:14px;
}
Thanks.
Hello,
I’m building a website where I need to have :
– The logo (.png)
– A text tag line below (using your Header style 10)
Sadly, text tagline only appear if a text logo is set only. It doesn’t show up if using an image logo ! Is there a way to enable it ?
Thank you
Hello good Morning
I debug it with the evelopers.facebook and it does not load the image. I have the seo and I have the outstanding image and that.
When I share a link from my website, be it an article on my blog or page, the image that appears in the preview is my logo and not the highlighted image that should appear, this means that when the link is shared on the wall of news the image does not appear if not the logo, and from the cell in the instant articles it appears in white as if it did not have an image:
You must analyze the source code of my web page
I have the facebook developer application
https://www.screencast.com/t/rf8TssFyX5q
Hello tariqrana,
I have checked your website but your logo seems to work as expected, as you can see here -> https://www.screencast.com/t/RdLPMDIhVl6
Thanks for your understanding!
Hello,
It seems that -suddenly- all theme settings have been reset. Once I have reestablished them, the following problem comes up: on the mobile version, the icons of the menu do not appear, even putting them in another color.
Something strange happens:
If I save first the mobile menu settings, the icons appears but no the mobile logo. But I if first save the logo settings, the logo appears but no the icons.
my logo size 300*65 but not show full size please check Screenshot and solve issue
Thanks
Hi!
I would like to change the Footer-widget font family, font size and weight.
I can’t find a working code to do this and I can’t change this in the Theme Panel-settings (I can only change the ‘Text under logo’ font). I would like to use the same font family, font size and weight in my footer widgets as in the ‘text under logo’.
Could you please tell me how to do this?
Thanks! Nick
hello! and congrats for this great theme.
My client needs his mobile menu on the right side of the screen (by defect its on the left) and the logo on the left.
Please help with this customization.
thanks a lot
alejandro

Add a form div below the logo and above the header menu (while using header style 10)
Thanks, i might be boring, but i really dunno how to explain it now. Let me try with picture.
So:
1. Multipurpose Wine theme with Style 1-Multipurpose selected
2. Topbar is turned off by default, and i don’t need it
3. Template by itself has option to turn Search and Social icons in the Main Menu
Picture:
https://i.imgur.com/Gm9PsVy.jpg
As it shows, Search is far right, and to the left is Social Icons placeholder (i have only FB)
Questions:
– How to place something in X part, left from Social Icons?
– How to do the same for mobile, again i guess in that same line i.e. Main Menu (in mobile it switch to that 3 classic horizontal lines for header menu, mobile logo and search on far right – so, i need it for example between logo and search… or is there some other visible solution)?
Mobile pic:
https://i.imgur.com/PqIut0t.jpg
Hi,
That can be done. You will have to access the string translation here
– https://www.screencast.com/t/3zq8hc1W1
Search for the td_011 referrence
– https://www.screencast.com/t/s4XAEmUt
Inside that search for the tds_logo_upload term and select it
– https://www.screencast.com/t/0YEf3pKvC
Then click on apply on the bottom of the page
– https://www.screencast.com/t/9WAqjMwmYrvd
That field will appear in the suggested screen, where you can set a different logo
– https://www.screencast.com/t/9vps6Mep2L
That logo will appear in translated pages/posts etc.
Thanks
Hi,
The theme contains basic markup for posts and for some other elements, bit not as you mention. If you should consider that those will be a necessity you will have to implement them either by a plugin maybe or by modifications in the code.
The header menu is here, and also the logo
– https://www.screencast.com/t/GFGdUfFS
The sidebar section would be here in the page templates (each of them)
– https://www.screencast.com/t/foAacCCA
Thanks
Dear,
please, why the Newsmag theme does not contain any important HTML5 tags and structural data such as for example:
<nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> main menu code </nav>
<header itemscope="itemscope" itemtype="https://schema.org/WPHeader"> code logo site </header>
<div class="td-pb-span4 td-main-sidebar" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> code sidebar </div>
Please, are these HTML5 tags and structural data important for SEO?
Do you advise me to include these elements in the theme? I am able to make these changes.
Thank you so much!
Gabriel
Ok, so I have found the solution in a different topic on WPML for Storefront theme, but the steps are quite similar: https://wpml.org/forums/topic/different-logos-for-different-languages-with-stoefront
Hello,
how can I translate Logo (logo image url) in Newspaper theme? I have followed the steps at WPML https://wpml.org/forums/topic/logo-translation-4/, but it seems to not work with the Newspaper theme.
As you state on ThemeForest.net the theme is WPML compatible, so can you help me to solve this?
Hi,
Anyone else has this issue? Meaning the AMP posts are missing the Menu on top, just showing a logo and the search icon
I’m getting this in console when previewing post with the /amp/ in the end:
The resource https://3p.ampproject.net/1522422854768/f.js was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it Please make sure it has an appropriate as value and it is preloaded intentionally.
The resource https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it Please make sure it has an appropriate as value and it is preloaded intentionally.
any ideas?
Hello,
Our theme provides 15 header styles to choose from. If you need the logo on the left and menu on the right then headers 9, 10 or 11 will not work.
You cannot have a big logo and menu on the same line.
Thank you.
Hi,
The same logo you set for the footer in the theme panel will be displayed on desktop and also mobile
– https://www.screencast.com/t/Wot2WKDRm
There is no specific setting for the mobile logo. Try clearing your cache and check again. If you could provide a link to your website we will take a look.
Thanks
Hello,
i want to have two header sections in newspaper theme, logo on the left and a menu or social icons on the right. I am using header style 10 because i want a big logo.
Can you help me?