- NewspaperHomepage – How to build and set it
- NewspaperHow to edit modules for Flex Block X
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
- NewspaperHow to Use tagDiv Cloud Library
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperThe Mobile Theme
- NewspaperPage templates
- NewspaperTheme Colors Introduction
- NewspaperFooter Builder
- NewspaperMain Menu
- NewspaperPre-built Websites: Introduction
I am still having some issues with the top header menu. If a WP user is logged in the login name wraps below and there is overlap. I currently do not need the WP login, but may want it in the future. I want to keep the 3 menu options right justified. I would I either disable the Login Icon or fix it so it does not wrap to multiple lines.
Make sure your posts have a featured image set per post. I just set this up on my site 10 minutes ago, actually.
Hello team,
Hope this is possible with Newspaper.
How can I show one fresh post per category. Also if possible, randomize so the site becomes more sticky.
Right now, I have created 10 individuals block 6’s – each assigned to a specific category showing a single post. I’m sure it can be done better!
Please see this example:
http://www.wired.com/
GTmetrix report homepage: http://gtmetrix.com/reports/www.vetvrij.com/Dbmvvg6R
GTmetrix resport post page: http://gtmetrix.com/reports/www.vetvrij.com/Qi2SEDvr
Thank you in advance!
Hi,
I’m trying to use the page template “Homepage – bg with article list” but when I see the page, the Big Slide with the color background doesn’t show any latest post. You can see the attachment.
I set the maximum post to 4.
Am I doing something wrong?
Hi,
first of all congratulations for your work! 🙂
I have a problem.
I created a page with full layout and in visual composer I used template “homepage”.
When I go to insert the widget SOCIAL ICONS, it is not displayed. The SOCIAL COUNTER instead it shows. What can be the problem?
I’m attaching here the image:
http://www.saluteorale.it/problem/lamiasaluteorale.jpg
Also the button that brings me back at the beginning of the page does not appear.
here your original image:
http://www.saluteorale.it/problem/newspaper.jpg
can you tell me a solution?
thank you very much for your attention!
Caro
Hi guys,
I’m trying to use Module 7 on some category pages and on part of my homepage, but when for some reason the featured images don’t appear – all I get are the headline and tags. See it here: http://brazilophiles.com/blog/people/
Thanks in advance!
Hi,
Glad you have done it, I didn’t know you want to add the title tags directly on the template.
Thanks for the message
Thank you. It works 🙂
@Lucian
There wasn’t h1 tag on blog page at all, but thanks to Emil, I have added h1 and h2 tags to my homepage by editing the index.php file. I would like to build homepage with visual composer, and tried a few times. However, I could not build a beautiful homepage. That’s why I use blog template.
Hi,
You can hide them via css, if you want to hide the whole meta info you can use this custom css into the custom css field in theme panel:
.archive .meta-info, .home .item-details .meta-info {
display: none;
}
or you can target the category/author/date/views & comments count individual like this and hide them:
.archive .meta-info .td-category, .archive .meta-info .td-block-author, .archive .meta-info .entry-date, .archive .meta-info .entry-comments-views,
.home .item-details .meta-info .td-category, .home .item-details .meta-info .td-block-author, .home .item-details .meta-info .entry-date, .home .item-details .meta-info .entry-comments-views {
display: none;
}
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@ingilizcecin
The blog page already has h1 tags for post title: http://screencast.com/t/ycP4eSKMoO
If you want to change this I suggest you follow Christopher solution, it’s best to build your page other than change the code.
Thanks
Hi,
Glad you figured it out. Please let me know if you have any other theme related issues.
Thanks for the message!
Hi,
If i’m using a featured video in a post, then in the Home Slider the youtube video is not resizing itself.
check the homepage out.
Tell me what i am doing wrong.
Hi!
I see, it kinda works, but now I have 2 big slide’s on my homepage. I’d like to have only one, below the picture itself. Any way to remove big slide from the top?
Hi,
1. You can use the “Homepage – bg – no article list” page template for your Homepage http://screencast.com/t/VTFrs9KuFE
2. You can change the height by adding this custom css into the custom css field in theme panel: http://screencast.com/t/ZfVVn090
.td-big-slide-background, body.single_template_4 #td-full-screen-header-image, .backstretch {
height: 1000px !important;
}
Change the image height as you like.
Hope this helps!
Thanks
Hi, I like to hide Category and autor from post in homepage and archives and maybe also Date. Please how to do it?

Hm. Not sure; I’d likely use the page builder to make a “page” then set that as your home page, as that also allows you to create custom sidebar for homepage, but keep “blog timeline” layout, but also to add “sections” where you want like a custom box top of page above the new posts where you can put something custom with h1 tag; or even a section below latest posts where you put something with h2 tags. That would be simpler than hacking the home page template where you’d need to drop stuff in above and below the page loops, which are kind of complex due to the various theme options.
Thank you, Christopher. I use the blog as homepage. I want to put h1 title tag under the breadcrumb, I could not find the related file to edit. So, which file should I edit to add this code?
Hi, you may wish to use the search function in this forum as the topic has been covered many times.
Normally you don’t make story titles h1 or h2 as they normally change regularly on a newspaper, meaning, the h1 today for a story would not be there tomorrow, and so has no value for long-tail SEO.
So, typically if you have a phrase such as “All the best southwest tacos.” and you want that on your home page for SEO of southwest tacos, provided it’s also in your title and description tags, you would simply create a text box and put that text at top or wherever you want it on your home page layout.
h2 tags are for sub-heads, and not technically needed, but can be done the same way, for example you could remove the h4 tag for a news section like “book news” and create text area above it, and use h2 for Book News.
Hope that helped 🙂
Just found the solution –> Widgetised Sidebar 🙂
Hi!
Great theme! I searched this in every possible way, but since couldn’t find a solution, here are my questions:
1. I built the homepage as indicated in the documentation. I now wanted to add the “Facebook Like Box” to the Homepage Sidebar. However, this Widget does not apear in the homepage blocks. Is it possible to add the “Facebook like box” (or any other plug in widget) to the homepage sidebar?
2. Is it possible to use the default sidebar (which I am using on all other pages) on the Homepage? Or is it obligatory to create a sidebar specifically for the homepage through the page builder
Thank you very much!
Hello,
Why doesn’t the theme have h1 and h2 tags on homepage which is very important for seo?
Also some images do not have alt tags.
Please, consider this issue for the next update. Otherwise let us know how to correct this problem.
1) Is there any way I can set up my homepage (http://www.biznesinteres.ru) so that it looks like my post page (http://biznesinteres.ru/interesting/5marketingtruths/)? I mean a full width image with articles below, so that homepage and posts have similar style.
2) Is there any way to change height of those images (posts section and homepage if that’ll work)?
Hello,
For this page http://www.vitamail.no/polarkrill/ i see that you hide the page title via css with display: none, is not necessary, use the Homepage - blank template for that page to be without title.
Also to add an image you can try with this Single image widget from Visual composer http://screencast.com/t/eq5xj9ta4d
On the post that gap is because you have there the post title(white) witch is broken due some custom CSS, please remove the custom CSS, default everything should work.
If you can’t manage all the stuff you can give us access to your WP and we will take a look.
Thanks for the message!