- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Found a solution so far. 🙂
In page.php after <div class="td-page-text-content"><?php the_content();?></div>
use this
<?php wp_link_pages(array(
'before' => '<div class="page-nav page-nav-post">',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
'nextpagelink' => ' ' . __td('Next') . '
',
'previouspagelink' => '
' . __td('Prev')
)); ?>
Now it’s look the same in posts and pages!
Hi,
I believe you refer to your homepage sidebars which are duplicated. This happens because you use a template with latest articles loop which has a different set of settings besides the ones for the homepage page builder, so you need to edit your page and set the latest articles area to be full width, like this: http://screencast.com/t/JFu4SQNfvakB
Hope this helps!
Thanks
Hi,
That happens when you use a mobile theme. Unfortunately this is how the theme works as it uses the same code for all screen widths styled via css which means that changing a pages content affects all screens, mobile also.
Not sure how you can achieve this, you could use js to detect mobile screens and load different content but you will need custom work for that. The theme hasn’t been designed to use a mobile template, you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to customize it yourself. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Sorry for the inconvenience!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Hi,
This happens when you also use the homepage with background template for your page and only if you use the stretch option for your background. We know about this issue, we have it on our todo list and we will try to fix in the next theme update. You can disable the stretch option for the background to prevent this or you can set a background for the slider also: http://screencast.com/t/p5dVMoMtCx if you want to use the homepage bg template or you could also change the template.
Sorry for the inconvenience!
Thanks
Hi,
You can use the “homepage with background and articles list” template and replace the code from page-homepage-bg-loop.php file with this one http://pastebin.com/dWhCS7pZ like this: http://screencast.com/t/JwKhIYvus
Please make sure that before you modify the template file you make copy of it so you can revert back to it if something goes wrong.
Hope this helps!
Thanks
Hi,
For this you have to edit every post template like loop-single.php file and add this line like this: http://screencast.com/t/bRmtLo5isFI
Make sure you have the author enabled from theme panel > post settings, then go to wordpress dashboard > general settings and change the date and time format like this: http://screencast.com/t/ayiqjuJ6no
Edit the other post template files and do the same. You also have to do this for module if you need it on pages, you can find and edit module s files here: http://screencast.com/t/SS61Yi8g
Result for my example: http://screencast.com/t/LfLT20z5
Thanks
Lucian,
Many thanks for the swift reply. I have done all the procedures you ask of including a full purge in my CDN along with the local caching plugin. I then deativated all plugins and reuploaded the site in it’s entirety but unfortunately, to no avail.
The theme was installed a built fresh and then populated but upon hovering over the menu or clicking on the post slider icons to move more posts into the block, the page just moves to the top and shows an ‘#’ after the toplevel domain.
I have these errors in my console which for me are undoubtedly the cause however I can’t find anything on Google about the Ajax one.
http://imgbin.org/index.php?page=image&id=20857
Just these two little things to sort otherwise the Template is awesome.
Thanks
website
http://eduncovered.com
First of all, thanks for the great theme and awesome support, keep up the good work. I didn’t had any issues so far, and that’s unique for a WordPress theme:-).
I found a little bug, I think, with the ad display above the articles, using headerstyle 3 and posttemplate 3. There’s a little overlap with the featured image, only on single post. The homepage is displayed correctly. I use a little custom CSS (found here) for center the menu.
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Screenshot: http://awesomescreenshot.com/06d3tlwi77
live: http://goo.gl/h8oynw
Suggestions are welcome!
ill try but the width is not the problem, the problem is the the codes its not generating on mobile. its just showing codes. only on pages not on individual post.
as i notice its because pages has the choice to change the mobile template to default or home im not sure how to change that.
and the reason why im using wptouch is because they have a good placing for the ads for mobile
In homepage we have some horizontal and vertical coluns, with some sliders with Fields, like travel, tech and gadgets. How i can customize this? i can customize like i want or i just have the models came with template?
Hi,
I think you have to comment out the date element on the module files you’re using for the home page; which requires editing the template files for the theme.
For the buttons, I think you can go to theme settings > posts and choose whether to show one type of buttons or the other from the two types. If that doesn’t work for you, simplest thing is to use a plugin like ADDTHIS, and that allows you to choose sizes, placement top/bottom or both, and the buttons you wish to use (we use it on several sites for many years now).
Hope that helped….
Since we wanted to have an individual layout of our start page we designed one with VC. However, it seems that not all of the modules are available as blocks. Is there a reason for it?
Example: I like the “Module search” due to its small image. I can only use it if we select “Homepage – with article list” as template. However, it is not available in the VC blocks – there is only Block 6 with larger images. It would be great if all the modules are available as blocks!
Unfortunately, I cannot combine both since the sidebar is not independent. If I define the upper part of the page using VC (e.g. to include a Slide for the featured articles as in the demo) the sidebar (defined in the page’s “Homepage latest articles” section) starts only at the lower part together with the latest articles and in the upper part the column right to the slider is empty.
This limits the flexibility of Newspaper, which – apart from this problem – is great!
Hi Christopher, thanks, but I can´t find any smooth scroll in the template. I put the background – fixed, and it keeps trembling. If you open a post and scroll down, the lines tremble. I don´t know about Ajax page loading, where one can find that, does Newspaper Theme have it?
My blog is http://rainbowtoluck.com/
hello,
we’ve switched from our old blog to newspaper theme on monday, and it’s since then that we have a daily alert from our hosting service, and the websit was put offline twice.
first we thought it was a bandwidth issue, so we have started using a cdn. today same problem, with a message from the hosting helpdesk that “the website is overloading the disk” (and thus an invitation to upgrade to a sata server, more expensive of course).
we don’t understand what’s happening:
– the hosting plan is a normal one, not the cheapest, with a good company, suitable for our dimension
– we’ve made almost all the suggested pagespeed optimisation (still have to install tagdiv plugin), site is cached and compressed, with a 93/100 pingdom tool rate and 57-75/100 page speed
– there’s a cdn working
is this an issue with the template? or is it a problem of our hosting? or maybe we’ve mad some errors somewhere?
thank you if you can help us!
Hi, does anybody know why all the pictures in posts preview on main page don’t display if I set any article display template except of M1???
thanks
Elena
Hi,
For this you will have to edit the homepage template that you are using and move the pagebuilder code within it like this: http://screencast.com/t/psbJGsXY
Result: http://screencast.com/t/9ymb5cMK
Thanks
hi, here is one of the plugins I mentioned which is supposed to help with tracking down where all the dbase queries are going … I’ve started using this recently to double check myself on stuff:
WORDPRESS QUERY MONITOR PLUGIN:
https://wordpress.org/plugins/query-monitor/
Query Monitor is a debugging plugin for anyone developing with WordPress. It has some advanced features not available in other debugging plugins, including automatic AJAX debugging and the ability to narrow down things by plugin or theme.
Here’s an overview of what’s shown:
Database Queries
◾Shows all database queries performed on the current page
◾Shows affected rows and time for all queries
◾Show notifications for slow queries and queries with errors
◾Filter queries by query type (SELECT, UPDATE, DELETE, etc)
◾Filter queries by component (WordPress core, Plugin X, Plugin Y, theme)
◾Filter queries by calling function
◾View aggregate query information grouped by component, calling function, and type
◾Super advanced: Supports multiple instances of wpdb on one page
Filtering queries by component or calling function makes it easy to see which plugins, themes, or functions on your site are making the most (or the slowest) database queries.
Hooks
◾Shows all hooks fired on the current page, along with hooked actions and their priorities
◾Filter hooks by part of their name
◾Filter actions by component (WordPress core, Plugin X, Plugin Y, theme)
Theme
◾Shows the template filename for the current page
◾Shows the available body classes for the current page
◾Shows the active parent and child theme name
PHP Errors
◾PHP errors (warnings, notices, stricts, and deprecated) are presented nicely along with their component and call stack
◾Shows an easily visible warning in the admin toolbar
Request
◾Shows matched rewrite rules and associated query strings
◾Shows query vars for the current request, and highlights custom query vars
◾Shows the queried object details (collapsed by default)
HTTP Requests
◾Shows all HTTP requests performed on the current page (as long as they use WordPress’ HTTP API)
◾Shows the response code, call stack, transport, timeout, and time taken
◾Highlights erroneous responses, such as failed requests and anything without a 200 response code
Redirects
◾Whenever a redirect occurs, Query Monitor adds an X-QM-Redirect HTTP header containing the call stack, so you can use your favourite HTTP inspector to easily trace where a redirect has come from
AJAX
The response from any jQuery AJAX request on the page will contain various debugging information in its header that gets output to the developer console. No hooking required.
AJAX debugging is in its early stages. Currently it only includes PHP errors, but this will be built upon in future versions.
Admin Screen
Hands up who can remember the correct names for the filters and actions for custom admin screen columns?
◾Shows the correct names for custom column filters and actions on all admin screens that have a listing table
◾Shows the state of get_current_screen() and a few variables
Environment Information
◾Shows various PHP information such as memory limit and error reporting levels
◾Highlights the fact when any of these are overridden at runtime
◾Shows various MySQL information, including caching and performance related configuration
◾Highlights the fact when any performance related configurations are not optimal
◾Shows various details about WordPress and the web server
◾Shows version numbers for all the things
Everything Else
◾Shows any transients that were set, along with their timeout, component, and call stack
◾Shows all WordPress conditionals on the current page, highlighted nicely
◾Shows an overview including page generation time and memory limit as absolute values and as % of their respective limits
Authentication
By default, Query Monitor’s output is only shown to Administrators on single-site installs, and Super Admins on Multisite installs.
In addition to this, you can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in (or if you’re logged in as a non-administrator). See the bottom of Query Monitor’s output for details.
Hi,
Unfortunately you can only use module 7 layout for wordpress templates and latest articles loops. There is no block which you can use to achieve this so you can’t do it via page builder(VC). We have this on our todo list and we will consider it but we have to be very carefully what we implement as we have over 160 feature request.
Sorry about this!
Thanks for understanding!
Hello awesome support team,
I have some serious issues with my wordpress installation and Newspaper theme (the latest version). I have even opened a support ticket to my hosting company. They are always helpful and sorting all issues perfectly. This time their answer after deep checking of my website was different. That’s why I’m asking you for help.
The main issue is my website has awesome stats on google insights however it’s working very very slow. It’s always a problem with new posts. Connection lost. I’m struggling with managing this page now 🙁
On the server side everything is perfect, hosting support came back to me with this message:
Your site is throwing up a lot of database errors.
The nature of these errors means that a lot of the PHP scripts would depend on a successful database lookup, while those errors exist it might not be possible for the php script to complete. Without an escape method the server would increase the amount of resources at completing the script until it times out. Which is why your site is slow and failing.All the errors seem to link back to the template or theme for your wordpress. You might want to contact the developers and ask them if they can shed any light on the errors.
Would you be able to help me please? Website address: http://cafetography.co.uk/
I can share admin login details with you on PM message.
Thank you in advance
Tom
Hi,
Glad it works. The 404 error is because there is no search template. You can create a search page template if you want, here are some info on how to do that http://codex.wordpress.org/Creating_a_Search_Page
Thanks
hello, the newspaper unique articles is not showing when I click edit page I dont see it my website has multiple articles that are repeating it self all over the the place, is there a way to show/unhide the option “Show Only Unique articles on this template” like it shws in the follwing link youhttp://content.screencast.com/users/CLucian/folders/Jing/media/14748253-9687-44f5-857a-16698670a3fe/2014-10-03_1341.png
ChannelMarketing.Guru
Thanks
Thank Lucian and Christopher for your replies!
I also use YOAST but cannot find where to put h1 tag. I using template similar your demo site. Could I add h1,h2 for “DON’T MISS, TECH AND GADGETS,…” tab in your demo page?
Hi,
Sorry for the delay!
You can do this by adding you custom module and custom block flies to the module and shortcodes folder then edit the td_wordpress_booster file and register them like this: http://screencast.com/t/zT5bj2zFyecJ
You have blow the line you need to use, just change the file names.
locate_template('includes/modules/td_module_10.php', true);
require_once('shortcodes/td_block_10.php');
After this you can add the new block on the page using the page builder – http://screencast.com/t/uk0vrRrsw7
You also need style the new block using css (add the css inside Theme Panel -> Custom CSS).
Hope this helps!
Thanks
You can embed SEO for the home page with YOAST SEO by using the fields at bottom of the “page” template you create as Yoast SEO provides a panel there for you to do so. If you cannot see that try clicking the “screen options” tab at very top right of the admin page window to “enable” visibility of the Yoast panel on your “page” editing screen.
You can embed h1 tags on your home page layout by simply putting a box on the page for text and putting your desired elements in that box such as the name of your site, or similar. “News” items generally don’t use h1 tags as they are ephemeral and may change daily/hourly and have no “long tail” benefit.
Hi,
This is the normal appearance of the sidebar, when it’s set to left it becomes the first element on page and the posts will fall under it.
You can follow a discussion about this here: https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-11707
If you can’t managed to do this by yourself we recommend to get a freelancer from sites like: http://studio.envato.com/ to do it for as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Do you still have issue with the logo? I have checked your site and seems fine in each post template: http://screencast.com/t/WDP2Ltziw6s
Please let me know!
Thanks!