See this guide here https://forum.tagdiv.com/how-to-update-the-theme-2/ (FTP is the recommended way to avoid any errors).
The ticker at the top uses a shortcode from this plugin – https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/ and you can place it in a column text element for tag div composer.
After you have installed that plugin you should add the shortcode generated by the plugin and place in the header column text like this -> https://www.screencast.com/t/AB20uPgwMr
Try these guides
– https://forum.tagdiv.com/system-status-parameters-guide/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Clear your site cache and browser cache and check again (also reset CDN files if you use it).
Do you have the Yoast SEO plugin installed? You should install it and follow this tutorial to enable Facebook Open Graph (OG)tags https://kb.yoast.com/kb/getting-open-graph-for-your-articles/. Once you are done, use the Facebook debugger https://developers.facebook.com/tools/debug/ to scrape your URLs afresh.
It is (always) recommended to set up a staging site to test your theme updates (and plugins) compatibility before deploying the theme to your main site. https://themeisle.com/blog/wordpress-staging-site/
Just click on your username at the top right next to the tagdiv support forum menu and select ‘edit profile’ in the drop-down menu. You will see an option to change your nickname from there.
Use the Facebook debugger to debug your URL and scrape until you see the image if you are sure your og tags are correct https://developers.facebook.com/tools/debug/
Try these guides
– https://forum.tagdiv.com/system-status-parameters-guide/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Which error? It is better if you screenshot the error and share it here.
The backslash does not affect your SEO. But you can remove it as follows https://youtu.be/EVXQr2m1pCc
The ticker at the top uses a shortcode from this plugin – https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/ and you can place it in a column text element for tag div composer.
After you have installed that plugin you should add the shortcode generated by the plugin and place in the header column text like this -> https://www.screencast.com/t/AB20uPgwMr
Which file are you uploading? Make sure it is the Newspaper.zip file and not the newspaper-rtf one.
The demo content is only supposed to help you in setting up your site and to give you an overview of how it will look once it is done. You should delete the content once you are done setting your theme.
@tecniconapoletano but do remember that newspaper 8.7 is an entirely ‘new’ theme so if you modified your old theme, some of the things might not work with the new theme. So, you better backup everything on your site before updating.
If you are installing your theme from the WordPress theme installer, but get a message that says Are you sure you want to do this? most likely your web server is configured with low PHP settings that only allow a certain size ZIP file to be uploaded via WP admin. https://theme-fusion.com/knowledgebase/are-you-sure-you-want-to-do-this/.
Two solutions:
1. Tell your host to increase your post_max_size to 50Mb
2. Upload the theme via FTP https://forum.tagdiv.com/install-via-ftp/
I have seen it. Initially, I had the code inside the header file of the main theme and the views dropped by nearly half. Will keep it there in the theme panel. Thanks for your help.
Thanks. Does the google analytics code in the analytics section work for the mobile theme?
You are welcome.
I see…Thanks. Is there a tool that I can use to test the mobile theme look and speed? Because except google testmysite, the rest I have tried show the responsive theme…
Try these guides
– https://forum.tagdiv.com/system-status-parameters-guide/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
You are welcome.
Scroll down the page editor to the homepage latest articles settings section, Select post loop settings and in the article list title section, fill what you want and update the page.
For Newspaper, us this code
.author-box-wrap .avatar {
display: none;
}
.author-box-wrap .desc {
margin-left: 0px;
}
The same should work for newsmag. Paste the code in the custom css section.