- Posts: 160
- Thank you received: 1
logo not changing when changing the stlyle
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
8 years 7 months ago #46559
by hkeyzer
logo not changing when changing the stlyle was created by hkeyzer
I created a new logo and uploaded it. Using the default style (blue) I then changed the logo in the sparky framework feature settings and logo changed on the live page.
www.nzvirtuemart.co.nz
- new logo showed up fine.
However when I change the style to "style 2" (green) and in the sparky framework settings I select the new logo as above. The logo does not change in the front end - logo image never changes regardless of the image selected for the logo.
Same applies if I try and use the "style 3" (red) option
I note I could change the default image - but that would defeat purpose of being able to use template framework features.
How do get the framework to show the logo I want to use regardless of the style selected?
Thanks
However when I change the style to "style 2" (green) and in the sparky framework settings I select the new logo as above. The logo does not change in the front end - logo image never changes regardless of the image selected for the logo.
Same applies if I try and use the "style 3" (red) option
I note I could change the default image - but that would defeat purpose of being able to use template framework features.
How do get the framework to show the logo I want to use regardless of the style selected?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
8 years 7 months ago #46561
by milos
Replied by milos on topic logo not changing when changing the stlyle
Hello,
Edit file /templates/hot_clinic/library/logo.php and delete this part:
Regards,
Milos
Edit file /templates/hot_clinic/library/logo.php and delete this part:
Code:
<?php
// for Hot Clinic, change logo according to the style selection
if ($templateStyle == 2) { $logoImageFile = "logo_2.png"; }
if ($templateStyle == 3) { $logoImageFile = "logo_3.png"; }
?>
Regards,
Milos
The following user(s) said Thank You: hkeyzer
Please Log in to join the conversation.
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
- Posts: 160
- Thank you received: 1
8 years 7 months ago #46563
by hkeyzer
Replied by hkeyzer on topic logo not changing when changing the stlyle
Thanks,
Fixed can change logo in any of the pre-select styles now.
Fixed can change logo in any of the pre-select styles now.
Please Log in to join the conversation.
Time to create page: 0.146 seconds