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 :)
haykdigital
tagDiv Member

I figured it out

For anyone else wondering:

1) Go to Mobile Theme in the left sidebar of the theme panel

2) Click on the “Mobile Ads” collapse (NOT Amp Ads)

3) Drop your ad code there, they work similarly to the desktop ads section

(I used examples from here: https://github.com/ampproject/amphtml/blob/master/ads/a9.md )

That’s it!

If you want to see an example of this, check out my article here:

https://www.hayksaakian.com/best-capture-cards-for-nintendo-switch/?amp

haykdigital
tagDiv Member

Thanks Vlad. Please send us an update when they fix the AMP plugin and post an update.

haykdigital
tagDiv Member

I have the same problem. Using version 10.2

Example URLs:
1)

2)

haykdigital
tagDiv Member

I figured out how to fix this on my own after doing some testing with the code.

This fix will break every time you update the tagdiv composer or the tagdiv standard pack plugins, so be sure to re-apply it in those cases.

I hope the theme developers can address this problem because it seems like a very simple change to support SEOpress properly

————————————————————

2 changes:

First:
Why? — the tagdiv standard pack outputs an unnecesasry <title> tag which causes your site to show two title tags

Edit this file:
wp-content/plugins/td-standard-pack/Newspaper/header.php

Delete the line that looks like this:
<title><?php wp_title(‘|’, true, ‘right’); ?></title>

Second:
Why? — removing theme support for the ‘title-tag’ prevents SEO Press from feeding your title tag to intended system for wordpress to support this.

Edit this file:
wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php

Edit this section:
remove_theme_support( ‘title-tag’ );

To this:
// 1-12-20 Hayk commenting out this line so that SEO Press can work properly
// remove_theme_support( ‘title-tag’ );

haykdigital
tagDiv Member

@dreammy or @vlad

Was this ever resolved? I think I’m facing the same exact problem.

It seems like i’ll probably need to use a child theme to patch over whatever causes this to happen

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