- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Thanks, Bogdan. You were right; the culprit was some custom CSS I had added (see below). When I remove it, the page displays exactly like the official demo (with no space under the footer even on pages without any content or sidebar).
So that solves that problem, but the reason I added the below CSS is because I wanted to use the Style 8 footer template without all the blank space at the top of the footer. Any thoughts of a good way to achieve a very compact version of the Style 8 footer with CSS?
/* Footer space reductions */
.td-footer-wrapper {padding-top:0px !important;}
.td-footer-bottom-full {margin-top:0px; padding-top:25px;}
.td-footer-bottom-full .td-container:before {content: none;}
Hello Edward,
I have checked your website and the layout seems to be broken for some reason. Please try it without plugins. Disable all of them except visual composer and check again. Not all plugins are compatible with our theme unfortunately.
As fort the layout, you can find all page templates in visual composer:
http://screencast.com/t/AdPO5vZuxjT then select your preferred template from the dropdown.
You can also follow this tutorial to see how you can customize your homepage in visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
This is our official demo page. You can check to see how the theme should look on your end: http://demo.tagdiv.com/newspaper/ you can see different features of the theme from the menus there.
Thank you!
Hi
If you’re using the blog template the number of posts displayed on page can be set from Settings > Readings: http://screencast.com/t/PezvcLRjYJ For the pagebuilder + latest article template the post number can be set from post loop settings: http://screencast.com/t/feMG6RbW6t
Thanks!
Visual Composer is not providing the templates indicated in your YouTube tutorial 6 – How to build a Home Page. The plugin is activated but does not appear to be functioning. Would be most grateful for assistance. Regards Bob
Hi
You can use the do_shortcode function in the file corresponding with post template used like here: http://screencast.com/t/DbSlmY24hN
To get the widget shortcode create a new blank page, add the widget on it then press the classic mode button to switch in backend editor, copy the shortcode and paste it inside the indicated function.
Hope this help.
Thanks!
Thanks Catalin
The code you gave did not work but we figured this out by using CSS.
You should offer a few basic Page Template which are present in any Premium Theme.
TBH i am actually shocked at the fact that you don’t have this in your Premium Theme.
check here: https://www.dropbox.com/s/u14zai5iyesjcjg/Screenshot%202016-01-14%2011.48.03.png?dl=0
It’s the little things that make a big difference after all.
This allows for more flexible working.
All the best
Corrado Izzo
On our posts we are using the Style 7 Post template which requires a large image. When we upload a new image an error pops up. After we have tried resizing/compressing the quality of the image, it still gives us an error and we are not able to set the image. If we exit that menu an reopen it, the image appears as a gray image but then we are able to set it. Once we set it the image appears on the post as it should but fails to appear as a featured picture in the blocks on our home page.
Here is the home page:
http://azoutdoormagazine.com/dev/
and the post page:
http://azoutdoormagazine.com/dev/corks-and-cactus/
Hello BhawaniGarg,
Please notice that the infinite loading pagination works only for blocks as I explained you above. You have to add on your page only a block and set it the pagination to be infinite loading like this -> http://screencast.com/t/YmgtaVFTmn If you switch your blog to a static page and if you use a template pagebuilder+latest articles+pagination, like this -> http://screencast.com/t/0nyt1kbJ the pagination of the latest article is a normal pagination (1,2,3…) because our theme does not have option to infinite loading pagination for this template implemented.
For more information about how to create a homepage, please check our video tutorial, here -> https://www.youtube.com/watch?v=ss-BEobegAw and this https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps!
Thank you!
Hi Corrado Izzo,
If you want to exclude your header, footer and sub footer for a specific page, you have to use a bit of CSS to hide it using a page ID. Please try the code below and add it in Theme panel->Custom CSS area.
.page-id-1862 .td-header-wrap, .page-id-1862 .td-footer-wrapper, .page-id-1862 .td-sub-footer-container {
display:none;
}
The result you should see here -> http://screencast.com/t/FdBbeha5k0L
Another possibility for you would be to do another template with the blank page. Unfortunately, our theme does not have implemented this option but you should take a look on this topic and see how you can implement this in your website -> https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/
Please note that it not tested with all theme features so if something goes wrong in the future please don’t forget that you have some custom modifications.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
Usually the size of a feature image from post can’t be the same as the size of featured image used on modules. The theme uses thumbs to keep the page size as low as possible. For example the same a featured image displayed on td_module_mx6 will have a 238x138px size: http://screencast.com/t/QYUnc0y5PUR and when is displayed inside post content, default template in this case, the size is: 640x426px: http://screencast.com/t/P3ffwJEZ2Us Basicaly from the original image the theme crops different thumbs which are used in different modules and blocks.
The theme uses the same thumb for mobile version but in many cases the surface which must be covered it’s bigger then the thumb size. For example in this situation the featured image it’s smaller then the surface which must be covered and because it’s stretched by css its quality it’s a bit lower: http://screencast.com/t/BvRx8GzjlALm That usually depends by mobile device size.
Thanks!
Hi
Please correct me me if i am wrong but there are no Landing Page Page templates included in Newspaper.
Right?
I mean here: https://drive.google.com/file/d/0B8MBLWqA2dD2eWluQkwyWVk1VUE/view?usp=drivesdk
If Yes please illustrate the process on how i can create my own Page Template using Newspaper.
I need to have Landing Pages which have no Header and no Footer.
check here: https://drive.google.com/file/d/0B8MBLWqA2dD2OTZXYngwY2p4YTg/view?usp=drivesdk
Thanks
Corrado Izzo
Hi
I’ve test the current theme version available on themeforest with the bbpress plugin and works fine. We didn’t tested the plugins that you indicated with the theme so there is a chance to appear some conflicts with theirs usage. To display Visual Composer elements in footer you ca use do_shortcode function like here:
– edit the file corresponding with the footer template used and add this code where do you want to disply the visual composer elements: http://screencast.com/t/8KlxxnmFF4
– to get the shortcode create a blank page, add on it your block then switch in backend editor, copy the code and paste it inside do_shortcode function: http://screencast.com/t/1kwkgW7ZkgGB – http://screencast.com/t/vIJbntv0P
Also try to deactivate all plugins except Visual Composer and bbpres, clear all caches and test again.
Let us know how it goes.
Thanks!
Hi there,
We seem to have a problem with the sliding system in our template. There’s a blank space which appears when the first roll of pictures slides over on the first page. We have turned off all the plug ins, but the problem still persists. We believe it’s a javascript error, for which we don’t have any control. You may be able to view here:
Thank you and best regards,
Hello BhawaniGarg,
I have checked your website and I saw you are using as your front page displays your latest posts (blog mode). Unfortunately, our theme does not have the infinite loading pagination for this template but only for blocks. As a quick solution, I recommend using a static page and make a page with the block with infinite loading. http://screencast.com/t/J70nFfFWI
Hope this helps and let us know how it goes!
Thank you for the message!
This is example:
Load: http://techfor.us , it’s still techfor.us, not redirect to http://www.techfor.us
In general settings of WordPress, I have set it’s http://www.techfor.us
So the question is it’s the error from WordPress or your template?
This error is only happened for homepage only.
When you load: http://techfor.us/2015/10/wi-fi-vs-ethernet-advantages/
It still redirect to: http://www.techfor.us/2015/10/wi-fi-vs-ethernet-advantages/ , normally.
So?
Here is the screenshot for your template – default
1. I want to Keep Featured Posts then Posts like
2. Performance training module + Side Bar
3. Footer
Pls help
Hello,
Unfortunately there is no option in the them to set the default page template and we have no easy solution to provide except editing the theme files. This will be no easy task I’m afraid. You will most likely need to hire a freelancer to help out on this one as we cannot offer any custom work at the moment.
Thank you for your understanding.
Hi,
I guess that you refer to the featured image on smartlist 6, in this case(no matter what smartlist template you use) just set the post template 5 so the featured image will not appear on post page – http://screencast.com/t/ChBBfDR9itM5 it will be used only on blocks and modules.
If this is not what you mean please provide a link so we can inspect this.
Thanks!
How do I remove this phrase? » error 404
In which file is located? I can not find it, is not present in the template 404.php
Hi Team
I read in this forum how to delete the “latest article” template in the home page footer
**Hello Bernd,
1) You can delete the homepage latest articles section from the back-end by removing or commenting out this code here: http://screencast.com/t/YEDkjSmX
I followed the instruction, but the latest article still exist.
I have tried the comment out and delete. Below are the screeshot
Thx
Hello – I just updated the theme and the default template on every post and page is the “page builder + latest article + pagination” and I want it to be “default template” for every page/post without having to do it manually. Can you help?
thanks!
Is there a template style that does not have the dropdown to reorganize?
http://screencast.com/t/ge6VFp2o8Er
Or is there a way to remove it?
Thanks!!
I’ve noticed in several of the previous versions there was a “blank” option in the dropdown for page template. The current version no longer has this option available, can it be re-enabled?
Thanks
Hi, I can’t edit the template blocks on pages and the settings for your theme aren’t appearing on the visual composer elements list. Please help ASAP as my site is currently down while I resolve! Thanks.
Hello,
Posts and pages and other settings that are kept in the database will not be affected by the update. Their styling is a different matter. Css has changed and probably the post template will not be the one from your old version anymore so it will require a bit of work to adjust the settings for them.
Good luck on your project and let us know if you require further assistance.