AMP question

Posted in: Newspaper
Post count: 92

Hello
Because in AMP version we can not display sidebar which consists the important information for our clients, is it possible to make the link or the button in AMP version which offers to go to full-version of site? And how to realize this?
Thank you

Post count: 35449

Hi,

You can insert a button with a link on it, after you click on it you’ll be redirect to that link
https://www.screencast.com/t/EJkhDt9pvsjo
https://www.screencast.com/t/zaFuDuczG

Hope this will help you.

Thanks.

Post count: 92

Yes but how to display such button/link only at AMP version?

Post count: 35449

Hi,

Just add a class on the button and set on that class display: none
here is an example:
https://www.screencast.com/t/DyGgqTBw
https://www.screencast.com/t/Fzm0VWljkg
.button1{
display: none;
}

Results: https://www.screencast.com/t/7nnrBAkP
https://www.screencast.com/t/yi5hCzlXC

Thanks.

Post count: 92

Calin Thank you!
I will try to ajust and play with this.

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