Framework logo disappeared

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 10, 2014 9:40 am
Reply with quote
Report this post
Hello,
I have just remands my site and moved to Joomla 3.3.3
I have an intermittent problem where the framework logo no longer shows.
I am using a past css override, see below.
Any suggestions as to how I can get the framework logo back :)
Code: Select all
#gkFrameworkLogo {
display: block;
width: 298px;
height: 50px;
background: url(\'/templates/gk_startup/images/live50px.png\') no-repeat 0 0;
text-indent: -9999em;
margin: 10px auto 0 auto;
}


http://bit.ly/frameworkmissing
Kind regards
Drew
Drew
User avatar
Gold Boarder

GK User
Wed Sep 10, 2014 11:07 am
Reply with quote
Report this post
Code: Select all
background: url(\'/templates/gk_startup/images/live50px.png\') no-repeat 0 0;

Please remove escapes so this line changes to:
Code: Select all
background: url('/templates/gk_startup/images/live50px.png') no-repeat 0 0;
User avatar
Moderator

GK User
Wed Sep 10, 2014 10:59 pm
Reply with quote
Report this post
Nailed it - thanks.
User avatar
Gold Boarder

GK User
Thu Sep 11, 2014 3:49 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Fri Sep 12, 2014 12:18 am
Reply with quote
Report this post
All sorted thanks.
User avatar
Gold Boarder


cron