Jump to content

Prestastore Alt Theme - Removing My Concept Store Logo?


Recommended Posts

This is a screenshot of the theme.

 

http://media.prestas...alternative.jpg

 

How do I remove the My Concept Store Logo? (BHL_HOMEPAGE_LOGO). I have tried to edit blockheaderlogos.php but if I remove the link to the png file the homepage doesn't display at all.

 

public function install()
{
if (!Configuration::get('BHL_HOMEPAGE_LOGO_HEIGHT'))
Configuration::updateValue('BHL_HOMEPAGE_LOGO_HEIGHT', 71);
if (!Configuration::get('BHL_HOMEPAGE_LOGO_WIDTH'))
Configuration::updateValue('BHL_HOMEPAGE_LOGO_WIDTH', 215);
if (!Configuration::get('BHL_HOMEPAGE_LOGO'))
Configuration::updateValue('BHL_HOMEPAGE_LOGO', 'v2-logo.png');

Link to comment
Share on other sites

  • 9 months later...

Another issue. A real one :)

 

I am using the ALT templte too and 'd like to use this "Header logos v1.0 " that comes with the template that is an original Prestashop template.

 

However, I exchanged the logo and add picture with ones of my own and now I cannot delete them anymore?!

 

There is this trashcan icon but it does not make a thing and I do not find the code where to comment out the given picture. At least I do not want to have the logo part.

 

Can you help me?

Link to comment
Share on other sites

i hv used this theme before but it has been awhile working on it but there wasn't any major issue..

 

anyway, perhaps check your setting in

 

Preferences > Performance and turn on Force Compile and turn off Cache..

 

Additionally, clear browser's cache, and then refresh page. See if you get to see any changes made.

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...