- 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
Hi
I’ve checked your site and you don’t have any logo in footer, also feature images are displayed fine now: http://screencast.com/t/CgyAuVZa6sxe However I’ve found a js error in browser’s console which seem to be related with theme’s js: http://screencast.com/t/AYROgA1xDsx If you still have the issue with featured images try to deactivate all plugins, clear the caches then test the site again.
Thanks!
Great! Thanks!
What about big logo on the bottom? Can I hide it too?
I also have to found on this forum thread about featured images. They are not shown in many cases on homepage.
Hi
On classic blog demo we use header style 11 which don’t have a limit for logo. Try to create a custom image by a size which you ting will fits best on your site then upload it in wordpress and use it as logo, the theme won’t affect it’s size in any way.
Are you referring at homepage post block from Visual Composer: http://screencast.com/t/uzTrha8kyvcc If so then you can change its fonts from theme panel > theme fonts: http://screencast.com/t/ZG0Riynnc
Hope this helps.
Thanks!
I want to increase the default logo size in style3. How can i do that?
Hello,
I am trying to make the header at top (my logo) larger – it imports at a very small size and I would like it to look like the classic blog demo featured on your website.
Also I can’t find where to change the font for the blog post header on my home page.
Thanks,
Holly
.td-footer-description, .footer-email-wrap, .td-footer-logo{
display:none;
The code above works for hiding footer descripion and footer logo.
I have created the mobile-sidebar.php. I also created the popular post block with visual composer but I am unable to call for the block in the mobile-sidebar.php.
Block shortcode is – [td_block_21 custom_title=”Popular Posts” sort=”popular” td_ajax_preloading=”preload” ajax_pagination=”load_more”]
Hello hadharm,
If you want to frame the entire thumbnail with all meta information, you will have to replace the .td-module-thumb with the modules which are used by your displayed block. For example, if you are using the Block 1, you will have to use .td_module_4 and .td_module_6 as classes because these are used in that Block. The example of the code for this Block is here ->
.td_module_4, .td_module_6{
border: 2px solid black;
border-radius: 5px;
padding:2px;
}
For more information about Blocks/Modules, please check this section of Theme panel, like this -> http://screencast.com/t/K4ctencdgg
3) Try the code below ->
@media(max-width:767px){
.footer-logo-wrap, .footer-text-wrap{
display:none;
}
}
4)To bring the most popular posts you can use a Block sorted by Popular, like this -> http://screencast.com/t/QAU0S6ClysR and for bringing the Latest commented posts, you will have to use some plugins which have this functionality or if you are an experimented person with coding, you can implement yourself this task. We cannot help you in this regard because we cannot provide custom work at the moment, sorry!
5)The mobile plugin does not support the Visual Composer shortcode and therefore, you cannot use the Trending Now Block in Mobile Theme, sorry! If you want to make it to work, please do it yourself because this task requires custom work.
6)If you want to change the functionality of Related Articles you will have to alter the code from the core file, where this feature is created, like -> http://screencast.com/t/cvoGdGF5 and here -> http://screencast.com/t/xF0VeNmQW
7)If you want that you code working only for post pages, you will have to add the .single class after your code to be more precise in this regard. You can use the shortcode method to add this button, using the Visual Composer, like Text Block element. In that Block, you can add your button, and then injects the shortcode generated in VC for that element in the content, before your text, like this -> http://screencast.com/t/wHSERMLja -> http://screencast.com/t/lJS3epysxiMS
Thanks for your understanding!
Hello everyone,
I work to my website for a few days and VC did work well. After a 2 days break in which a didn’t logo into my site account i wanted to start working again. But I realized that I can modify anything in widget menu. After that I try to work on my first page with VC but I wasn’t able to do any change.
I follow the steps, I deactivated and uninstalled the plugin and after that i reinstalled it but the plugin still won’t work.
Please help!
Regards
You didnot talk wraapping sidebar widgets into border anymore. But if that seems not possible no problem.
The code below only works for thumbnails but I want the border to cover thumbnails, article title, Author name. I don’t want it to work for any other widget or blocks. Only for home page and archive post list.
.td-module-thumb{
border: 2px solid black;
border-radius: 5px;
}
The above code shows this ===> http://prntscr.com/ckeahl
But I want it like this ===> http://prntscr.com/ckeb6h
3. I want the the follow us section of mobile footer to only show. I don’t want the logo and the about us to show anymore.
4. I want to create a file as mobile-sidebar.php and call it before footer. But is there a way I can insert latest comments and popular posts to the php file?
5. I am not using the page builder as homepage but I will like the trending now to show at the top on mobile and web versions.
6. Lastly, I want to change related articles text to what others are reading.
Hi,
using..
Newspaper 7.3
Using a child theme
WordPress 4.6.1
We did the theme update and now the top navigation menu is missing its white background, AND the logo is being overlapped by the top menu on the site.
We have header style 2 activated, as it was before the theme update.
If you scroll things do change and look correct, but on page load its not right.
Here is a link to the site: http://j.mp/2d5AIMG
Let me know if you have any questions and what might be the fix.
Hi
From what I can see the logo url is not correct, that image is missing from the server. Try to upload the logo image again in media library the try to set it again as logo, clear all caches then test the site again.
Let us know how it goes,
Thanks!
and look my site http://www.beybuzz.com in footer how to dissappear my logo about us and contact us
Hello! The sticky header logo is a broken image. I’ve followed the px guidelines on my uploads. When I see where the image is being pulled from it says the link is “https://www.libertarianinstitute.org/wp-content/uploads/2016/09/140×48.jpg” So it’s generating this image from somewhere. How do I fix this issue? See attached screenshot.

