- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Template settings in page attributes are not displayed!
http://s1.postimg.org/l9xh2d6qn/Untitled.png

Hello,
The page title and breadcrumbs are only visible in the page builder + page title template: http://screencast.com/t/gA2hyfJa
Thank you!
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!
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;
}
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,
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.
Hello dougcuomo,
You used before on your homepage a Visual Composer element, named ->Homepage post, like this -> http://screencast.com/t/OzQJ1sHj -> http://screencast.com/t/NqxHT5fYzaQ and it is similar with our single_template_8 and has the same functionality…sorry for the confusion.
I have checked you website now and I saw that you have changed this feature with Big Grid and also the feature image is there, as you can see -> http://screencast.com/t/J7vzzWF2w Please add more than one post on your website if you want to fill all the grid with the featured images.
Let us know how it goes!
Thank you for the message!
The post I made that changed the background is not single_template_8 it is set to default, but just to make sure I changed it to style 7. While it did change the format of the post it had no effect on the home page. So you must be talking about the home page template. But those aren’t listed in a format such as “single_template_8” but rather names. In the end I just decided to create my own layout using the elements, this was quite a bit easier and perhaps better in the long run. I still wanted to have a large picture at the top so I initially chose the big slider. Only the featured image didn’t show up. I couldn’t figure out why so I just moved on to what I have now.
I have been getting some server errors on my webmaster panel. I checked out the URLs that were failing and they all display just fine, but when i fetch the page as google i get an error 500. I checked the error log and the issue is coming from the theme.
I dont know much about this buffer and im not sure what to do to resolve it. Its affecting a large amount of pages so id like to be able to figure out what the cause is.
[Wed Jan 06 12:48:57.060567 2016] [:error] [pid 4076] [client 108.162.221.153:31066] PHP Fatal error: Uncaught exception ‘ErrorException’ with message ‘td_js_buffer::add_to_footer – the header JS was already rendered when you called td_js_buffer::add_to_footer() (ex: was called to late)’ in /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_js_buffer.php:48\nStack trace:\n#0 /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php(716): td_js_buffer::add_to_footer(‘????????(functi…’)\n#1 [internal function]: td_bottom_code(”)\n#2 /var/www/mainsite/wp-includes/plugin.php(525): call_user_func_array(‘td_bottom_code’, Array)\n#3 /var/www/mainsite/wp-includes/general-template.php(2452): do_action(‘wp_footer’)\n#4 /var/www/mainsite/wp-content/themes/Newspaper/footer.php(50): wp_footer()\n#5 /var/www/mainsite/wp-includes/template.php(562): require_once(‘/var/www/nerdpr…’)\n#6 /var/www/mainsite/wp-includes/template.php(521): load_template(‘/var/www/nerdpr…’, true)\n#7 /var/www/mainsite/wp-includes/general-template.php(85): locate_template(Array, true)\n#8 /v in /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_js_buffer.php on line 48
Hi
You can find the homepage templates in Visual Composer page-builder: http://screencast.com/t/0XZijV9pu6
Hope this help.
Thanks!
if I update the featured image size to 741 X 486, will your post template display the image in a such big form?
if so, it will be too big for the featured image.
how did you do for you demo page? how can I make it to be same as your demo?
I want the text in different page. How do I do?
When I view the preview the template is not correct. I put a screenshot in my first Message
Paolo
Andrei, thanks so much for your response! However, I’ve updated my theme accordingly, with your VC update instructions. Also, if you look at the VC page on Code Canyon (the official sales page), many people seem to be leaving comments these past two weeks about template save issues, as well as other issues. I believe the issue is there with WP Bakery side, but any word on when it might be fixed?
Hi,
There is a specific spot where you can paste the code and the ad will appear if you use template 7 – http://screencast.com/t/0ev6XNkT5 you can see the result on our demo – http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
If you want to add it manually, check this solution – https://forum.tagdiv.com/topic/google-ad-sense-not-working-on-smart-list-page/
Thanks!
Hello !
I could do the changes on php.ini but the problem is still on the website & on the header i got :
“; var td_ad_background_click_target=””; var td_ajax_url=”http://dooweet.org/fr/wp-admin/admin-ajax.php”; var td_get_template_directory_uri=”http://dooweet.org/fr/wp-content/themes/Newspaper”; var tds_snap_menu=””; var tds_header_style=””; var tds_mobile_swipe=””; var td_search_url=”http://dooweet.org/fr/search/”; var td_please_wait=”Please wait…”; var td_email_user_pass_incorrect=”User or password incorrect!”; var td_email_user_incorrect=”Email or username incorrect!”; var td_email_incorrect=”Email incorrect!”; var tds_more_articles_on_post_enable=””; var tds_more_articles_on_post_time_to_wait=””; var tds_more_articles_on_post_pages_distance_from_top=”0″; var tds_theme_color_site_wide=”#e51a1f”;
Do you have any idea how to solve it ? Thanks a lot for your help, and happy new year 🙂
Hi,
Please add the full url for your social icons http://yourlink – http://screencast.com/t/CSXjXGekC
The theme supports full bbpress plugin and the forum can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Also you can set here your sidebar – http://screencast.com/t/aNMnC4CZ Here you can find the plugin’s documentation – https://codex.bbpress.org/
Thanks!
Hi,
I guess that it is an issue on our demo and we did not updated it to the latest version of the theme, I have added it to our list for further investigations after we will update the live demo.
Normally it should not be a page, the attachment template should look like this – http://screencast.com/t/55JKymIG
Thanks for your message!
Hello carmene,
The title of the page appears only you have used the pagebuilder+page title template from the panel, like this: http://screencast.com/t/uTUmTaoqxe69 If you want to hide it, please try the code below and add it in Theme panel, Custom CSS area, like this: http://screencast.com/t/ciJiRsZWFU
.td-page-title {
display:none;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
Yes, just change the page template to Pagebuilder with articles – http://screencast.com/t/UDgbbDjJss5
Thanks!
Hi,
I have the latest Newspaper 6 template version and just tried to add Video playlist -module to a page. Adding the module will break the page. I tested this with earlier template version and it worked just fine.
Test page: http://www.jokamies.fi/videotest/
-Jukka
Hi
The settings for blog template can be found in theme panel here: http://screencast.com/t/ekMu3uh6JgT
You can display your latest article on a static page by setting this in page settings: http://screencast.com/t/9tXDdG4bLF or from block settings: http://screencast.com/t/8PxmQQ2KxB
I can’t say for sure if using the blog template will improve your seo. Basically if you’re using the pagebuilder+latest as a page template http://screencast.com/t/6JKuFKf5Q without any blocks added in Visual Composer part, you get the same functionality like the one of the blog template. However you have the advantage that if sometimes you want to use block on your page they can be added here: http://screencast.com/t/DgLPpa5cYqKu
Hope this help.
Thanks!
Hi,
I’m having this awful issue where the modules on the home page are not being shown how they’re suppossed to show, at first I thought it was a thumbs issue, I regenerate all the thumbs as you instruct on your how to pages, but didn’t fix anything, I deleted the thumbs and regenerate again but all the thumbs dissapear so the issue went from bad to worst, so I regenerate all the thumbs with Auto Post Thumbnail PRO Plugin from envato and it did create the thumbs but I’m still having the same issue, I have created several pages with different layouts even using your default templates which have changed nothing, so I’m really lost where to look at, I can’t find a way to reset the settings on the theme which is kinda annoying since in this case it might help to debug something maybe?
Anyway, these other issues brought to my attention when I launched the web console in Google Chrome, I really don’t know if they are related to the issues I’m having:
layout_engine.js:111 The deviceorientation event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
base.js:3467 SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
s.ytimg.com/yts/jsbin/www-widgetapi-vfloT07bb/www-widgetapi.js:55 Uncaught TypeError: Cannot read property 'apply' of undefined
(program):1 Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "http://www.hardwaremx.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
(anonymous function) @ (program):1
3www-embed-player.js:557 Untrusted origin: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd
3www-embed-player.js:557 Untrusted origin: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd
Could you please point me out to the right direction since I was going to lauch the new skin on January 1st and I made all the testing I needed on a DEV site which everything is working as expected.
Dev Site
Thank you for your time.
I request a feature to Disable ads on some posts. As we all know that Google does’t allow more than 3 ads on a page.
I am using Post Template 11 for Video and theme has an option to display an ad on right side of Video (post Template 11). As i am already using maximum allowed 3 Ads on a Page, so enabling Post template 11 Ad i violate Google Policy.
So i request you to add a feature to disable ads on certain posts in Future Updates.
Thanks
Hi guys.
I lost the black page template you’ve given to me after the updating the theme from V4 to V6.
Here’s where you gave me that template: https://forum.tagdiv.com/topic/creating-a-landing-page-with-visual-composer/
I want the same thing for V6.