PeteZ Posted April 25, 2014 Share Posted April 25, 2014 Upgraded to 1.6. mobile view logo does not show.. http://www.thehappycrafter.com.au/index.php?mobile_theme_ok Link to comment Share on other sites More sharing options...
eburgaz Posted April 25, 2014 Share Posted April 25, 2014 Hello! May pixel dimensions do not coincide.As we know cannot use gif image. Upgraded to 1.6. mobile view logo does not show.. http://www.thehappycrafter.com.au/index.php?mobile_theme_ok Link to comment Share on other sites More sharing options...
PeteZ Posted April 25, 2014 Author Share Posted April 25, 2014 sorry please explain? Link to comment Share on other sites More sharing options...
eburgaz Posted April 25, 2014 Share Posted April 25, 2014 Like that. sorry please explain? Link to comment Share on other sites More sharing options...
eburgaz Posted April 25, 2014 Share Posted April 25, 2014 (edited) You can see and change like that: Edited April 25, 2014 by eburgaz (see edit history) Link to comment Share on other sites More sharing options...
PeteZ Posted April 25, 2014 Author Share Posted April 25, 2014 i tired one more time and now it works. Maybe a caching prob. Many thanks 1 Link to comment Share on other sites More sharing options...
reflectiveoffice Posted September 18, 2014 Share Posted September 18, 2014 Hi, I'm having the same issue with 1.6 and I've tried clearing the cache and regenerating images. The logo will not display on phones and tablets. See here: http://www.cmsbitz.com/presta/ Does anyone have a solution to this? Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2014 Share Posted September 18, 2014 this is your website i see logo there Link to comment Share on other sites More sharing options...
reflectiveoffice Posted September 18, 2014 Share Posted September 18, 2014 I couldn't find a solution to the problem so in the end I had to hack the code. I changed the header.tpl file on line 93 to point directly to the logo URL. Not ideal but it works. LINE 93 changed FROM <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> TO <img class="logo img-responsive" src="http://www.cmsbitz.com/presta/img/logo.jpg" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> Link to comment Share on other sites More sharing options...
wc-dha Posted December 23, 2014 Share Posted December 23, 2014 I experienced this problem on 1.6.0.9 also. I uploaded a logo for my theme at Preferences/Themes/Logo tab which worked fine. When I looked at the Mobile tab the same logo was shown, however when viewing the site on mobile the logo wasn't found and the question mark was shown. I explicitly uploaded the logo again on the Mobile tab and this fixed the problem, since there is now a logo set specifically for mobile. Link to comment Share on other sites More sharing options...
Recommended Posts