Hello,
The retina logo used for style 10 does not work properly on my side.
It seems that the page loads the normal version logo first then load the retina logo at 2x size (the logo just look twice bigger and not in retina format)
I’m on 7.4 (this issue was found in 7.3 too). I’ve tried to disable all plugins. I’ve also tried to use the exact size for style 10 to no avail.
Thank you in advance for your help.
Hi
In indicated scren you pointed a header ad and a logo. Those can be added from theme panel: http://screencast.com/t/JFjox2tU – http://screencast.com/t/U9z4S1pkt Fore more details about how tho use the theme please check our documentation: https://forum.tagdiv.com/wordpress-information/
Thanks!
Hi American,
I have inspected your website and your affix logo is not blurry. This is just the normal size for your logo in that section. When you set your logo, please try to insert and the Retina Logo source, like this -> http://screencast.com/t/nK4swxeGbFb For more information about our Logo section, please chek here -> https://forum.tagdiv.com/logo-favicon/
Hope this helps!
Thanks for your understanding!
Hi
The theme is tested and logo should be displayed fine if is set from theme panel. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again. If the problem persist please provide a link where we can inspect it closer.
Thanks!
My website URL is http://americanbettingsite.com
I find that my logo gets really blurry when users scroll down. I wouldn’t mind having it so that the header does not minimize but in fact stays the same size as you scroll down.
Thanks again for the help.
Lucas
I am currently setting up the theme and I have followed everything in the instructions to load the logo but it won’t show. I can’t get the menu to show either. I have taken a screen grab to show what is happening.
Any assistance would be appreciated.
Regards,
Ken
Screen grab: Screen grab
Hi again.
Why I asked for modification in Newspaper Theme 7.4 in this Thread?
To prevent unwanted Spam Users to Register. The inbuilt Login / Register function has no option for including Captchas or other Plugins to check if this is a real User. So for me it is to unsecure to use this function.
After a long ride a found a Solution which fullfills my needs when I modified the Code in following folder:
/Newspaper/parts/header/top-menu.php
Answer:
//show login widget (must be disabled in Theme : disabled Show SignIn/Join in NewspaperTheme in Header – TOP Bar
So I was able to prevent all the Modals which are used for Login/ Register / Login in Comments to open
//To show Logged-Out Users a Login/Register Link to my own Login/Register Page in Top-Bar
//To show logged-In Users their Avatar and a Logout Out Link in Top Bar
//To prevent unwanted Spam Users to register without verifying
cause Newspaper Modal has no option for including Captchas or other Security Plugins without heavy modifications
The modified Code can be viewed here:
It activates the Login / Register Link in Top Bar Menu
Please note: In Mobil view the “Login/Register” or if a User is loggedIn the “Avatar/UserName/Logout” isn´t shown but it will do in Desktop View. And for my Users I have a seperate Login / Register / Account Page. So this isn´t really a problem.
Maybe in a Future Newspaper Update we get the possibility in Theme Setting to have a own setting for include a Url for: Login / SignIN – so that we don´t need to activate the Modal Login/Register if we have our own plugin which handles the Registration / Login of our users. But have the Login/Register | User Account/Logout Links displayed in Top-Bar Menu. In Desktop View and in Mobil View.
Hello,
The background color of the mobile menu can be changed from here: http://screencast.com/t/ScSJiimKnyif or if you use the mobile theme plugin: http://screencast.com/t/xb35xNWWA8u6
The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. IUf you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}
Thank you!
Hi,
I’ve searched and cannot find a simple answer to what we would like to do.
We want to place a png/jpg in the header next to the logo as an ad—720×90.
However, all I can see is AdSense documentation.
We don’t use AdSense and don’t want to.
But we do want to put graphic ads in the header.
How can we do this?
Thanks
Hello,
1) If you are referring to the category tag, then it can be activated for each module in particular from here: http://screencast.com/t/YySRaNha
2) You can try to alter it with css but our theme does not have this option. I can help with the css to some extent (if possible) if you provide a link to your site and specify how you want the logo to be.
Thank you!
Hi,
Right before closing footer for all posts is inserted metadata but if you pass the w3c validator throws the error: “Element meta is missing required attribute content”
Seems that the content attribute is required if the meta element has an itemprop attribute
From Stackoverflow:
From WHATWG HTML and also HTML 5.1 (W3C Working Draft): “If […] itemprop is specified, then the content attribute must also be specified.”
From the old Microdata (W3C Note): “If a meta element has an itemprop attribute, […] the content attribute must be present.”
<span style="display: none;" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="xxx"></span><meta itemprop="datePublished" content="xxx"><meta itemprop="dateModified" content="xxx"><strong><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="xxx"/></strong><span style="display: none;" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span style="display: none;" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="xxx"></span><meta itemprop="name" content="xxx"></span><meta itemprop="headline " content="xxx"><span style="display: none;" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="xxx"><meta itemprop="width" content="696"><meta itemprop="height" content="604"></span>
Any advice to solve it?
Thank you for the reply. Two more related questions:
1. How can I make it so that the category shows up on that block posts like in the demo?
2. Is there a way I can adjust how big/small the logo gets when users scroll down?
Thanks.
