Desktop amp show up as Mobile Theme

Posted in: Newspaper
Post count: 34

I want to remove the “About” as it did not link to the page for mobile theme. https://www.snaptaste.com/?amp
Also is the desktop amp supposed to show mobile theme or responsive?

Post count: 35449

Hi,

If you want to remove the “ABOUT US” block then you’ll remove the “Privacy Policy” too, but you can use a custom css only for about section:
.td-footer-description .block-title {
display: none;
}

The code need to be set in Theme panel> Mobile theme> Custom code> css.

The amp plugin need to be use with mobile theme plugin, as results the amp will have the same templates as mobile theme.

Thank you!

Post count: 34

Thank you!

Do you know the code to disable download images and when they download the file diplay as .wepd?

Post count: 35449

Hi,

To block the users to download the images you’ll need to use a plugin, our theme do not has this option. Also for the extension of file .wepd I think that it should have this format from start or you maybe using some plugins you can set that extension.
4 Ways to Prevent Image Theft in WordPress
9 Ways to Protect Your WordPress Blog’s Images from Theft

Thank you for your understanding!

Post count: 34

Thank you Calin

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