bobbysocks Posted December 6, 2014 Share Posted December 6, 2014 When I do a "View Page Source" from my landing page index.php in Prestashop 1.609, I see the following: <!DOCTYPE HTML><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="en"><![endif]--><!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="en"><![endif]--><!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="en"><![endif]--><!--[if gt IE 8]> <html class="no-js ie9" lang="en"><![endif]--> <html lang="en"> <head> <meta charset="utf-8" /> <title>Nimian Sky Flight Gear</title> <meta name="description" content="Shop powered by PrestaShop" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="index,follow" /> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> ....... etc Can anyone tell me which file or where the bottom two metas are brought in from? AND Where or how can I change "apple-mobile-web-app-capable" content="yes" to "apple-mobile-web-app-capable" content="no"? Link to comment Share on other sites More sharing options...
bobbysocks Posted December 6, 2014 Author Share Posted December 6, 2014 Found it myself. /themes/default-bootstrap/header.tpl <head> <meta charset="utf-8" /> <title>{$meta_title|escape:'html':'UTF-8'}</title>{if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />{/if}{if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}" />{/if} <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> Link to comment Share on other sites More sharing options...
djpaul Posted March 7, 2016 Share Posted March 7, 2016 Well, on some reason now it works. I think the problem was at the hosting company because I also saw 2 folders with the same files from prestashop. But it's ok now, thanks for your support! Paul Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now