AMP Not working pages content not showing

Posted in: Newspaper
Post count: 2

AMP Not working, pages content not showing or layout totally broken, menu bar not working as well.

Post count: 20688

Hi,

So you are using the AMP and mobile theme combination? – https://tagdiv.com/amp-newspaper-theme/
The layout should not be broken if you follow the steps mentioned in the guide.

Note that when the mobile theme is active, pages will display only the content you enter in the mobile editor, as mentioned in the guide
https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

So each page requires two versions, one for desktop and one for mobile. The homepage on mobile is predefined, there will be a top grid with three featured posts, then the content entered in the mobile editor, then a latest articles section. If no content is entered in the mobile editor for a page, it will be empty when the plugin is active.

Regarding the mobile menu issue, we are aware of it. Seems to affect only specific pages, this is investigated and we will fix it.

let me know if you have more questions.
Thanks

Post count: 2

Hi
Another issue i want to show only specific blog categories as my home page display latest post. Have no issues on desktops but in AMP code have no effect and shows all categories.

function my_home_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( 'cat', '1,4,404,12');
}
}
add_action( 'pre_get_posts', 'my_home_category' );

Post count: 20688

Hi,

So you want to exclude specific categories from the mobile latest articles section? You could do it like this – https://forum.tagdiv.com/topic/latest-article-mobil-theme/

Post count: 5

I’ve had some problems with menu in mobile theme. Sometimes in home page it just simply not work. But accessing the post the menu works normally. I think that depends on wich post is showed in homepage, maybe related with post category.

Post count: 20688

Hi,


@jornalcidade
Please try and update to 9.6.1 and check if it happens again. There were some modifications made, the documentation has been updated – https://tagdiv.com/amp-newspaper-theme/
Let us know.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.