No search results were found in Documentation!
Hello,
CSS works in cascades so when there are more then 1 rewrite of the same color, you will be able to see each change happen especial if your connection is slow. If you load a theme demo that changes the colors that is one rewire and if you change the colors again that would be the second one and already you will be able to see the changes happen on page loading. That is the way css works and there is little to be done about it unfortunately. You can make the changes directly in style.css but you will have to re-add them on each update.
You can see the compiled code in your page source: https://www.screencast.com/t/BddeG11R
You can try to add that code at the bottom of style.css
Thank you!
Hello,
There are 2 files that need to be edited. One is wp-config.php and the other is php.ini.
In the wp-config.php you have to add this line to the bottom of the page: define( ‘WP_MEMORY_LIMIT’, ’64M’ );
In the php.ini:
The location of the php.ini may also differ from one server to the other, usually it’s located in the wordpress root, but on some servers it may be found in another location, you have to check the host documentation for more precise details.
1) max_input_vars – This sets how many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). By default this parameter is set to 1000 and this may cause issues when saving the menu, we recommend that you increase it to 2000 or more.
2) max_execution_time – This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. The theme demos download images from our servers and depending on the connection speed this process may require a longer time to execute. We recommend that you should increase it 60 or more.
3) post_max_size – Sets max size of post data allowed. This setting also affects file upload. To upload large files you have to increase this value and in some cases you also have to increase the upload_max_filesize value.
Depending on the host they can be set from php.ini or .htaccess:
If these parameters exist, you can edit their values if not you have to add them to the file.
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
I hope this helps
It won’t work.
But it’s also happened in newspaper demo site.
That screen capture is also newspaper demo site.
Hi,
Yes some of these are options available in the new theme version. You can check the changelog here
– https://themeforest.net/item/newspaper/5489609
And also on the live demo – https://demo.tagdiv.com/newspaper/
Thanks
I like the full width images on the top of the Travel demo. How was that created?
Hello
Is possible to save from my website all post,media images,ect? for reintall fresh wordpress and install theme and import only post? but i want clean with dfault plugins only like your demo? because i had indexed about 10k link on google and i don’t want lost of course
thanks in advance
Thank you for your quick answer, i shall try.
I have another problem with displaying text in bullet point mode and with numbers the problem is the same like this:
http://prnt.sc/erxada
I saw on your demo page that this function works another way:
http://prnt.sc/erxg06
However with arrows it works fine as you described in the documentation. So, I’am confused a little bit.
What can be the problem with the bullet points and with the numbers?
Thank you in advance!
Judit
Hello harmario,
Please keep in mind that until now we do not have encountered any problem in this case and also, we do not have any bad reports, sorry! Unfortunately, I do not know exactly what type of tool you are using and when the second menu appears. Try to check our demo with this tool and check the results. Provide more details about this, sorry!
Thanks for your message!
Hello,
It is exactly the news magazine demo style as I suspected. Please use this code to change the colors:
.td-magazine .td_block_template_1 .td-related-title .td-cur-simple-item{
color:#dfcd3a!important;;
}
Add the code in the theme panel-> custom css box.
Thank you!
Hello polys_a,
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 is 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/
Please keep in mind that at the moment, we cannot provide optimization services because this task involve time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello steve83,
I have inspected your website, and I saw that your Breadcrumbs feature are working fine. I guess that you are referring to these blocks, right? -> https://www.screencast.com/t/J2xYtptM. Please notice that there you have no breadcrumbs because that block has not been designed to use the breadcrumbs, as you can see in our demo, like here -> https://www.screencast.com/t/3i9ZId1dB
Thanks for your understanding!
Hello all,
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 is 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/
Please keep in mind that at the moment, we cannot provide optimization services because this task involve time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi,
These are the available post templates – https://forum.tagdiv.com/post-templates-2/ that can be seen on the demo as well – https://demo.tagdiv.com/newspaper/
If you would like to use the featured image as background you must choose post template style 8 that has this feature. The featured video options is to be used only with these post templates as mentioned here – https://www.screencast.com/t/Oh5mA5vPQt
More information about the featured image/video here – https://forum.tagdiv.com/featured-image-or-video/
A background image can be set for the whole website like this – https://forum.tagdiv.com/background-introduction/
Thanks
Hello,
The related articles title color comes from your theme accent color: https://www.screencast.com/t/sHOKECSo
It depends on the demo you installed though as a theme demo can change the related articles appearance. The news magazine demo for instance has a green color set to the related articles.
Please provide a link to your site so I can inspect it.
Thank you!
Hi,
Please note that the more posts are assigned to specific tags, they will automatically be resized to reflect this, there is nothing special about the tag cloud element in the demo. For example the “art” tag has one post – https://demo.tagdiv.com/newspaper/tag/art/ and the “wordpress” tag has many more – https://demo.tagdiv.com/newspaper/tag/wordpress/ and this is reflected in the tag size.
Thanks
Thumbnail images from post (or main page) are not loading, but when I click on the Thumbnail the full image is loaded without problem.
The images are loading normally when the Baby blog demo are not installed too.
PS.: i already try to “Regenerate Thumbnails” (Plugin) without success.
Hello,
I will create a magazine website where i will include different sections such as news, travel, video, food etc..
Is that possible to install multiple themes/designs for my WordPress site?
It means that each section will have its own design, but they all have the same logo
For instance:
Index page = https://demo.tagdiv.com/newspaper/
Food and drink page = https://demo.tagdiv.com/newspaper_recipes/
Travel page = https://demo.tagdiv.com/newspaper_travel/
Sport page = https://demo.tagdiv.com/newspaper_sport/
Regards
Kim
Hi,
I’ve tried to find an answer but couldn’t.
I’m trying to get my site to look exactly like the default theme demo – I like the look of it.
I’ve loaded the demo settings, but the theme seems to be scaled down (less wide) than the demo site and the post category block isn’t showing up properly either.
I don’t have any image or color chosen in the background, but the theme width is still box mode.
As for the block, the large image shows up on the left colum, but the list of the remaining 4 posts shows up directly below the main image. How do I get it to show up to the right of the main image like the theme shows.

