- 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
- NewsmagInstalling pre-built websites
- NewsmagIntroduction
- NewsmagSmart Lists
- NewsmagTheme thumbs
- NewspaperSmart Sidebar
- NewspaperBreadcrumbs
- NewspaperFooter Builder
- NewspaperMain Menu
Thank you theme and demo installed beautifully and one day later back up and running
Hello blk709,
I have tested your website on Page Speed Insights from Google and I have noticed that you should need to work for it if you want to achieve a good page speed -> https://www.screencast.com/t/qPRSNYUp.
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hello enlared360,
First of all, I will thank you for your interests in our theme! I recommend making a new clean install from scratch via FTP way because this is the surest method -> https://forum.tagdiv.com/newsmag-how-to-update-the-theme/, in this case, increase the system status parameters to be according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ After following these steps you should install the demo according to our documentation here -> https://forum.tagdiv.com/installing-demos/ and for activating the theme, you should check the following useful manual here -> https://forum.tagdiv.com/newsmag-how-to-activate-the-theme/
Hope this helps!
Thanks for your understanding!
Compre y descargue el tema periódico, lo instale a wordpress en mi hosting, lo active como tema para mi sitio todo bien pero no
instala los demos y no me hace la activacion del producto ni automatico ni manual .
Hola Catalin te hablo ahora en español ya que mi ingles no es bueno. No se trata de ningún WordPress Ayuda es simplemente Worpress solo que quise pedirte ayuda. Te repito la solicitud no puedo instalar los Demos ya hice el procedimiento enviado en https://forum.tagdiv.com/installing-demos/ y sigue igual no hace nada y ademas no me deja activar el periodico ni automático ni en forma manual.
Hola te hablo ahora en español ya que mi ingles no es bueno. No se trata de ningún WordPress Ayuda es simplemente Worpress solo que quise pedirte ayuda. Te repito la solicitud no puedo instalar los Demos ya hice el procedimiento enviado en https://forum.tagdiv.com/installing-demos/ y sigue igual no hace nada y ademas no me deja activar el periodico ni automático ni en forma manual.
Hi, thank you for the last help that you have gave to me.
Now, i have other problems. How you can to see in the photo, my score is so far than your demo.
How i can to do, to improve?


Here you can see the baddest problems:



