wormwoodrocks Posted June 27, 2014 Share Posted June 27, 2014 Hi, I have changed my logo in ftp but the sizign is wrong is there somewhere i need to go to change the logo sizes parametres. Thanks in advance for your time. Kind Regards Dd Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 what prestashop version? what theme? any chance to see it live? Link to comment Share on other sites More sharing options...
NemoPS Posted June 30, 2014 Share Posted June 30, 2014 The logo size should be picked automatically when uploading it, see the following list($width, $height, $type, $attr) = getimagesize(_PS_IMG_DIR_.Configuration::get('PS_LOGO_MOBILE')); Configuration::updateValue('SHOP_LOGO_MOBILE_HEIGHT', (int)round($height)); Configuration::updateValue('SHOP_LOGO_MOBILE_WIDTH', (int)round($width)); So you can either change those values in the DB, or manually change heightxwidth in the template (header.tpl) Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2014 Share Posted June 30, 2014 if i were you i will apply these sizes manually to header.tpl file exactly as nemo mentioned above. there is a code like: <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> replace: {if $logo_image_width} width="{$logo_image_width}"{/if} with width="200" and {if $logo_image_height} height="{$logo_image_height}"{/if} with height="50" where 200 and 50 is a size (width and height) of your logo 2 Link to comment Share on other sites More sharing options...
stevepack Posted March 19, 2015 Share Posted March 19, 2015 I tried this method but got no luck. Cleared cache and reloaded. Nothing. I see this thread is from 2014. Is there something different now? Also, will making the logo a set size affect the sites appearance on tablets and phones?If I could shrink of move the default search field and possibly the cart block I would be super happy. Link to comment Share on other sites More sharing options...
NemoPS Posted March 20, 2015 Share Posted March 20, 2015 @stevepack could you share your site's url? Dimensions might be set via css Link to comment Share on other sites More sharing options...
stevepack Posted March 20, 2015 Share Posted March 20, 2015 It's at www.bardandbroad.com Link to comment Share on other sites More sharing options...
NemoPS Posted March 21, 2015 Share Posted March 21, 2015 Hm, you said you hard modified values?<img class="logo img-responsive" src="http://bardandbroad.com/img/bard-and-broad-store-logo-1426750373.jpg" alt="Bard and Broad Store" width="604" height="98">I take it as that's too big right? Or are those measurements the one you added? If they are, you do have a problem with cache, so try clearing in manually (empty the cache/ compile folder) Link to comment Share on other sites More sharing options...
Jimmy1963 Posted March 29, 2015 Share Posted March 29, 2015 Hi Guys I start a new installation for a jewelry shop ,prestashop 1.6, I still working on it, the problem is when I test There is no carriers . I tried everything I check all the zones, countries , states set carriers by weight , measure ,ETC Everything is working I set USPS, UPS, FEDEX and install the modules and I have subscriptions and API key for every carrier. I live in Puerto Rico ,US. Please need Help I have over two days dealing with this problem and there is no way to set carrier for my shop. I will appreciate any help !!! Thank You 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