- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperStripe Setup
- NewspaperPayPal Setup
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspapertagDiv Shop
- NewspaperDesign your post pages using the Default Templates
- NewspaperTheme modules and blocks
- NewspaperUsing the Theme Translations with WPML
- NewspaperHow to Set the Image Avatar
- NewspaperNewspaper theme documentation
- NewspaperSmart Sidebar
- NewspaperBreadcrumbs
- NewspaperFooter Builder
- NewspaperMain Menu
- NewspaperInstalling Pre-built Websites
- NewspaperPre-built Websites: Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
Hi,
You can chose footer style from the theme panel: http://screencast.com/t/v7HsNZk4
The first 8 footer styles have demo content. The others don’t.
You can add content in the footer widgets and it will show up in the footer: http://screencast.com/t/VrliXSqXstVk
You can read more about this topic in our documentation: https://forum.tagdiv.com/footer-templates/
Thank you.
Hello AilyRoot,
The footer demo content will not show up in the theme panel. You can either chose a footer style without content and add your own, or remove it from the *.php files of the theme. Each footer style uses its own file: http://screencast.com/t/uca1gM2mQ8E
You can delete content by commenting (add ‘//’ in front of the code) the specific PHP code you will like to remove.
In this example I removed the ‘EDITOR PICKS’ widget.
http://screencast.com/t/Ltqk6YMzV
I hope this helps
Thank you.
Hello,
i a referring to my post here http://themeforest.net/item/newspaper/5489609/comments?page=292
The articles are showing all the content on the frontpage I want it to show only a sentence or two not all. I am using the demo settings. my website link
Im not sure if i post my login details here im not sure if everyone one can see it.
Hello chalfant,
It’s actually up to you how you want to start out. Some people prefer editing the demo content and go from there, others prefer to start from scratch so they have better control of their content. We cannot make a suggestion because neither one of these methods are wrong or right. It’s a simple preference. You could get familiar with the theme by checking out the options and demo content so you can get an idea of how things work and then you will decide how you want to go from there.
A very useful thing we always advice our clients to do is to read our documentation. We’ve made efforts to provide lots of useful information and tutorials: https://forum.tagdiv.com/wordpress-information/
Thank you for your message.
Hi,
The top section of the homepage is cut from the right in mobile view. This is the same for your demo theme. Please see this screenshot. http://i.imgur.com/1HYAAgs.png
How to fix this?
On this website the top section appears okay http://goalpoint.pt/
I would like to clarify my question: how to set custom background image per single page/post?
Is it possible to set per single page this type background: http://demo.tagdiv.com/newspaper/td-post-five-reasons-why-in-form-leicester-city-will-finish-the-job-and-stay-up/ ?
If we are to install all demo content is the idea to replace these posts one by one to build the site? Is this what most do or just install the template?
Hello,
1. just wondering how hard is to do expandable menu like in attached picture: http://prntscr.com/8hgkrw or in live action you can see boredpanda.com
I mean when I push “More” button I wish to see all categories like it would be one big main menu.
2. How I can do a little bit transperant menu when scrolling website up. Because when i setup choose other color than in demo that menu not transperant anymore. Thanks
Thanks you
Hi
I’ve checked your site and the width is the same as on our demo: http://screencast.com/t/qsrd4a6SJ – http://screencast.com/t/ZLk7kvEm Please make sure you have set your browser at the default zoom option and test again.
Thanks!
Hi
Please make sure you added a correct image source, also the html code it’s added properly like in this example:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>
Also try this without any plugins active, leave just Visual Composer active, clear all caches and test again.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello ,
You can edit your homepage in visual composer and use different blocks to display posts.
In the demo you will see the types of blocks you can use: http://demo.tagdiv.com/newspaper/block-1/
Just add them in visual composer: http://screencast.com/t/neC5EpSW6
You can find useful information in our documentation: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
My newsmag site (http://news.scubatravel.co.uk/) is narrower than the demo at http://themeforest.net/item/newsmag-news-magazine-newspaper/full_screen_preview/9512331. Any ideas why this is and how to fix it?
Thanks
Jill
Hi
For indicated page from our demo we use block 2 on two colons: http://screencast.com/t/FKh1gyDo and to achieve that make sure you use a 2/3+1/3 layout like here: http://screencast.com/t/iBLMivkc9 – http://screencast.com/t/WZux7bxfk
The “home” icon it’s available with the top menu: http://screencast.com/t/nr27xPmC – http://screencast.com/t/MLDuKQ78eEb – http://screencast.com/t/dMmKP4Og
Hope this help!
Thanks!
Hi,
The Visual Composer plugin is required to customize your pages/posts with theme’s elements and the theme is deigned based on it so you couldn’t use other page builder. Latest version of the VC plugin haven’t been reported as affecting site’s performance anymore.
To improve your server response time you can also try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo. If you haven’t already, you can try a caching plugin, like WP Super Cache or cloudflare’s CDN.
You can also contact your host provider and let them know about this, they might have specific info on what is the cause of this in your case.
There are many factors which can be taken into consideration concerning server’s response time. You can use google’s improvement recommendation on this: https://developers.google.com/speed/docs/insights/Server
Wordpress.org has some optimization tips also: http://codex.wordpress.org/WordPress_Optimization
Hope this helps!
Thanks for the message!
-
This reply was modified 10 years by
Lucian.
This is my website : http://www.bangingblues.com
I wish to change how the posts appear on the landing/home page.. I do not want them to be in the form of a list.. I want them to be appearing as it appears in http://demo.tagdiv.com/newspaper/
How do I do that?
Hello,
I saw on the demo that Block 1 come with a filter feature. In the demo there is a loop where three filter are shown horizontally.
http://demo.tagdiv.com/newsmag/block-1/

Where can I make that it? I just found the filter where it on the right of the top where stand “all”?
Thank you!
– Simon
Hello i installed the Demo and then added my 15 Blog article post, now all my blogs say 404 Ooops… Error 404
Sorry, but the page you are looking for doesn’t exist.
The Post are there all 15 Post..
Hi, I can’t see a forum for the Magazin theme so I hope this is the right spot for this question.
I’m trying to recreate the layout of the “popular posts” block at the top of this page:
http://demo.tagdiv.com/magazinly/homepage-3/
I think it’s a “block 2” VC element, but when I use it I get three columns instead of two:
http://specfinish.campbellmarsh.co.uk/
(the td_block2 block on the demo page uses two span6 columns, but the one on my page uses three span4 columns)
How can I switch it to two columns?
Bonus question: how do I enable the little “Home” icon on the left side of the nav menu which is visible on the demo?
Many thanks 🙂
Hi,
It actually depends on the big grid used. For example big grid 7 uses module mx12 with the author and date visible but mx6’s author and date hidden: http://demo.tagdiv.com/newspaper/big-grid-7/
It is a simple CSS code applied to hide them. you can override this code with custom CSS for example in big grid 8 which you mentioned:
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block!important;
}
Thank you.
-
This reply was modified 10 years by
Bogdan B..
Hello broadstone,
You can edit your page : http://screencast.com/t/KoXVpiLkb5O6 and change the social counter element settings in visual composer: http://screencast.com/t/BVhj7XkG.
The default sidebar is a demo and has to be changed in order to apply your own settings. You can create your own sidebar like so: https://forum.tagdiv.com/sidebars-tutorial/
and add the tagDiv social counter: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
I hope this helps.
Thank you.
Hello,
I have two questions:
1. Is there a widget for sidebar or footer that can show a profile photo with bio text? At least that can show a photo?
2. I am using the Newsmag classic blog theme
http://demo.tagdiv.com/newsmag_classic_blog/.
I want a large cover image with myself and some slogan on top below the menu bar on only HOME similar to About me. http://demo.tagdiv.com/newsmag_classic_blog/about-me/.
Can I use Visual Composer for it?
Thanks a lot in advance,
David
Hi there,
Just installed the theme with the default demo. Everytime I make a change in the theme panel and hit save settings it seems to work but when I go to my website and refresh no changes appears!!!!!
I’ve been trying to resolve this problem for the past 2 hours. I never had this kind of problems with other themes.
I’ve cleared the cache in IE 11 but still does not work. I’ve tried with Firefox, Safari and Chrome same thing.
I’m hosted at Hostgator
As for plugins I only have these 3 activated:
Akismet
WPBakery Visual composer
WP Super Cache
Theme status in theme panel indicates 3 yellow squares:
1.
30 – the execution time should be bigger than 60 if you plan to use the demos
2.
1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress
3.
40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP
Tried to increase memory allocated to PHP but it seems to be already done.
The file default-constants.php Line 18 to 29 is this:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if ( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’40M’);
}
}
if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
}
Hello VerveAcademy,
Unfortunately there is no easy way to replicate that particular slider. It has to be coded to work like that,
but you can use our big grid slider block: http://demo.tagdiv.com/newspaper/big-grid-slide/ which is similar to the one you pointed out.
You can find it in visual composer: http://demo.tagdiv.com/newspaper/big-grid-slide/
Thank you.
Hi,
The post template 11 has a specific spot to add your code – http://screencast.com/t/n7QSeURkRs1 and it will be displayed like you can see on our demo – http://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
I’m not sure why your ad is not displayed, please check the code, as also on the default post template where you have added the code in a text block, it is not displayed – http://screencast.com/t/pJznsxgEEeX
Thanks!
location:
http://pragmaticindian.com/test
under this various test sites are installed every site is having many headings like
[vc_row full_width=”stretch_row” el_class=”import_video_slider_bg” ][vc_column width=”1/1″]
[/vc_column][/vc_row][vc_row full_width=”stretch_row” el_class=”import_video_ad_bg”][vc_column width=”1/1″]
how to get rid of these headings in all test sites ?