Hello Watashi10,
Sorry but please notice that our theme does not have any such a control about this regard. You should try installing the Seo Yoast plugin and check the settings from there. Also, by default, if you will check our demo preview you will not see this changes between desktop mode and mobile mode.
Thanks for your understanding!
Hi,
Basically you want to achieve something like the modules in the Latest articles, in the Business demo
– https://www.screencast.com/t/jOZWM0o2D55Z
Those modules have custom design, there is a minimum height set for the module title, and also a shadow like this
– https://www.screencast.com/t/z66Sis4nClI
This is the code for that
.td_module_wrap.td_module_1 .entry-title {
margin: 0 20px 50px 20px;
min-height: 80px;
}
.td_module_wrap.td_module_1 {
margin-bottom: 40px;
-webkit-box-shadow: 0 0 1px rgba(79,172,234,.4);
-moz-box-shadow: 0 0 1px rgba(79,172,234,.4);
box-shadow: 0 0 1px rgba(79,172,234,.4);
}
It will apply to all module 1 (you can experiment with other modules), it can be made more specific by specifying the block as well in the code
– https://www.screencast.com/t/KGHlX5W0
Or even more specific by setting a custom class for the block
– https://www.screencast.com/t/TNezURxtBv
Thanks
Hello enlared360,
Sorry but our theme has not been tested with WordPress Ayuda! I do not know what exactly you want to achieve but please notice that if you want to bring best theme results, you should use the default WordPress and for installing demo according on this useful manual here -> https://forum.tagdiv.com/installing-demos/
Thanks for your understanding!
Hi,
That is the mega menu with sub-categories. Like for example the “Fashion” menu item in the live demo here
– https://demo.tagdiv.com/newspaper/
It can be created by following this guide
– https://forum.tagdiv.com/mega-menu/
Thanks
Hi,
Thank you for your appreciation. You can create a page using any of the available elements with the tagDiv composer, and set it as homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
There are Big grids, Full Big grids and blocks that can be used to display your posts
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
– https://demo.tagdiv.com/newspaper/block-1/
I see you are not using a static page as homepage at the moment. For example create a page and select the Latest articles page template
– https://www.screencast.com/t/DV99YC1k
Place the grid of you choosing at top (like Big grid 1 that is present on your category page)
– https://www.screencast.com/t/4ghxi5Bz
The module that displays posts in the Latest articles section can be changed as well, in addition a custom name can be set for this section
– https://www.screencast.com/t/FuEMewgoeaN
The result will be a page with a grid on top, and a latest articles section below. Just like you wanted. Using the composer you can create pages in any way you like, it is not hard to use.
Please let us know if you have further questions, or you need help.
Thanks
The theme does not install the demo templates and does not allow me to activate the product with the license code they sent me help please
I have the same issue with Block header 1. I need to colour the text and the line but it will only colour the line beneath the text, but not the background of the text itself.
I have installed News Magazine Demo.
How did you solved this issue ?
Hi,
Newspaper system status
Speed Booster
v4.9 – Disabled – incompatible plugin detected: accelerated-mobile-pages/accelerated-moblie-pages.php
Why is it disabled, why imcompatible?
I have this amp plugin –
=== AMP for WP – Accelerated Mobile Pages ===
Contributors: mohammed_kaludi, ahmedkaludi, ampforwp
Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google, plugin, SEO
Donate link: https://www.paypal.me/Kaludi/25
Requires at least: 3.0
Tested up to: 4.8.2
Stable tag: 0.9.63
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
AMP for WP is the most recommended AMP plugin by the community. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.
== Description ==
AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) functionality to your WordPress site. AMP makes your website faster for Mobile visitors.
[What’s New in this Version?](http://ampforwp.com/new/) | [Priority Support](https://ampforwp.com/priority-support/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) | [View Demo](https://demo.ampforwp.com/amp/) | [Screenshots](https://wordpress.org/plugins/accelerated-mobile-pages/screenshots/) | [Community](http://ampforwp.com/community/)
Any idea?
Thx, Zoltan
Greetings download the theme and activate it to wordpress but the demos are not installed as making please help
Hi,
There are many footer templates that you can choose from
– https://forum.tagdiv.com/footer-templates/
Some contain predefined content and content will be added below them, others are empty templates. The demo uses footer template 1 for example
– https://demo.tagdiv.com/newspaper/
Those three blocks are predefined in the footer template. The logo and footer text can be set in the theme panel
– https://www.screencast.com/t/WEtc5iIyu
Socials can be enabled or disabled in the same footer settings. The socials displayed will be the ones entered in Theme panel->Social networks
– https://www.screencast.com/t/G7EppaN9xriM
Thanks
Hi,
A specific elements for table creation is not available at the moment. You could create simple HTML tables and use them in the post content, or maybe try some plugins that have this capability.
On pages you can use any of the page building elements, choose what you think is required. Check the Features menu in the live demo to see most of the theme options
– https://demo.tagdiv.com/newspaper/
Maybe this will provide some inspiration for the page you want to build.
Thanks
Hi,
The theme does not have options in this matter. The only autoplay option would be for the video playlist element
– https://demo.tagdiv.com/newspaper/video-playlist/
There could be video plugins or players that you could search for and try, instead of using code.
Thanks
I downloaded the lifestyle demo and am testing on my site. it seems really slow in loading the pictures and will say connecting in the bottom of the browser for about 5 or 6 seconds. I have disabled all plugins with no change in slowness. pindgom load times sometimes 60 secs. gtmetrix just times out.
Hi! I have all ready install Say What? demo but i would like to configure de Craft Ideas Header.
I tried setting it up by putting:
HEADER STYLE 10, like in Craft Ideas Demo but de Logo upload is limit to 272 x 90px and 544 x 180px.
And the site looks like this: https://www.dropbox.com/s/9py8brntlwy83wo/Captura%20de%20pantalla%202017-10-19%20a%20la%28s%29%2010.50.58.png?dl=0
What I can do? Thank you
Hi,
1. Please note that the theme width overall cannot be changed. It should not be attempted by custom code. The theme has a fixed width, and all the elements used are dependent on this fact. Modifying the width will most likely break the website. There are precise values used that will not display properly under different circumstances.
On pages you can stretch rows to full width, using the composer. Header and footer elements can be stretched in the theme panel. But a general setting for width is not available.
2. You could adjust the line height for the header menu
– https://www.screencast.com/t/ki24ggk4sU
Increasing the line height value will affect the header menu height.
3. The search icon is a font, it could be increased with some CSS
– https://www.screencast.com/t/WobUXDutVP4
Hamburger menu icon as well
– https://www.screencast.com/t/hOC404fGB
This is the code used in the example, adjust it as you like
.header-search-wrap .td-icon-search {
font-size: 50px;
}
#td-top-mobile-toggle i {
font-size: 50px;
}
The Travel blog demo uses a different header style, so the code will not work. Either change the header style to 6, or modify the header style in the code. Might need to adapt more of the code as well.
When you uninstall the demo, this will remove all the demo settings. The theme panel will be reset. The theme has an option to export/import theme panel settings
– https://forum.tagdiv.com/import-export-theme-settings/
That should be the only case that the theme panel is affected.
Thanks
Hi,
On pages you can use any of the available grids, blocks and other elements to display your posts. Check them all out and pick the ones most suited to display the content
– https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
There is a video playlist element as well
– https://demo.tagdiv.com/newspaper/video-playlist/
Or you can simply paste the video link in a text element on pages
– https://www.screencast.com/t/q00KC4Ol
– https://www.screencast.com/t/1CxMJZOZuL
We will add more elements for the tagDiv page builder in future updates.
There are post templates that you can use for featured videos
– https://forum.tagdiv.com/featured-image-or-video/
These are some video post examples
– https://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
– https://demo.tagdiv.com/newspaper/louge-music-reasons-why-in-form-leicester-city-will-finish/
– https://demo.tagdiv.com/newspaper/td-post-major-deep-feelings-january-2015-deep-house-mix/
Thanks
Hello clueguru,
Notice that the Revolution Slider does not have to be activated. Please check our useful manual here -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/ -> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/ Also, if you want to use our Sliders, please send us an email at contact@tagdiv.com and request them there and we will provide them.
Thanks for your understanding!
Hi,
and one problem has started, the theme is reseting some theme options after demo change. Although yesterday it was working fine. It’s like only post settings (show author box, show social buttons and post template), also font on just one post is reseting to something chosen in the morning.
Slider settings and everything else seems to change as we want and stay that way, but some options are messing about. Do you have any ideas?