- 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
Hi Emil G, I was also looking for the same solution but the link you have provided does not seem to work ( takes me to themeforest homepage).
Can you please update the link or write the reply here.
Hello
i have problem.
any html or js code or even sidebar with code i add it to the home page its become like this
and nithing appers on homepage..
any advice please?
this is my site
http://www.autosport.me
Hi,
I have recently updated the jetPack plugin to the latest version 3.8.1 and the following issues have arisen on my site betotg(dot).com
The Advanced carousel banner just below the main menu used to have dynamic gifs but these are now static (no moving images).
The “Latest Sports News” which uses Block2 grid at the bottom of the page (before the footer) has changed to large images overlapping each other (see homepage).
To repeat the fault I restored a previous backup from VaultPress, and this worked, the banner’s GIF’s were working and the sports feed was correct. When I repeated the update I had the same issue, so i’m almost certain its an issue with the Jetpack plugin update.
I can change from Block2 to another (block19) and it works again, when I try to revert back to Block2 its a mess again. I know the short term answer is to stick with Block19 which I will do but it hasn’t resolved the issue and my top banner no longer runs.
Btw I have also posted this to Jetpack but given i’m using the Newspaper theme I was wondering if anyone else has had a similar issue.
Do you have any suggestions on how to resolve this?
Kind Regards,
Dave
Hello,
If you used our plugin and created the td_book CPT, you can set it from the block settings to display on your homepage: Simply use the ID you gave your CPT (our plugin uses ‘td_book’) and add it to the post type field in block settings: http://screencast.com/t/F9OwlGOrnKd (i set mine to show booksa and posts.) You can use the same method for the latest articles: http://screencast.com/t/Hn9kwjZdk
Result: my book is displayed both in my block and in my latest articles section along with the posts :http://screencast.com/t/VDE2zUGwpV4
I hope this helps.
Thank you!
Hi,
All our modules use the same function to generate their link so changing the code will apply to all modules not just the ones on your homepage. You can change the rel attribute from here: http://screencast.com/t/lnMd6cZUR9
Thank you!
actually I tried your cpt plugin with the books CPT, tried to add a new post with that CPT
but it doesn’t show on the homepage latest articles either…
Thanks for checking into this Chris.
Here’s the link to my homepage: http://tech-diggers.com
You will see the quotation marks at the top of the page and it comes up on every single post and page as well.
I tried disabling all the plugins and still it was there.
I haven’t edited any template, that’s why i’m not sure where it’s coming from.
Hi,
Thanks for your help.
In block content we need to specific filter catagory and Filter by tag slug but I want to make fliter by page. Can I do it ? I have a lot of page content that why I need to put them in one homepage.
Thanks
Hello,
The easiest way to achieve this is to make all links on your homepage not clickable (except for the menu)
You can use this custom css for it:
.home .td_block_wrap{
pointer-events:none;
}
Add the code in the theme panel->custom css box
Thanks.
-
This reply was modified 10 years by
Bogdan B..
Replied in the other topic: https://forum.tagdiv.com/topic/homepage-breaks-after-update-to-v6-from-v-4/
thanks.
Hi everybody,
Is it possible to choose featured articles on blocks from the homepage ?
How can I do to select articles I want to see on my homepage ?
Hello,
It could be a number of things that interfere with the homepage. Maybe you have other plugins that interfere with contact form and the page template used. You can try to disable all plugins except visual composer and contact form and see if the problem is still there.
Thanks.
Hello,
I cannot say for sure as i do not know how you have your homepage set up. Every block has pagination if you set it like so. The block pagination can be removed from block settings: http://screencast.com/t/zmf2yxRKagq
The other type of pagination you might have is the latest articles pagination. You will need to set your posts to display from certain categories or filter them by id so you control which posts display in this section: http://screencast.com/t/OjbsThdKrL
I assume you have it on default which is filtered by all categories and latest posts so pagination will go as far as it needs to display all the posts. You need to change your settings to remove the pagination. Set it to only display a page of posts and it will not have pagination.
I hope this helps.
thank you!
Hi!
I create post and put 2-3 categories for created post, then I put one category as a “primary category”. On my homepage I have different blocks and each block is reffered to exact category. I switched on “Unique articles” on my homepage. The problem is that posts marked with “primary category” doesn’t appear in exact category blocks. How can I solve that problem?
My site – novopol.ru
Hi guys,
I’m updating the theme on my sites from v4.6 to the latest v6.6 but my homepage post are not showing. The side bar, nav bar and footer update as expected but the main content section doesn’t show anything. All the plugins have been updated and the theme settings from my v4 theme have been properly imported. Any ideas on how to solve this? Thanks!
Hello,
I would like to know how to remove pagination from the homepage completely so as not to have the pages in numbers or the previous and next buttons.
Thanks
Hi,
I see what you mean, there is a different css for homepage – http://screencast.com/t/OImICyUg
Please add this custom css in Theme Panel > Custom Css to change it – http://screencast.com/t/xd9Fa4yYvig
.home .td-post-template-8 .td-post-header-holder {
vertical-align: bottom !important;
}
Thanks!
Hello,
Unfortunately it will not be that easy to get the articles from the offset. Your best bet is to add another block 4 to your homepage that contains the exact block settings as the big grid and then hide it in the desktop/tablet version using this css:
@media(min-width:767px){
.home .td_block_4{
display:none!important;
}
}
I hope this helps.
Thank you!
NB, we also have the white admin bar issue on the homepage too – is that connected?
So here’s the default template issue:
http://naturallyzimbabwean.com/2015/01/07/african-rice-makes-a-come-back-2/ (I’ll leave this live for a few days, but please let me know as soon as I can take it offline.)
You can see the homepage footer padding issue on the homepage live:
http://naturallyzimbabwean.com/
This 2nd issue only seems to affect the homepage, other articles/post and other pages seem unaffected.
Thanks,
Tim
Hello Syambarkah,
Unfortunately, there is no option for it in Theme panel, but you should try the code below to achieve what you want. Place the code in your Theme panel->Custom Css area alike this:
http://screencast.com/t/jRq4GQnNHb
If you want to have a full image in your header container, it is necessary to choose a correct size of image otherwise, you will have a free space in your header. The size of the container is 1021*130 px.
.td-header-header {
background-image: url("http://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg");
background-repeat: no-repeat;
}
Here, you should see the result: http://screencast.com/t/4C8rrxjj
Hope this helps and let us know how it goes!
Thank you!
Hello,
I have newspaper theme v6.5 running on my website.
URL : https://www.naukrinama.com
I have placed google Adsense code in the header section of my website.
The Ads are showing up on the Inner Page, Post Page but it is not showing on the Landing Page (Home Page) Header section. When I see the source code of the home page the Ad Code is there but it is not getting displayed.
Please see and let me know how can this be resolved.
Hi,
I’ve upgraded to v6 from v4 and I want to use the Full Post Featured on the homepage. However, the title is centered vertically: http://sagablott.staging.wpengine.com
I would want to have it aligned at the bottom like the demo.
Cheers
Answer:
It is in “News” page edition window, right below code section in “Homepage Latest Articles” section.
It depends on template used in “Page attributes section.
Regards.
Hello,
thank you for your product (this is my first post) – I’m setting up Newspaper theme.
I’d like to know how to control bottom section on Homepage in demo content (please see http://tinypic.com/view.php?pic=2mh63nl&s=9#.VmMpkeMrIk8) -section “with latest posts and sidebar with widgets “Newspaper Default”. This appears to contain all posts, but there is no shortcode for this in “News” Page. Where can I remove it? Is it possible to move this section up?