-
AuthorPosts
-
November 29, 2012 at 3:18 pm #182688
Hello,
I used to test templates on different web browsers… For JA Lens I made an exception, and today I realize that the spinning logo works well only on Firefox (turns on the right, then on the left, slowly).
IE : no movment
Chrome : “star wars” ! it moves so far that the logo seems losing its head
Safari : the same as Chrome, and this blurs the menu when hovering the logo
Mobile / tested on a Samsung Dolfin browser (recent) : the wheel turns also soooooo quicklyAny idea to fix this ? It’s embarrassing…:eek:
actionlimo Friendactionlimo
- Join date:
- November 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 1, 2012 at 2:50 am #474865I also noticed this, I am not so much worried about the speed but I would like it to move in IE.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 3, 2012 at 4:35 am #474974Hi Guys,
The spinning logo is using CSS3, however, CSS3 is not well supported in IE as Firefox or Chrome. I’m sorry about this.
Regards,
radstu Friendradstu
- Join date:
- December 2006
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 2 posts
May 22, 2013 at 2:06 am #493562Greetings – where would one go to disable the spinning entirely?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
May 22, 2013 at 2:37 am #493566Hi There
<em>@radstu 373772 wrote:</em><blockquote>Greetings – where would one go to disable the spinning entirely?</blockquote>
You could find css rule for the spinning logo in the file /templates/ja_lens/css/template.css
#logo h1 a:hover {
-webkit-animation-name: rotate;
-webkit-animation-duration: 0.5s;
-webkit-animation-iteration-count: infinite;
-webkit-transition-timing-function: linear;
-moz-animation-name: rotate;
-moz-animation-duration: 10s;
-moz-animation-iteration-count: infinite;
-moz-transition-timing-function: linear;
}
So you could remove red lines to disable the spinning logoRegards
1 user says Thank You to HeR0 for this useful post
radstu Friendradstu
- Join date:
- December 2006
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 2 posts
May 23, 2013 at 3:28 pm #493755Thank you!
July 24, 2013 at 2:28 pm #500039Does this delete the intire logo or just remove the spinning hover.. I don’t know how to delete the intire logo.
How do i get my own logo there?
Thanks!
Alex.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 25, 2013 at 1:53 am #500069Hi Isfitness,
The above css code is for removing the spinning feature when mouse over only.
If you wanna change to your own logo, you can open file: /templates/ja_your_default_template/css/template.css
At approx line:
#logo h1 a {
background: url("../images/logo.png");
color: #FFFFFF
display: block;
font-size: 0;
height: 60px;
line-height: 60px;
padding-left: 0;
text-indent: -9999em;
width: 60px;
}
Then change to your logo within above path: /templates/ja_lens/images
Hope it helps.
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by HeR0 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum