Sorry, I didn’t mean to try and hijack your thread. The correct schemas do show up in the google schema validator for me. Close to fixing this mobile menu button issue, it wasn’t because of that code I posted.
It looks like it’s been disabled and is using the Rank Math Pro schemas. I’ve just been having problems with the mobile menu button not working and it looks like a standard pack code is included where the schema shows up, it’s the part of code where the menu button is.
This is just before the menu button script code: <body class="post-template-default single single-post postid-253921 single-format-standard td-standard-pack cookies-not-set td-menu-mob-open-menu" itemscope="itemscope" itemtype="https://schema.org/WebPage" style="position: relative; min-height: 100%; top: 0px;" aria-hidden="false">
I’m having a similar problem, I need to remove that feature completely.
The Newspaper theme’s built-in “article” schema isn’t ideal for many websites. I’m using Rank Math Pro because of all it comes with and how light usage it is. Yoast is very overrated and very overpriced for what you get in it. I’m using three different schemas with Rank Math Pro, the default Article schema, plus two global templates for speakable articles for mobile and desktop versions. Speakable schema is used for voice-activated searches such as Amazon Alexa or Google voice assistant.
Hi, I know this is an old thread, but I had run into the same problem. I just figured out that I can simply disable lazy load for all images of a specific size instead of for classes like the mobile version problem.
I changed the image sizes that the mobile version plugin uses by editing the mobile theme files such as single.php. There was an issue with the mobile theme using big images by default that slows down a website. The only problem is that I had to add code into the mobile functions.php, and I have to keep the scripts backed up because it’ll all disappear after the plugin updates. Really wish TagDiv would give us a child theme for the mobile plugin.
So, I simply added this into WP Rocket lazy load exclusion settings and now lazy load is disabled for all images of this size:
-533×261.jpg
-533×261.webp
It isn’t the best method, but it’ll have to do.
I’m also having an issue with mobile-friendly pages and it’s killing my SEO.
The issue started around May 4, there were 1,382 mobile-friendly pages on that day, then suddenly the number plummeted to now only 198 mobile-friendly pages. I’ve been using the tagDiv mobile theme plugin for the Newspaper theme. My website is TheAEGISAlliance.com … Even though my site loads fast on mobile and the mobile version shows up, Google Search Console doesn’t think so. I don’t use AMP and that’s never been an issue with mobile-friendly pages before now.

