- NewspaperAutoptimize Plugin – install and configuration
- NewspaperCache plugin – install and configure
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- TutorialsHow to install Revolution Slider
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
- TutorialsHow to Install bbPress forum
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperStripe Setup
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperFlex Block Settings Guide
- NewspaperHow to setup the Contact Page
- NewspaperAdd Cryptocurrency Price Ticker Widget
Ah got it, I was downloading only the installable WordPress file, not the whole package. It’s named differently.
Thanks
I put that code into custom css but nothing changes. The text is floating.
So the plugin has created problems? If I deactivate it, will everything be rearranged or will I have to reinstall the theme? What do you suggest?
Thank you for responding. Since there is no ART CREEK SPECIFIC SLIDER included in the Newspaper 9 am I able to install any of the sliders into the ART CREEK theme or do the provided sliders only work in the theme the slider is named after?
Hi,
Looks alright now from what I can see. The plugins you were using were causing the issue if now it works when they are deactivated. Not all plugins will work with all themes. Some may work with one theme while with another one they won’t.
Also be sure to have enough wp-memory – https://tagdiv.com/newspaper-theme-requirements/
We recommend a value of 256M if possible. Having insufficient memory may lead to crashes as you install more and more plugins.
Thanks
Hi Calin
This is how I have updated the theme installing (using the WordPress method). I have been using this method for updating since I purchased the theme with all kinds of updates over the years without problem. If WordPress update method is an option why do you recommend FTP? Thanks.
Mark
That is what I was doing to suggest next, maybe files from WordPress have been affected by the quarantine or removed completely because of the infection. WordPress does have a reinstall option – http://prntscr.com/n0yg53
Here are some guides I found – https://kinsta.com/blog/reinstall-wordpress/
– https://www.hostinger.com/tutorials/how-to-reinstall-wordpress
Also make a database backup before doing it, so that the posts are safe.
Hi,
I have created a simple custom field called personName in a post.
I have installed td-api-plugin, created a page and I use “Block 77” in this.
I want the value of this custom field to show up under the post’s title in that page.
Let’s assume that I create this custom field with key “personName” and I give it a string value.
Then I go to module_77.php file and I add some code to display the this string value:
<?php
class td_module_77 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="td-module-image">
<?php echo $this->get_image('td_324x235');?>
<?php if (td_util::get_option('tds_category_module_1') == 'yes') { echo $this->get_category(); }?>
</div>
<?php echo $this->get_title();?>
<?php echo $this->get_excerpt();?>
<?php $personName = get_post_meta($post->ID, 'personName', true);
echo $personName;
?>
<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>
<?php echo $this->get_quotes_on_blocks(); ?>
</div>
<?php return ob_get_clean();
}
}
The result is here
The value is not showing up under the excerpt.
I have tried various ways, like having that string in “Subtitle” and tried to display the post’s subtitle in the page, under each post’s title or excerpt but with no luck.
Any recommendations, please?
Hi,
Do you have installed the Mobile Theme plugin? Clear all the caches, purge CDN files and check the results. If the problem is still there, please let us know. For more details about our mobile theme functionality, please check here -> https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Maybe you mean the newsletter plugin, this is provided as well in the theme package, since version 8.7 – https://forum.tagdiv.com/the-newsletter-plugin/
You can install it manually from the theme plugins folder – http://prntscr.com/n0wmtt
Or from the theme plugins panel – http://prntscr.com/n0wn8c
If this is not available for you, you must be using a theme older than 8.7. Let me know if you have more questions.
Thanks
Hi,
Please make sure that you are using the plugins that came with the Newspaper version that you have install.
Also please make sure that you have the last version of theme, before to make the update please make sure that you make a full backup to your website.
Please follow our documentation for How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/
After theme update please check the theme plugins to be updated and activate in specially tagDiv Composer and tagDiv Cloud Library if you are using elements from cloud -> https://www.screencast.com/t/aNq9x55w
Thank you!
I could not re-install the theme via wordpress since nothing works on the back end, I tried to go through the installation via FTP. I tried login in afterwards and the back end remains the same, while the front end says “stylesheet missing”. I was actually wondering if what I need to re-install is wordpress and not the theme, since it is the regular wordpress functions that are not working, but the question is how do I re-install the wordpress without losing the already existing data and content especially the posts made since 2years ago on the website.
Thank you for your assistance.
PS: I had to revert back to the former Newspaper theme folder since the new one I installed created more problem.
Hello support team,
since I installed the AMP plugin I am receiving tons of 404 errors in my Google Search Console. I followed the guidance and your recommendations in this thread. The main error I am getting is “Custom Java Script is now allowed”.
I am attaching a couple of screenshot from my Google Search Console and hopefully you can help me to figure out the problem.
http://www.screencast.com/t/n8wjd9aHrV8W
http://www.screencast.com/t/ZcIOJayh0aU
Thanks in advance.
Hi,
If you want to update your theme, we recommend to do it manually, according to our documentation from here -> https://forum.tagdiv.com/install-via-ftp/ via FTP way. This is the most healthy and safe method. You need to download the latest theme packet from your Theme Forest account and then, follow the steps from the documentation.
Thank you!
Hi,
Please make sure that you follow the update of theme like in our documentation -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Install via FTP – https://forum.tagdiv.com/install-via-ftp/
Install via WordPress – https://forum.tagdiv.com/install-via-wordpress/.
How to Update the Newspaper Theme for WordPress – https://tagdiv.com/update-newspaper-theme/
If you have child theme please deactivate it until you update/install the theme.
We recommend to be made via FTP.
Thank you!
I can’t find that section in my install, I am using 9.5 as said in the title.
Thanks!
Dear
I thank you for your attention.
I’m doing process for optimization of my site dicaappodia.com
I followed exactly what you requested on this site.
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/cache-plugin-install-and-configure/
But after I installed the WP Super Cache plugin the template does not work, I lost all of its training, how to solve it?
Just deactivate the plugin and install them again first install the mobile theme and then AMP.
Deactivate all other plugin and then check… might be some other plugin is conflicting @kiran
Hi,
Please check our documentation for the New Header Main Menu with Newspaper Theme -> https://tagdiv.com/header-main-menu-newspaper-theme/
Main menu -> https://forum.tagdiv.com/main-menu/
Mega menu -> https://forum.tagdiv.com/mega-menu/
You need to install the Cryptocurrency Price Ticker Widget here is what you need to do -> https://www.screencast.com/t/ufiiI5kd -> https://www.screencast.com/t/b6hIS9X62a
-> https://www.screencast.com/t/jJ05fPj3jEV
set the shortcode for crypto in column text ere it says Please install the Cryptocurrency Price Ticker Widget” , click edit Content ( or you can add a new column text and set the code in it ) https://www.screencast.com/t/j2d4i6aXZX
-> https://www.screencast.com/t/Ct4FbpjV3v
Thank you!
Hi.
I just installed newspaper 9, but some demos are missing (not clickable for it´s intall in the admin panel). Particularly FAST NEWS is the one I need, but I can´t intall it.
Hi ,
Question 1
I inputed new category however the menu cant sync with my adjustment how can i fix it?
Question 2
I want to put cryptocurrency live market chart widget on my website .I have installed some plugin i found online and the main install instruction is to place their generated code.I tried to insert those code in the theme panel’s custom code part but it doesn’t work.
Please give solution to above problem,many thanks
OK yes that is what it looked like, so I suppose I need to reinstall the theme update, then immediately go into the plug-ins menu and update TagDiv composer. I was under the impression that the theme plug-ins would update automatically, along with the theme, by using the Envato Market plug-in to install the theme update.
Hi,
You need to increase page loading speed, please check our guide for this -> https://tagdiv.com/how-to-increase-page-loading-speed/
Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Thank you!
Had to change the URL and reinstall old theme again.
That link will not work at all now.
Please refer to the original question in the thread as to why the Amp pages lost all previous formatting.
BTW Mobile theme is not activated.
Hi.
I’ve installed a template from cloud template plugin.
I want that all my categories archives use the same template, but I want that in the first block (Big Grid 5) apears only 3 posts from the current category.
Is it possible or I’ve to duplicate the template for each categories and change in each one template only the “Big Grid 5” filter?
You need to properly configure robots.txt and disable indexing these directories, you will get rid of the error and unnecessary traffic from the robots
exemple:
User-agent: *
Disallow: /cgi-bin
Disallow: /?
Disallow: /wp-
Disallow: *?filter_by
Disallow: *?s=
Disallow: *&s=
Disallow: /search
Disallow: /author/
Disallow: *?attachment_id=
Disallow: */trackback
Disallow: */feed
Disallow: */embed
Disallow: */page/
Allow: */uploads
Allow: /*/*.js
Allow: /*/*.css
Allow: /wp-*.png
Allow: /wp-*.jpg
Allow: /wp-*.jpeg
Allow: /wp-*.gif
Allow: /wp-*.ttf
Allow: /wp-*.woff
Allow: /wp-*.svg
Also, if you downloaded the theme via ftp and not through the wordpress installer, you need to specify permissions for 755 folders and 644 theme files so that you don’t feel any inconvenience in using the theme in the future.
-
This reply was modified 7 years by
vitamin_ka.
-
This reply was modified 7 years by
vitamin_ka.