- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
IF i have to manually edit them. Is there a way to export the information the information as to what article uses what template. So that i can mark off each article as I fix it.
So for example I can see what articles out of the 10,000 are video articles, so I can manually change them and use the global default for everything else.
I say in my question that I have used a number of templates.
So I am afraid I need to ask the question again:
“Over the years I have used a variety of post templates. But namely Single Template 12 for blogs, and Single Template 10 for videos.
I note I can pretty much replace 12 with an equivalent from Cloud and use Theme Panel to apply it as default to all posts under site wide default post template.
But how do i tell the database that it should take all current posts using Single Template 10, and now use its equivalent which appears to be Cloud Template Single Template 9 ?”
Can you advise as to how I can do this ?
How do i replace existing template choices with the new templates other than manually editing 10,000 articles. Is there a table in MySQL where I can search replace for example ?
I also had no answer to my question two.
I have selected that option and removed the WP Rocket plugin, it looks like on mobile the AMP version is not displayed.
these are formers email, I swear I have sent you new emails with contact@typemeon.com, it’s about edge problems and footer logo amp, please check in spams.
first mail “reduce size logo”:
lun. 23 déc. 2019 08:50
second mail ” mega menu issue edge
“:
lun. 23 déc. 2019 08:50
-
This reply was modified 6 years by
gumball44.
So if i will select just AMP it will use always the AMP on mobile?
Hello !
Please note that on Newspaper runs best with AMP And Mobile theme plugin. If you’re using the Mobile plugin the best would be Mobile + Amp.
You can find more information in our documentation here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hello – I’ve enabled mobile ads in theme panel – mobile theme by pasting my ad code in general ads – footer ad as well as article ads – article bottom ads and I’m not seeing the ads appear on my post in the mobile theme. Here’s an example of one I’m looking at – https://www.pinkluggageabroad.com/maldives-luxury/.
Please let me know if there’s something else I need to do? Thank you.
Hello – I’m using the TagDiv Instagram widgets on a few of my pages (both sidebar and footer) and they don’t seem to be updating. I’ve followed the instruction on the theme panel – social media to connect the instagram account and it all looks good there. Here’s an example page: https://www.pinkluggageabroad.com/maldives-luxury/
could you please let me know what I need to do in order to update? Thank you.
Hi,
I like to use the Single Post Template 32 from the Cloud Template Source.
It looks awesome, but the Youtube Video does not scale correctly into the 16/9 placeholder (in the header).
I switched the post to video (which is recommended). If I switch to standard, the Youtube Thumbnail is perfectly scaled as the featured image, but it seems, that while switching to video, there is a problem with the proportions.
Funny thing is, that once played the youtube video in fullscreen it fits the form, but that´s just for the moment and is not saved afterwards.
I also don´t use any demos but hte basic newspaper theme, which also causes some trouble. As an example, I only have “naver” as an option for sharing buttons in the post and no matter if I click that away, it always switches itself back on.
Thanks in advance
Hi Calin,
This is really sad news for me, but I don’t think it’s good to change the seo plugin.
My amp is showing this error in google webmaster. Do you know why this happened now?
https://drive.google.com/file/d/1PMkS1sxcJIZL6HTGB_Zbo7KERutLyHAM/view?usp=sharing
https://drive.google.com/file/d/1u52uQUuXymMREda8EVaIF9rGZrOuSVxW/view?usp=sharing
This issue appears after I set up my AMP
waiting for your response.
thank you,
Sumit.
Is it possible to have css code to insert a background image/advert for a specific page or post?
And if so, do you have an example of the code?
Thank you for detailed and helpful reply Calin!
>>>For example on the last query you can get the last 20 publish articles, if there is no >>index on post_date, the query will be slow if there is set an index the query will be >>fast.
So all in all as we are using the template with latest articles (put 20), it calls the query from wp-core so actually in order to fix something need to make better the native wp queries for it?
Ok I have deactivated almost all my plugins now and put the theme back to mobile + AMP – this is still an issue? I can’t leave my site broken like this for a long time – do you have a more immediate fix for this vs me waiting over 24 hours for a response?
The theme is still active it is just set to AMP while I figure out a solution, I did turn off, a number of plugins and clear the cache for each one and this still did not resolve. I can’t leave up a broken site.
Post Loop does not show as my config tells it to. For instance I wish for it to show the category below the image and then the title. As displayed in this example, but it does not show this way.
https://photos.smugmug.com/photos/i-pdzw7FC/0/74fcd0ef/X3/i-pdzw7FC-X3.jpg
I’ve had this issue before. Sometimes it works correctly, sometimes it doesn’t. I wish to know what triggers this.
Hello,
First of all, I want to say that I am very sad. I think I made the wrong choice. Previously, I bought many themes from Envato (Betheme etc). You’re one of the worst examples I’ve met in response speed and solution generation.
In this link on your website (https://tagdiv.com/wpml-newspaper-theme-compatibility/) you talk about your compatibility with third-party translation plugins. It was a feature I checked before I bought your theme. But now you say that currently other translations do not come from the Newspaper theme.
I also want to ask you two things. You totally ignore one.
In my previous ticket, if there is no direct solution to this issue. since you’re the manufacturer of the theme, I’ve asked you to share which files I need to edit for this fields. You have no comments or comments about this.
Hello !
AMP Works only with Mobile Theme. Please read our documentation: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hello,
I have tried your suggestion but currently I am on a shared hosting environment with over 12.000 pics for regeneration, it just never ends, and I am not sure if this plugin actually deletes the unnecessary thumbs…
One faster way i found if someone has shell access to the Host domain is the below.
cd directory to the upload folder of the wordpress for ex.
cd /example.com/wp-content/uploads/2020/01/
and run the following with correction to the resolutions you don’t need.
find . -type f -name ‘*[324]x[400]*’ -delete
find . -type f -name ‘*[1068]x[0]*’ -delete
find . -type f -name ‘*[1920]x[0]*’ -delete
find . -type f -name ‘*[0]x[420]*’ -delete
find . -type f -name ‘*[80]x[60]*’ -delete
find . -type f -name ‘*[265]x[198]*’ -delete
find . -type f -name ‘*[1068]x[0]*’ -delete
find . -type f -name ‘*[356]x[220]*’ -delete
find . -type f -name ‘*[356]x[364]*’ -delete
find . -type f -name ‘*[533]x[261]*’ -delete
find . -type f -name ‘*[534]x[462]*’ -delete
find . -type f -name ‘*[696]x[385]*’ -delete
find . -type f -name ‘*[741]x[486]*’ -delete
find . -type f -name ‘*[1068]x[580]*’ -delete
this one delete FAST all the thumbnails not needed by your theme.
Best Regards
Hi,
I’ve made some investigations for these queries and these are not from our theme, are from WordPress
-> https://i.imgur.com/VLk8Ye8.png -> https://i.imgur.com/3ppn11T.png -> https://i.imgur.com/NxlIFTa.png -> https://i.imgur.com/YOJBr2P.png
-> https://www.screencast.com/t/hYrDlUEtsho
If you have many articles you’ll need to make some special queries for what you want to extract from database. For example on the last query you can get the last 20 publish articles, if there is no index on post_date, the query will be slow if there is set an index the query will be fast.
Also our theme dose not have specialize queries, it is using the layers provide by the WordPress -> https://i.imgur.com/rU4w88X.png now if you have a big database as in this case the CMS need to be adapted, find the slow queries and optimize them.
Also you can check some similar topic from WordPress forum -> https://wordpress.stackexchange.com/questions/166448/how-to-optimize-wp-site-for-millions-of-posts maybe this will help you.
Thank you for your understanding!
Hello,
I sent you passwords yesterday. Post contents cannot be displayed today. Url is right but content is “No content to display”. For example; https://www.konsultasyon.net/reflu-nedir/.
When I look at this page, although I have content in the content management system, I cannot see this content on the page. Does this have anything to do with your arrangement?
Thanks,
Best regards…
Cem
Hi,
I am having doubts about whether I should use Mobile theme or Mobile + AMP or AMP only. website url: https://janprahar.com
right now I selected the Mobile + AMP version of the site. Can you please brief me pros and cons of all three versions?
Also right now I am facing issue indexing site.
this is what I can see an error in my google webmaster tool:
“URL is an alternate version
This is an AMP version of another URL, which can appear in mobile search results. Learn more”
Coverage
Alternate page with proper canonical tag
Discovery
Sitemaps
N/A
Referring page
None detected
URL might be known from other sources that are currently not reported
Crawl
Last crawl
Jan 7, 2020, 11:27:56 PM
Crawled as
Googlebot smartphone
Crawl allowed?
Yes
Page fetch
Successful
Indexing allowed?
Yes
Indexing
User-declared canonical
https://janprahar.com/world/45-marriages-done-in-mexico-jail-in-2019/393/
Google-selected canonical
Same as user-declared canonical
Please help me to resolve this issue as I wanted to submit the site completely clean to Google and then I’ll apply for news approval.
amp installation as specified. i’m not using mobile theme. problem is continues
Hello, we have an issue when preview a post. The preview crash.
Here is the error log:
[Tue Jan 07 11:16:59.200185 2020] [proxy_fcgi:error] [pid 30149:tid 140520709936896] [client 186.52.146.139:45676] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to a member function format() on boolean in /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667\nStack trace:\n#0 /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}()\n#1 /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke()\n#2 /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-includes/template-loader.php(98): include(‘/var/www/vhosts…’)\n#3 /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-blog-header.php(19): require_once(‘/var/www/vhosts…’)\n#4 /var/www/vhosts/opcion.com.uy/httpdocs/marketing/index.php(17): require(‘/var/www/vhosts…’)\n#5 {main}\n thrown in /var/www/vhosts/opcion.com.uy/httpdocs/marketing/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667\n’, referer: https://www.opcion.com.uy/marketing/wp-admin/post-new.php
[Tue Jan 07 11:17:04.651399 2020] [proxy_fcgi:error] [pid 30149:tid 140520837773056] [client 186.52.146.139:45836] AH01068: Got bogus version 9, referer: https://www.opcion.com.uy/marketing/?p=5925&preview=true
[Tue Jan 07 11:17:04.651439 2020] [proxy_fcgi:error] [pid 30149:tid 140520837773056] (22)Invalid argument: [client 186.52.146.139:45836] AH01075: Error dispatching request to :, referer: https://www.opcion.com.uy/marketing/?p=5925&preview=true
Any help?
This is not helping. All my plugins are necessary I’ve removed all unncessary plugins to increase speed. Here is a list of the plugins on the site – do you know maybe of a setting within the plugin that might activate the issue. Plugins on my site are all for optimization, caching etc. I’ve tried disabling plugins and clearing cache but this does not help.
Akismet, Amazon Link builder, AMP, Classic Editor, Cloudflare, Contact form 7, Cookie Notice, CoSchedule, Easy Table of Contents, Envato Market, Featured Images for RSS, Glue for Yoast, Login Lockdown, mailer Ligt, SG Optimizer, She Media, Short Pixel AI, Short Pixel, Social Pub TagDiv: Cloud, Composer, Mobile, Newsletter, Social Counter, Standard Pack, Thirsty Affiliates, Unlist Posts, Wordfence, Yoast.