-
This reply was modified 5 years by
AEGISAlliance. Reason: email notification option
It could have to do with the Dark Pro single template.
I’ll see what I can do. I tried activating a different theme and the problem doesn’t happen in other themes.
I thought it was fixed but now the issue came back again after simply adding the title to the post template because I had forgotten to when I created the new Black Pro post template.
I changed the post template and that resolved the issue.
I didn’t have this problem with other themes, but it’s been a problem ever since I’ve been using the Newspaper theme.
If I add a span and end span after the first paragraph, then there’s no new line after the second paragraph instead. The p HTML and end p show up after the first paragraph and don’t wrap around it, it’s just an empty p there. I can try a different post template if nothing else works.
Adding span makes second paragraph have no new line after it instead
Empty p /p after first paragraph instead of wrapping around it
https://www.dropbox.com/sh/lf1zszqp1q4msud/AADcMgPIix3ADm43-NnyDKhha?dl=0
-
This reply was modified 5 years by
AEGISAlliance.
-
This reply was modified 5 years by
AEGISAlliance.
After trying other functions.php code to try and get it to work, I found a simple workaround solution.
Instead of linking to the custom post type category pages in the mobile menu, I simply linked to its default archive URL.
Example: https://www.theaegisalliance.com/indie/
Example: https://www.theaegisalliance.com/tweets/
While this doesn’t completely solve the issue, it’s still much better than nothing.
If by the responsive version you mean AMP, I just don’t use it because of its limitations. While I’m able to use a custom blacklist sanitizer override plugin to allow things otherwise not allowed in AMP, it still restricts me from using rotating ads in AMP, such as our shop ad that shows a new ad image every 6 seconds.
-
This reply was modified 5 years by
AEGISAlliance.
Jerikstl… I know this is probably an obvious answer, but have you tried clearing all caches? Caching plugin, browser cache, and CDN/Cloudflare cache.
You can also try manually installing the theme with a fresh download from ThemeForest. Then log into your web host > CPanel > File Manager > WP Content > Themes > Don’t rename the old theme folder, but compress it to use as a backup, upload fresh theme zip file into the themes folder, theme zip file only, delete old theme folder, then extract fresh theme zip file. You won’t lose any of your settings this way either.
EDIT: Delete Newspaper theme folder only, not child theme.
-
This reply was modified 5 years by
AEGISAlliance. Reason: edit don't delete child theme
If this is for your mobile site, the constant reloading on mobile version is caused by the official google AMP plugin, you may have to disable the AMP plugin and your site will go back to normal. I think the theme developers are working on a fix. Non-AMP mobile version is capable of doing more too, there’s still a mobile version without AMP plugin active, and you can redirect AMP to the non-AMP mobile version if you have Yoast SEO plugin, the popular redirects plugin with 1 million installs hasn’t been updated in 4 months and will cache redirects making them difficult to get rid of, so any URL that has the letters “amp” together in it will redirect to a URL with letters missing and give a 404 error page.
Disable official AMP plugin, then:
Add this 301 Regex Redirect:
Regular Expression: (.*?)/?amp/$
New URL: https://yourdomain.com/$1
You can do the same for “amp/” “amp=/” and “?amp=/”
EDIT: The AMP version looks exactly the same as the non-AMP mobile version too, only that the non-AMP mobile is capable of doing more things.
-
This reply was modified 5 years by
AEGISAlliance.
ok, hopefully, it isn’t the theme interfering with category RSS feeds. I just can’t afford to set up a staging site for my website or I would.
I noticed that since installing the newspaper theme the link previews don’t work in the popular “Discord” app. Discord uses the same social metadata as Facebook and Twitter, and there aren’t any problems with the link previews for those, but there are issues with discord link previews not showing up.
I found exactly what causes the issue. It’s mainly caused by AdSense in-content auto ads, and may also happen from the setting that allows AdSense to modify your ad codes on mobile.
Here is my AdSense support forum thread describing the issue:
https://support.google.com/adsense/thread/73171793
Thanks for your fast response!
Nevermind, it was adsense auto ads causing it. Maybe disabling adsense from modifying ad codes on mobile will help resolve the issue while still having auto ads on. Sorry for the inconvenience.
The in-content auto ads were the main cause of this issue, but it still happens with manually placed responsive ads.
-
This reply was modified 5 years by
AEGISAlliance.
I had already checked last night and allow_url_fopen is on, I checked in Cpanel php.ini editor. I had also contacted web hosting support and they said it’s turned on.
Adding @ to line 792 made the mixed content warning when editing templates go away, but the non-AMP mobile version is still broken.
I tried uninstalling and reinstalling the AMP plugin. Then uninistalled Jannah theme just to be safe, then updated permalinks with no changes. No luck. I disabled wp fastest cache and the premium plugin, refreshed permalinks again. (I’ve had no problems with wp fastest cache and Newspaper theme btw.)
I went into WP-Optimize and ran database optimizations, including cleaning some orphaned data that didn’t need to be in the database. Still no luck. Re-enabled wp fastest cache plugin, and I had been clearing cloudflare cache too during this time. Still no luck. I was also clearing browser cache.
I checked .htaccess file but didn’t see anything out of the ordinary unless I missed it.
I had noticed the mobile theme was broken not long after trying to add that logo image to MintySide Pro footer that caused the @ to disappear on line 792.
I emailed you guys Cpanel and WP-Admin logins.
-
This reply was modified 5 years by
AEGISAlliance.
I’ve tried uninstalling and reinstalling td composer, and td mobile theme, I also tried uninstalling and reinstalling the theme, but nothing works. Also, my site is currently running AMP for the mobile version, but I had redirects set up before to use the non-AMP mobile version because it’s capable of doing more such as the text to speech button. The non-AMP mobile version was working with no problems for quite a while.
My web host re enabled allow_url_fopen on their end, but I’m still getting mixed content warning in template builder for AEGIS-App-v3-200×200-1.jpg because it’s served over HTTP and not https… I deleted the image too. It just won’t go away from my site. I’ve completely removed it from the footer too. The mobile version for theaegisalliance.com is still completely broken also.
Hello. This is the second time I’ve had this same problem when adding a logo image in the footer with the tagdiv composer template builder, the logo that goes with the site title and tagline in the footer created a PHP error, and it’s happening with the Minty Pro footer I think it is. This is the second time I’ve had to contact my webhost support so they can enable allow_url_fopen on their end. It shows enabled in my Cpanel php.ini, but it actually isn’t enabled, even if I disable and re-enable it in php.ini.
It breaks the mobile version of my entire website and it will just rapidly keep reloading the web page on mobile, and images don’t load correctly, it jumps to the top when trying to scroll down.
The error is on line 792 of tdb_header_logo.php, but I get something weird on line 816 also, but it could just be the svg. I’m not sure if it’s normal.
Inbetween ” for $logo_image = ”; on line 816 I get: +/VFkz/6XTzORpC9jetuBMWM5iXmJ6byOFG2mdQNCA5P/bIhVPwkHFH0J6Ernuq6bII9xC2ho2Z1PGFn4pylVSzGdXT883kc04a/zsFwATSE1Dd6RwpXV8B8ms3wmpb3iGQdN4pkoQLPMVc3COlfvU+NuRd5OYcj1HsLat+sq7uGtI3JMCS/iXnK7+Al6FVkFxYwOrY5wz6GQuQs2zuqUtaArO7oKlBtVkhbtm+xYFYYcXQhnU6yBf1SgnMpqP+GUZXv4HTWv66jUwfh7sswY46R4t9MYeV1dPecbWvdWUyX51k/oYM+6uGsBb7Q+72xuvcwNmm2lPClC9XG2V49DgTBOOqGsdA423J0LW4vNqyHbiMfKXtTtMuYVCi2Hd26amDZYEdwrmZ0RezqSHVFxu2XIZzBfg75igepkfkgKe7aS+xWeOaMjhbCwtX9rmDLy/Tf7vgHgnQNxKnNE3xU2S1lWd3CP/e7wLqCJS+K6Up2osMHN3GPxzX0X8Z08lDnV+YDwNEfAZVCRX2dhM6vcJqOVAffMefbhLuq8qOM6bBwErOHplRROqXd2gpXQlzkE3VwoINdvQ0+r0obxcUgWLNYXgyOIur8F7Z8eft6u608AAAAAElFTkSuQmCC
Here is the error I get:
[19-Sep-2020 06:39:43 UTC] PHP Warning: getimagesize(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/theaegis/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
[19-Sep-2020 06:39:43 UTC] PHP Warning: getimagesize(https://www.theaegisalliance.com/wp-content/uploads/AEGIS-App-v3-200×200-1.jpg): failed to open stream: no suitable wrapper could be found in /home/theaegis/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
I’ve tried deleting my instagram username “aegisalliance” saving the page, then re-entering the username and saving it again, but there’s still a # symbol at the end of the URL. Now it takes me to http://www.instagram.com/aegisalliance/# … the link works now, but it’s preventing the number of followers from showing up.

