Jump to content

Disattivare versione mobile


Recommended Posts

Buongiorno, ho la versione 1.6.0.9 di PrestaShop e ho provato a disattivare la versione mobile da "Impostazioni -> Temi -> Attiva tema mobile -> Vorrei disabilitarlo."

Ho cancellato la cache, ma nulla. Il sito continua ad essere visibile anche in versione mobile.

Come devo procedere?

Grazie!

Link to comment
Share on other sites

Ho risolto modificando il file header.tpl e sostituendo la stringa:

<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />

con questa stringa:

<meta name="viewport" content="width=1200px">
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...