best album and featured artists

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Feb 06, 2014 3:43 am
Reply with quote
Report this post
Hi,
After I canged the tiltle text, best album''s title disappeared.

Grid2, Featured artists,, the image doesn't turn red when hovering mouse on it.

http://www.artfans.ca/

thanks
User avatar
Fresh Boarder

teitbite
Thu Feb 06, 2014 12:23 pm
Reply with quote
Report this post
Hi

Please show me where this "Best album" title should be.

About the hover effect only NSP has it implemented, if You like to use same effect with a custom images please add this to css:

Code: Select all
.gkGridElement .custom.gkPhoto img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

.gkGridElement .custom.gkPhoto:hover img {
    opacity: 0.75;
}
User avatar
Moderator

GK User
Fri Feb 07, 2014 6:10 am
Reply with quote
Report this post
Thanks teitbite
That helps a lot.
Now I have a more urgent issue.
It's quite often(not always though), I have to refresh my home page one more time to get it loaded, otherwise, it will get stuck on a blank page.
How can I fix this?
Thanks.
User avatar
Fresh Boarder

GK User
Fri Feb 07, 2014 9:20 am
Reply with quote
Report this post
colinliu wrote:Thanks teitbite
That helps a lot.
Now I have a more urgent issue.
It's quite often(not always though), I have to refresh my home page one more time to get it loaded, otherwise, it will get stuck on a blank page.
How can I fix this?
Thanks.


It seems to me the problem is gone after I replaced engine.js
User avatar
Fresh Boarder

teitbite
Mon Feb 10, 2014 10:18 pm
Reply with quote
Report this post
Hi

That's odd. I've helped to remove this for couple of users and engine.js was never a matter. Anyway I'm glad it's ok now :)
User avatar
Moderator


cron