- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
latest articles page navigation does not work https://www.infinitelabs.com/ when you click the 2 page or any page of the latest articles it just reloads the homepage ?
ive turned of all the plugins except visual composer and it still does it
Hello,
MY pagenavi add on doesnt work on homepage i create with visual stuff.
For checking plase look up: http://www.gribilge.com/
when i click pages like 2 or 3 it shows homepage.
Hello,
You can adjust ehe top padding of the homepage and remove the menu border by using this css code:
.home .td-main-page-wrap{
padding-top:0!important
}
.td-header-gradient:before{
display:none!important
}
The header style you use has a header ad under the menu so the image you showed as an example can only be replicated if you remove the header ad.
Please let us know if you need further assistance.
Thank you!
Hi!
Earlier I posted my problem about the big slide title style.
“I’m using a big slide on my homepage: http://luikenkarstens.nl/declercq/ But I want to change the (title) style to this: https://elnotarissen.nl/
It seems like the option to change the style is no longer there.”
You answered this:
“Hi,
Yes, unfortunately in newspaper version 6 that block title style option isn’t available anymore but it can be achieved trough custom css.
Set a block title for your slide and open a new topics on our forum: https://forum.tagdiv.com/ provide a link or the connect of these conversation and we will give the right custom css code to get that design.
Thanks for the message!
Lucian C. tagDiv”
Can you please give me the right custom css code?
Hello,
You only need the function from the id statement. This code basicaly creates a redirect from the error to anywhere you want it to redirect.Simply replace get_header from index.php with this part:
if (function_exists('get_header')) {
get_header();
}else{
/* Redirect browser */
header("Location: https://google.com ");
/* Make sure that code below does not get executed when we redirect. */
exit;
};
I set it to redirect to google as an example. You can set it to redirect to your homepage or any other url you want.
I hope this helps.
Thank you!
I am using the Newspaper theme from Envato Market (Theme Forest) for my wordpress blog http://www.urbanmaxx.com.
Yesterday I received an email stating that my site had automatically been updated to WordPress 4.41.
My site is setup as a magazine with articles on pages 1-4. When logging onto my site the static homepage displays the 7or 8 most recent articles and then has the option at the bottom of the page to access pages 2-4.
When I click on those pages, the site cycles as if it’s going to access the pages but remains on the static homepage. All the articles are visible in my dashboard under “Posts”. The only difference there is that the titles of the articles are now listed vertically instead of horizontally which makes them almost impossible to read.
Any suggestions or help is GREATLY appreciated.
Normally this is in the changelog you get when downloading the files from Themeforest (admin please add this to docs in the FAQs ?)
Open the Newspaper_tf folder to see the two change files … e.g.,
[ Version 6.6.4 ]
– fix: homepage pagination issue with wordpress 4.4.1
[ Version 6.6.3 ]
– new: visual composer was updated to the latest version 4.9
– new: revolution slider was updated to the latest version 5.1.5
– fix: modified structured data to comply with Google’s new requirements
[ Version 6.6.2 ]
– fix: pagination was not working on categories with big grid disabled on WordPress 4.4
[ Version 6.6.1 ]
– new social counter version. Facebook requiers now an API key, read more here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
I updated to Newspaper v6.6.4 but this doesn’t seem to completely solve my pagination issue. I can click on page 3, 4 etc, but not page 2. Page 2 sends me back to the homepage.
Site: http://gfqnetwork.com/
I am using a child theme if that makes any difference.
-
This reply was modified 10 years by
sunkast.
Hello;
That is a lot of templates, how do i know which is use? also the message i want to display would be on the homepage just after the PAGINATION BUTTON
UPDATE: I’ve managed to make the video player responsively fit the entire screen by injecting the code and CSS into the header of the page, as seen here: http://sparrowvideo.co/homepage-blog/
My issue is now that there is a blank white line appearing across the top of the screen, which I am assuming is the body of the blank page template I am using. If I could somehow get rid of that white bar now, all of my issues would be solved. Thanks so much for your help!
Hi Bogdan!
This is a great tutorial,Its just took me 3 minute to make Travel Demo Homepage,But i have waste 2 days with Alin [tagDiv] tutorial,But failed again and again, Bogdan you are really Awesome! Here is my Updated Travel Homepage: http://i.imgsafe.org/144e146.jpg
Wonderful Tutorial.
Thank You
The WordPress 4.4.1 security update introduced an incompatibility issue with a lot of themes that use custom pagination on homepage templates. We are very sorry for this inconvenience and we are working very hard to fix this ASAP with an update from themeforest.
UPDATE: Newspaper 6.6.4 is in the approval queue. You will get an email from themeforest when the update is out.
Until the final package is ready, you can use this fix for the pagination issue (paste it at the end of your functions.php file from the theme)
add_filter('redirect_canonical', 'td_tmp_fix_wp_441_pagination', 10, 2);
function td_tmp_fix_wp_441_pagination($redirect_url, $requested_url) {
global $wp_query;
if (is_page() && !is_feed() && isset($wp_query->queried_object) && get_page_template_slug($wp_query->queried_object->ID) == 'page-pagebuilder-latest.php') {
return false;
}
return $redirect_url;
}
The pagination links bellow the blog part of my homepage simply do not work. Even if I type them out manually, they still redirect to the homepage with the second and so on pages with posts are practically unaccessible.
I’m talking about this pagination: http://prntscr.com/9n5bs5
Hi
I’ve checked your site and noticed that the links from homepage pagination have a 301 Moved Permanently status: http://screencast.com/t/SnbAwrJIYTe That means that either you have set a redirect for these links and if is the case try to remove it, or a plugin make this redirect automatically. If you didn’t set the redirection try to deactivate all plugins except Visual Composer, clear all caches including browser’s cache and test the site again.
Thanks!
Hi
I’ve checked your site and noticed that the links from homepage pagination have a 301 Moved Permanently status: http://screencast.com/t/igm7hQv4a1YC That means that either you have set a redirect for these links and if is the case try to remove it, or a plugin make this redirect automatically. If you didn’t set the redirection try to deactivate all plugins except Visual Composer, clear all caches including browser’s cache and test the site again.
Thanks!
Hi,
After auto update WordPress 4.4.1, home page paginations don’t work anymore.
Broken link: http://ortakoltuk.com/page/2 (redirect to homepage)
But in category page, it works correctly: http://ortakoltuk.com/film-elestirileri/page/2
I am using Newsmag version: 2.3.4
Hello guys, have a few questions about blocks:
1-How can I change the spacing/padding for Block 5? I understand I have to create a custom class in the block setting but what css do i put in theme panel? Will the block be effected sitewide or only the one I referenced with the id?
I want less spacing: https://box.everhelper.me/attachment/365600/khia2TJs8b3aazQepYb1AJRnEh0mqlOu/158366-adAEaZbxgnEkTahA/screen.png
2-How do i change the transition animation between tabs? I created 2 tabs using VC and loading 2 post grids (blocks). But i want it to FADE not fly in from the bottom when I switch tabs.
3- Sorry this has nothing to do with blocks, but how do i change the content inside the recommendation box that flies in after you scroll a post. I want to promote a facebook page instead of recommend posts.
4- I did not use the recommended logo size for homepage and mobile devices. I used a slightly bigger size image. Is that a problem or will it be ok?
Hello,
I’ve got a problem with pagination on the main page.
Links to the pages [2] [3]… doesnot work and redirects to the main page.
I use the latest version of the theme and plugins, I’ve already tried to diactivate all plugins, but the result is the same.
Can you help me?
site: http://newsroom.ru
Hi,
Unfortunately this will not be an easy task as there are many containers on the body that are different for posts, pages or category pages. The theme allows for a background color or image. YOu will need to use css to target every element on that particular page.
For example if i want to make the whole homepage grey this would be the code:
.td-header-style-5 .td-header-top-menu-full {
background-color: grey;
}
.td-header-wrap .td-header-menu-wrap-full, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full{
background-color:grey!important;
}
.td-header-sp-recs{
background-color:grey;
}
.td-main-content-wrap{
background-color:grey;
}
.td-footer-wrapper{
background-color:grey!important;
}
This will not work 100% on posts or category pages because other containers will be present that are not used on the homepage.
I hope this helps.
Thank you!
Hello,
You can use css to hide the header if you want. Every page has a specific ID that can be targeted with css: http://screencast.com/t/cXvGp4CdWSQ
For example on your homepage you would use this code:
.page-id-37 .td-header-style-10{
display:none!important;
}
For another page, simply change the id in the code to the id of your page.
Thank you!
I’ve implemented the alterations necessary to create a fully blank page template for my site, as discussed here: https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/
When I do this and incorporate an iframe video that’s been responsive to take up the entire screen on other themes, the video only fills the container width properly, but only fills a small section of the height of the screen, like so: http://sparrowvideo.co/homepage-big-slide/
For our needs, it is necessary to be able to fill a container that is responsive to whatever device the video will load on. Here is an example link to what exactly we are going for: https://espn.go.com/video/iframe/twitter/?cms=espn&id=14513772
Are there any CSS alterations or PHP integrations that we can perform to get this done? This is an extremely important aspect of our website. Also, if at all possible, we would like to accomplish this with posts, not pages.
Hi all, if I set my homepage to a static page, I get a redirect loop error in every browser. When I put the homepage as “view latest posts” then everything is fine. This happens on every page I create. I have disabled all the plugins except those needed for Newspaper 6 and it still occurs. I have activated 2011 theme and it still occurs.
Hello Catalin,
It seems that your code only works in single post. How to remove authors link on the homepage, category, page and tag? Thank you in advance.
Hello, I would like to show some categories with blog style. Similar to this: http://www.cuantarazon.com
I hace put in a page the Homepage latest articles with the M15 layout and the category filter. But I would like to show the option to share will be displayed without having to go to the entries, as in the link I post.
Any solution?
Thanks
Hi,
i changed from Newsmag to Newspaper and now we have some small problems.
1. We use the plugin from plista (https://wordpress.org/plugins/plista/) for some advertising.
Today we create a page for the main menu and it works on homepage correct. But if you open a article or page, the plista plugin show the RecommendationAds in the menu also. The Plugin Author said this is an error by the theme, because the code is twice in the page. Line 325 + 525.
How could we change this? We dont want the RecommendationAds in the menu.
See live at: http://sek-einsatz.de/
2. The post template Style 4 dont show the image caption.
And is there a way, to change the template style 5 from newsmag automatically to newspaper style 4?
Because we didnt define style 5 on newsmag as default, so we now have to change a lot post manual to style 4.
3. On mobile the created page in menu will not shown. Thats ok, but is it possible to create an special “normal” menu only for mobile?
4. On mobile the “go to top” Button will not be shown.
5. tagdiv SpeedBooster doesnt work: “Speed Booster – v4.2 – Disabled – incompatible plugin detected: Ultimate_VC_Addons/Ultimate_VC_Addons.php”
Thanks for your support.