- NewsmagInstalling pre-built websites
- NewsmagIntroduction
- NewsmagSmart Lists
- NewsmagTheme thumbs
Hello,
the same here.
After the last update – 6th December – the theme continue to restore the following demo images even if I delete them every time:
– tdm_pic_1.jpg
– tdm_pic_2.jpg
– tdm_pic_3.jpg
– tdm_pic_4.jpg
– tdm_pic_5.jpg
– tdm_pic_6.jpg
– tdm_pic_7.jpg
– tdm_pic_8.jpg
So strange and unexpected. It happens ONLY with these images, if I delete my own images, they don’t appear again.
Demo images are restored every time even if I delete them.
Is it possible to fix this issue?
Thank you!
I want to display block 14 and 9 just like you have done in gadgets demo.
I added those to block but they display full width. What css effects did you apply?
Hello irfan.id,
Sorry for this but please notice that if you will check our demo preview you will see that the page score is very good. Notice that the page speed depends greatly on how well your site is customized and optimized. The only useful guide, in this case, can be found here
-> https://forum.tagdiv.com/how-to-make-the-site-faster/ Also, you can read here -> https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Hope this helps!
Thanks for the message!
This plugin EventOn (https://codecanyon.net/item/eventon-wordpress-event-calendar-plugin/1211017) works without problems with the Newspaper theme.
Live Demo: http://demo.myeventon.com/
ok, so here is what I’ve found out so far (I can’t seem to edit previous posts):
The demo looks as intended in any category.
The homepage though, is set to “blog” (the breadcrumb shows home/blog). It’s a fresh inststall so no way this has been set manually.
Plus when I address the homepage manually URL/home the layout is broken.
So bottom line: demo layout (newsmagazine) works on category level.
But not on the homepage.
How can i get that button shortcode that you have used in new demos ?. Also is there a code available to display message box or alert box shortcode using some css code ?. I don’t want to use any shortcode plugin.
So after playing around with it, I was able to find out that it works with any category.
However, on the homepage it still shows just a regular blog style list of articles.
The only thing I need to achieve now is that demo look (news magazine) for the home page (all categories).
I’d be thankful for any hints. thank you.
Hi,
The top part of that demo is not a Hero element. It consists of a row split in half, the image is a inline image element (on the left), then multiple inline text elements and a couple of buttons. The button elements have an option to scroll to class, this will produce the result you are looking for when scrolling
– https://www.screencast.com/t/CNwYarKX
Thanks
Hello,
That design is specific for the gadgets demo. Those are 2 blocks in fact. The one on the top is a block 14 and the one without images is a block 9
Thank you!
Hi,
The thumbnails will be created from the featured images you set for posts. They will be cropped center top, that was decided to be the best method in general.
Most of the images used in the demo are around 1068 × 713px to allow the theme to create proper thumbnails for all modules
– https://forum.tagdiv.com/theme-thumbs/
In order to achieve the result you want in the menu, experiment with different image sizes. Do not use such small images the thumbnails will not look properly. Take into account that they will be used on other modules as well, not just the menu.
Thanks
Hi, I just installed the Newspaper theme and it’s exactly what I needed for my site.
However, I chose and installed a demo but the homepage doesn’t look like the demo at all. It shows just a list of articles as it did initially when I installed Newspaper.
How do I get the home page to look like the demo?
Thank you.
I just purchased a newspaper theme and I tried uploading it but it showed “please try again”. Then I tried uploading it via FTP but their some files failed to upload. I just need the solution for this as soon as possible.
This is the system status shown in Newspaper:
Theme config
Registration key i themenull.net Reset key
Theme name i Newspaper
Theme version i 8.5.1
Theme database version i 8.5.1
HTTP channel test wordpress
Installed demo i Tech News – demo ID: tech | install type: no_content
php.ini configuration
Server software i Apache/2.4.27 (Unix) OpenSSL/1.0.1e-fips
PHP Version i 5.6.30
post_max_size i 8M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 30 – the execution time should be bigger than 60 if you plan to use the demos. To see how you can change this please check our guide here.
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise, it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
mbstring available
WordPress and plugins
WP Home URL i https://vinstechs.com
WP Site URL i https://vinstechs.com
WP version i 4.9.1
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
Hi,
the second time happened when the theme “restore” deleted items…
I removed the demo images – 1. from wp-admin/media – 2. from everything in the uploads directory.
2nd of December had a 30 min server downtime ( still not sure what was caused – since got doubled memory/4 GB/, disk space/40 GB/ )
25th December had a DDOS attack against portal, caused a “frozen menu on mobile” and “no pictures were shown” about 5 hours on the website.
After both outages, the theme API ( what else? ) restored parts from demo content – like changed back the color settings to its default, restored all DELETED demo images to the media library…
So, I will move the stuff to a dedicated server / 2 TB disk, 64 gb ram /, but I don’t want the demo content is shown again – so complete remove the demo installer, also I want to remove all unnecessary items like woocomerce, bbpress related things from function.php
And would like to set the customised settings as default. Whenever I load a page/post I see a slight delay – and the default blue colors on the header. – Why is it loading the demo original at all?
2.,
///SSO Notice Conflict detected — your theme or another plugin is adding meta property=”og:image” to the head section of this webpage.
SSO Notice 1 duplicate meta tags found. Check 0 of 5 failed (will try again later)…
SSO Notice Checking https://1000wordsmagazine.com/?p=2321 for duplicate meta tags…
///
I removed the meta property tag because interfere was caused by wpsso SEO plugin.
wp-content/themes/Newspaper/mobile/functions.php
if (!empty($td_image[0])) {
echo ‘<meta property=”og:image” content=”‘ . $td_image[0] . ‘” />’;
3.,
I would like to show shortcodes on category and tags pages. But the snippet not works, in function .php.
And in twenty5-6-7 themes working – therefore Newspaper theme strips out the shortcode support.
add_filter( ‘category_description’, ‘do_shortcode’ );
https://premium.wpmudev.org/blog/cool-wordpress-category-pages/
https://webgilde.com/en/shortcode-not-working-category-description/
https://github.com/Yoast/wordpress-seo/issues/4786
That was the recommended solution from those websites, but it does not work at all, with the Newspaper theme.
Thank you, Zoltan
Each post needs to have a featured image set, in order for the thumbnails to be created
– https://forum.tagdiv.com/theme-thumbs/
The theme will crop the images and create thumbnails
– https://forum.tagdiv.com/featured-image/
If an image is not set, the theme will display a default no-thumb placeholder on the modules. As for the size of the featured image, there is no recommendation. The demo you install contains mostly images of 1068 × 713 px, as mentioned. However, for superior thumbnail quality you could use bigger image sizes. For example, in the live demo this featured image size is used for a post
– https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/01/01-girl.jpg
– https://demo.tagdiv.com/newspaper/
The mega menu uses a thumbnail as well, the thumbnail size cannot be changed
– https://www.screencast.com/t/7OLNwwdDyR8U
There are multiple post templates that you can choose from
– https://forum.tagdiv.com/post-templates-2/
See them live in the demo (Features menu).
Hi, I’d like to accomplish the same thing as in the dental studio demo when you click on the “Learn more” button on the homepage hero. When I set the link to #rowID, it works, but without smooth scrolling. I couldn’t find anything in the tutorial on this.
I’ve installed Newspaper 8.5.1
Thanks!
Hi bro, in business demo i have this:
But in my new site in same network, “Por felipenws” is missing
Only show date
How solve that?
Pls go to
May be a plugin or something, can u help me
Ok, I have add the class to 3 of the menu items to demonstrate what happens.
It displaces the menu text and the icon does not appear… just a square box in its place. The alignment is messed up. Also it seems to have effect the menu texts font-weight.
I implemented it on 3 menu items:
Home, Heritage and Events.
Hi,
The sliders do not have this functionality. Users can click and slide the posts or you can set an autoplay with the duration you choose for these elements
– https://demo.tagdiv.com/newspaper/ios-slider/
– https://demo.tagdiv.com/newspaper/big-grid-slide/
– https://www.screencast.com/t/4pYGqhcVQDi4
A hover feature for sliders similar to the one on the website you mention, is not available at the moment.
Thanks
Hello,
Please translate the title in a capitalized format from here: https://www.screencast.com/t/FAbH7usRSPG
Explanation: The text is already uppercase by default and changed to lowercase with css for that demo. So capitalizing an uppercase text will result in uppercase text. There is no way to capitalize the first letter if it’s already uppercase along with the rest of the text. I hope this makes sense:)
Happy holidays!
Hi,
There is a setting to create a border around the website, the demo in question is using it. Please check in the theme panel here and remove the value if not required
– https://www.screencast.com/t/bBavXOQS
Thanks
Hi, how are you? I’m trying to import the Dental demo for my site of seguro auto br, but it’s giving this error: “Did you disable any tagdiv plugins?”, But the plugins are active.
Besides this error, others appear;
wp booster error:
td_api_base :: mark_used_on_page: a component with the ID: tdm_header_style_3 is not set.
/home/server/public_html/site_name/wp-content/themes/theme_folder/includes/wp_booster/td_api.php
wp booster error:
td_api_base :: get_key: a component with the ID: tdm_header_style_3 Key: file is not set.
/home/server/public_html/site_name/wp-content/themes/theme_folder/includes/wp_booster/td_api.php
wp booster error:
The path of the tdm_header_style_3 header style not found. Did you disable a tagDiv plugin?
/home/server/public_html/site_name/wp-content/themes/theme_folder/includes/wp_booster/td_api.php
I’m using an under construction plugin, how will you log in to view?
Can you help me?
I just installed Newsmag along with the Classic Blog demo (which I really like).
Problem is that none of the images work on the posts. When I check edit, I’ve got a featured image, but the post just shows a big black image.
This is frustrating. I have never seen this on any theme before.
I am in the process of configuring and customizing my website with Newspaper 8 using Construction Demo. The problem I am having seems dumb, but I oblige to ask since I figure out my next step. Can I make Construction use a fullwidth? As of now, there white space on all four side (top, left and right side, bottom).
Remy
Hi,
Please provide more details about the problem so we can help you. The demos can be installed like this
– https://forum.tagdiv.com/installing-demos/
If you could specify what are the issues that are preventing you from installing a demo, it would be very helpful.
Thanks