Site logo

Archived topic

AMP Improvements

3 replies · Started by Ryan on November 29, 2019

Viewing posts 1–4 of 4

It's time to renew my Generatepress subscription. I'm running my website now on fully native amp so that support is really what I care about. It concerns me that no improvements have been made for the amp for generatepress plugin. Is amp support actively being worked on? I'm just trying to decide if I should renew for another year, switching a theme is a pain so I would rather stick with Generatepress is amp is a priority.

Hey Ryan,

We're planning on polishing and finishing up our AMP for GeneratePress plugin in the early new year. Once it's done, we'll be adding it to the .org repo for ease of installation.

Sorry for the delay here! If you run into any issues with the plugin as-is, please don't hesitate to let us know so we can continue to improve it.

Thanks!

Thanks for the recent work on the amp plugin, svg icons are working for me now. I wanted to make it where clicking anywhere on the menu title in the mobile would drop down the menu. I used this code which seems to work, unless you have a suggestion that would be better. The only issue I could see is the text could overlap with the icon at extremely narrow widths. Thanks for the help.

.menu-item-has-children button.dropdown-menu-toggle {
	color: black;
	width: 100%;
	left:0;
	padding: 0;
}
.menu-item-has-children button.dropdown-menu-toggle .gp-icon {
	float: right;
	padding-right: 30px;
}

What if the user wants to click on the parent item and go to that page?

This archived topic is closed to new replies.