- 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
Totally ignorant here about how to insert structured data as JSON-LD markup. I really need to figure out how to insert it for recipes. But in the meantime I just created this markup for a product on my website using Google’s Structured Data Markup Helper. What do I do with it? Do I insert it into the header code area of the product’s landing page?
And more importantly, if I insert it on the landing page for this product is, will it screw up the Newspaper theme? I don’t want to slow anything down. But I think my recipes, especially, are going to suffer in mobile searches without it. Thanks in advance to anyone who can help shed light on this!
<!– JSON-LD markup generated by Google Structured Data Markup Helper. –>
<script type=”application/ld+json”>
{
“@context” : “http://schema.org”,
“@type” : “Product”,
“name” : “THE INTERIOR DESIGNER’S PERFECT PITCH LETTER FOR PUBLISHING”,
“image” : “https://www.travisneighborward.com/wp-content/uploads/2017/07/Landing-Page-Perfect-Pitch-letter-500×687-WEB-OPT.jpg”,
“description” : “A FREE TEMPLATE that will make sure you don't leave any information out when you pitch projects to editors”,
“brand” : {
“@type” : “Brand”,
“name” : “Travis Neighbor Ward”,
“logo” : “https://www.travisneighborward.com/wp-content/uploads/2016/08/TNW-logo-version-12-400x199px-WEB.jpg”
},
“offers” : {
“@type” : “Offer”,
“price” : “FREE”
}
}
</script>
Hi! I’m trying to add a background to my mobile logo, exactly the same one I have on my header currently. Is it possible? I tried using this code:
.td-icon-mobile{
background-image: url(https://www.financeclimatenews.com/wp-content/uploads/2017/07/header-finance-climate-news-1.jpg);
margin-left: 0px;
but it only changed the background of the menu button, not the whole mobile header.
Thank you so much in advance
Hi,
Maybe this is a misunderstanding. The pages that need to be recreated are pages created with Visual composer. If you had any previous pages like that, these will have to be recreated.
If you installed a demo, you do not have to make any modification to the pages. Simply install the demo and customize it further or begin adding your own content if you installed it with content (logos, categories, menus etc)
Here is a tutorial about block settings that is very useful
– https://forum.tagdiv.com/block-settings-tutorial/
Please let us know if you have any further questions or need help at any point.
Thanks
Hi,
I see you have managed to change the background color for the menu on mobile, to white as you wanted. That can be done in the theme panel
– https://www.screencast.com/t/vuqdE4Gfs
More settings are available in the same section for the mobile menu colors.
There is no setting to make the logo display like you want, above the menu bar. The logo is part of the menu container along with the menu
– https://www.screencast.com/t/p0P3OfrujThat could only be done with custom code or modifications to the theme files.
Thanks
Hi,
Here you can see the required logo sizes for each header style
– https://forum.tagdiv.com/logo-favicon/
Notice that Header styles 9, 10 and 11 do not have a limit for the logo image. You can use any logo size that you wish and it will be displayed in full
– https://forum.tagdiv.com/header-styles/
For the top menu you can set a background color in the theme panel
– https://www.screencast.com/t/IlZumBwMa0
Please correct me if I misunderstood something and provide more details for more accurate answers.
Thanks
Dear Team,
Please find our website:
When it is in mobile mode, the logo will be incorporated into the mobile menu.
There are two questions.
Firstly, can I change the background colour of the mobile menu from black to while? Besides, change all stuffs on the menu from white to black?
Secondly, can I put the logo above the menu rather than in the menu?
Please kindly advise. Thank you very much.
Regards,
Nico
Hi, how can I change this background image and how to
increase the size of the logo?
Hi there,
Here is the link to my site:https://amourabroad.com it is in “under construction” mode, can you still see it?
The green Main Menu with the logo, blog, destinations etc sits above the large image on the home page (currently still as the stock image that is supplied with the “travel guide” theme). When you scroll down the page the sticky header works well and the green turns transparent, but I would like it to overlap the “stock” image right from the start. No white space between the top of the page and the image (where the main menu sits).
I hope I have explained enough here.
Thanks!
Hey,
I’m just setting up the Newspaper theme on a staging domain and I’ve run into a little problem. In the settings, I chose to hide the footer and just show the sub-footer, which is working on desktop/tablet. But on mobile the footer with the logo AND sub footer is showing.
How can I hide the footer on mobile too and just show the sub footer?
Thanks
Hello,
The image you are referring to is the site logo and header style 10
Please use this guide: https://forum.tagdiv.com/logo-favicon/
In order to change header styles: https://forum.tagdiv.com/header-styles/
Thank you!
Hi,
Full width header logos can be achieved with the theme. Please note that not all header styles have a limit for the header logo (header styles 9, 10 and 11 do not have a required logo image size)
– https://forum.tagdiv.com/logo-favicon/
For example in these demos, header style 10 is used
– https://demo.tagdiv.com/newspaper_cars/
– https://demo.tagdiv.com/newspaper_craft_ideas/
In pages there are Full big grids that can be used
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also rows containing page elements can be stretched to full width, when designing the page
– https://www.screencast.com/t/0Q7tu3xm73M
Category pages can only be customized in the theme panel at the moment
– https://forum.tagdiv.com/how-category-settings-work/
– https://forum.tagdiv.com/category-top-post-styles-2/
Thanks
Thanks for your response.
But I would like to keep my logo on .jpg. Do you have a solution?
Is it possible to add text on the header maybe on the top header menu ?
Hello again,
For CSS i see today that it’s no work also.
My code on wp-content/plugins/td-speed-booster/td-speed-booster.php for move the style on footer it’s like that but still the same message on page speed test: Your page has 12 blocking script resources and 13 blocking CSS resources. This causes a delay in rendering your page.
I realy don’t understend what it’s wrong!
function css_mover() {
//if ($this->td_theme_name == ‘Newspaper’) { }
// wp 011 – Newspaper 6
$this->move_style_to_footer_queue(‘bbp-default-bbpress’); //bbpress old
$this->move_style_to_footer_queue(‘bbp-default’); // bbpress
$this->move_style_to_footer_queue(‘contact-form-7’);
$this->move_style_to_footer_queue(‘simple-payments-css’);
$this->move_style_to_footer_queue(‘rw-site-rating-css’);
$this->move_style_to_footer_queue(‘usp_style-css’);
$this->move_style_to_footer_queue(‘td_live_css_frontend-css’);
$this->move_style_to_footer_queue(‘google-fonts-style-css’);
$this->move_style_to_footer_queue(‘rw_toprated-css’);
$this->move_style_to_footer_queue(‘rw_recommendations-css’);
$this->move_style_to_footer_queue(‘td-theme-css’);
$this->move_style_to_footer_queue(‘td-theme-demo-style-css’);
$this->move_style_to_footer_queue(‘social-logos-css’);
$this->move_style_to_footer_queue(‘open-sans-css’);
$this->move_style_to_footer_queue(‘jetpack_css-css’);
Hi Simeon,
I added the line to the wp-config.php, I have deactivated all plugins and it still does not work. I can not change the image size. Even if I upload a 150×90 image it got stretched over the full width.
http://bit.ly/2fQTNIt
http://bit.ly/2wnt7VN
http://bit.ly/2wgMGzJ
Then I tried to work with unfiltered HTML code to put 4 images (100 px width) in one row. It does not work with the 1/4 + 1/4 + 1/4 + 1/4 option. All images are displayed among each other. It works, if I switch to 1/3 + 1/3 + 1/3 option – but I have to display four logos 🙂
http://bit.ly/2vP7lYB
http://bit.ly/2vP9rYv
http://bit.ly/2wgOqt2
Can you advise me what to do please?
Thank you very much in advance.
Hi,
I strongly believe that it is the encoding, but I don’t know what would be the solution. For me it does not happen, the exact characters are displayed properly. I have opened the php file with notepad++ and changed the character encoding, and somewhat managed to replicate the problem. Try opening the file with the same editor and check if the file is encoded like this
– https://www.screencast.com/t/AVXS4ABFfTr
There are multiple references to this online, but nothing more specific to the exact solution.
The menu when sticky can use two options for the logo
– https://www.screencast.com/t/wNYHxMnt2R
Either the same normal logo or the mobile logo. If the mobile logo is used you will have to make the modification in these files as well
– https://www.screencast.com/t/sbHudSnunNr
– https://www.screencast.com/t/3TZ6xkHaV8vI
Thanks
Hi guys,
all magazine urls, and the shop urls, additionally, are in Cyrillic. I don’t want to change this. I never had any issues with this, so far.
Simion, thanks for your research and advice. I only can understand how to do the SQL command, which is suggested in your second link. However, I get an error before executing the command:
https://www.dropbox.com/s/obzy3nz3cqrorao/demo-1.jpg?dl=0
I made a print screen on the tables in the database where their encoding is visible. Maybe it could help:
https://www.dropbox.com/s/kiem8m5n1m987e1/tables.jpg?dl=0
Simion, one more thing – the suggested above editions change the url of the logo (even not properly), but when I scroll down, the url of the logo in the sticky menu changes back to the default url of the home page of the magazine. I guess there are some more edits needed in order to fix this.
Here are once again both files that were edited:
https://www.dropbox.com/sh/6ok6oj1sh5s7vur/AAAS4ZSdT9TOW-EvEqD65Bysa?dl=0
As always – thanks for your constant support!
Hello GregWasThere,
Would you like to use the Logo with Text? You can try using the Header Style 10, remove the logo image and insert your desired text in this field, like this -> https://www.screencast.com/t/5nrSxRHLtgRz and the result you should see here -> https://www.screencast.com/t/cggrlBmck
Thanks for your understanding!
All of a sudden the logo has disappeared from my homepage http://www.christianmichalak.de in Windows 10, Internet Explorer. Why?
Hello,
I’m not sure how you want the header reduced, but you can give it a shot by reducing the main menu line height: https://www.screencast.com/t/U6tq2FpKQVQ6On these 2 header styles the logo is also contained ion the menu so the logo will also be shrunk unfortunately.
Thanks.
Hello MitchyBoy,
You should add your image as a LOGO.
Thanks.
Hi, may I have a couple of informations, please?
How I can change the written “trending now” in news ticker?
I don’t know too how to change the footer: I’ve three sections and If I want to change one section? For example: “even more news” and “popular category”. My I also change the name of the section? I went in theme panel, template settings…, footer, footer info content, but it’s impossible. You can only change the logo.
My site is (www.viviisraele.it)
Thank you for an answer
I did it, added the closing tag and a double quote to all 4 places (in both files in my child theme; the files have rights 644), tested in Chrome and Firefox incognito mode – no change…
I realized that I had the files in folder newspaper-child/parts/ and moved them to the folder newspaper-child/parts/header/
What changed – the logo on all shop pages finally got a new url assigned, but it leads to 404 page.
The url looks like this http://www.domain.com//�������/
Hi Bogdan and Simion,
I followed the steps exactly as described by Simion, but for some reason now nothing changes.
Here are both files:
https://www.dropbox.com/sh/6ok6oj1sh5s7vur/AAAS4ZSdT9TOW-EvEqD65Bysa?dl=0
Unfortunately the url of the logo doesn’t change.
I tried to use them in the child and in the main theme – no result.
I would appreciate you if you take a minute and have a look, maybe I have a typo somewhere…
I really enormously appreciate your constant support with solving all our issues so far, thank you!
Hello MitchyBoy,
The simplest way for adding an image to your header is to use the Header Style 9 or 10 which display the logo in full-width dimension and as a logo, you should load an image.
Hope this helps!
Thanks for the message!