I didn’t think it’d be so hard to get it to look like the actual demo theme. Please help.
Hey Friends,
i got an problem
How can i get this design with the arcticels nice listet like here?
https://demo.tagdiv.com/newspaper/
There is a nice widget(?) i bought the same theme and i choosed the same template but on my site it looks like that: tube-update.net
I really want that look like in the first link
Sorry for my bad english but i hope u understand me
Please help me
Have a nice day!:)
Hello,
I’m developing another site using newspaper and using demo content everything is smooth except of (probably) styles problem in main menu.
Please see screenshot https://www.dropbox.com/s/e9ftlm9mf69w0bq/Screenshot%202017-04-01%2017.28.03.png?dl=0
Demo has been successfully imported, but in dropdown menu “normal” elements (not mega menu) don’t seem to have normal style (background highlight, font, etc.). For example “Urzędy” as seen in screenshot should have bold font, be highlighted, etc. As well as other dropdown menu elements.
Please help. Site is staged (production behind maintenance plugin) – I’ve checked without maintenance on but problem still exists.
Best regards,
Milosz
Although I have Global medicine child theme I can see the style of tags cloud in Default demo template, in https://demo.tagdiv.com/newspaper/tag/wordpress/
But in my child theme the tags cloud (below in http://chilecientifico.cl/chilecientifico/2017/03/22/microbiota-desarrollo-y-crecimiento/) the tags are without costumize and words are all in same size. How can I costumize it?
Hi,
I see you have managed to modify the menu the way you wanted. The new menu was a decision made to improve this section, and keep the theme design up to date with the latest trends – https://demo.tagdiv.com/newspaper/
Thanks
Hi:
I’m using the Demo ‘Politics’ with the header ‘Style 11’ and I want to change the size of the logo to 600×120.
I added this custom CSS to try to increase the size:
.td-main-logo img{width:600px} – but the sites is resizing it and the resolution is not working.
How can I change the size of the Logo?
Thanks!
Hello,
It seems the demo style changes the css of this element. You will have to use css in your theme panel-> custom css box to change the color. Here is the code needed:
.td-footer-wrapper div .td_block_template_4 .td-block-title > *{
background-color: #b50f0f;
}
Thank you!
Hi,
Few months ago I change background on my site in header with no problem.
Now I can’t find where to change it?! Im not sure if something is not shown corectly after update in theme panel? Or Im just blind and cant find it?
Could You help me?
Where to change main background of header?
Please have a look on wczasomaniak.pl – I mean image with beach (in default demo it was image with camel).
Regards