Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
NyttenET
tagDiv Member

Hey Calin, I have sent an email from our Tech Team Account. Please check.

NyttenET
tagDiv Member

Hello Team,

Thanks for the update,

We have chcekd form our end and there is no any

As we are not using any third-party plugin, I’m not sure why we’re still encountering issues related to the image.

Also, we don’t have the option for the admin bar in the AMP view, and the popups are displaying without any dependency on the admin bar. Please let me know if you need access to the staging site.

Thank you.

NyttenET
tagDiv Member

Hi Calin,

Thanks for the suggestions.

We attempted to deactivate the tagDiv Mobile Theme plugin and avoided using any custom mobile pages created with tagDiv Composer, instead relying solely on the responsive desktop version. However, we’re facing a few issues:

  • Images are not loading. it is giving me structure like this:
    <span class="entry-thumb td-thumb-css amp-wp-73151a4" data-amp-original-style="background-image: url('https://preprod.eurasiantimes.com/wp-content/uploads/2022/07/f-35-usa.jpg?w=696&h=0&crop=1')"></span>
  • A pop-up (Live CSS) keeps appearing on the screen and doesn’t close for some reason.

For your reference, please check the screenshot below:
Screenshot

NyttenET
tagDiv Member

Hi,

Regarding the CORS headers, we are using the AMP plugin. We have already reviewed the AMP plugin code, and the required headers are included by default.

Sample code from the plugin:


public static function send_cors_headers() {
		$origin        = null;
		$source_origin = null;
		if ( isset( $_SERVER['HTTP_ORIGIN'] ) ) {
			$origin = wp_validate_redirect( wp_sanitize_redirect( esc_url_raw( wp_unslash( $_SERVER['HTTP_ORIGIN'] ) ) ) );
		}
		if ( isset( self::$purged_amp_query_vars['__amp_source_origin'] ) ) {
			$source_origin = wp_validate_redirect( wp_sanitize_redirect( esc_url_raw( self::$purged_amp_query_vars['__amp_source_origin'] ) ) );
		}
		if ( ! $origin ) {
			$origin = $source_origin;
		}
		if ( $origin ) {
			self::send_header( 'Access-Control-Allow-Origin', $origin, [ 'replace' => false ] );
			self::send_header( 'Access-Control-Allow-Credentials', 'true' );
			self::send_header( 'Vary', 'Origin', [ 'replace' => false ] );
		}
		if ( $source_origin ) {
			self::send_header( 'AMP-Access-Control-Allow-Source-Origin', $source_origin );
			self::send_header( 'Access-Control-Expose-Headers', 'AMP-Access-Control-Allow-Source-Origin', [ 'replace' => false ] );
		}
	}
  • This reply was modified 11 months by NyttenET.
NyttenET
tagDiv Member

Hi Calin,

What we are trying to understand is – Why our stories do not open on the Google News App?

We consulted experts, and many suggested this could be an issue with the theme.
What do you think?

Looking Forward

NyttenET
tagDiv Member

Hi Calin,

Thanks for sharing the articles but unfortunately none of them is similar to the issue that We are facing on our website with the tagDiv newspaper theme.

In the issue that we are facing, our website “https://www.eurasiantimes.com/&#8221; articles is not opening in the Google News mobile app. If you open to Google News mobile app and then search EurAsia Times in the app, then if you click on any of the Eurasian Times stories, the blank page is coming within the Google News app.

NyttenET
tagDiv Member

Hi NewspaperTeam,

Can we please look into my concern on priority? This issue is impacting my revenue badly.

NyttenET
tagDiv Member

Hi Team,

In Addition to my previous mail.
There are other users as well who also faced this issue and all user are using newspaper theme only. We request you to kindly look into this matter asap.

Viewing 8 posts - 1 through 8 (of 8 total)