-
AuthorPosts
-
October 7, 2014 at 1:26 pm #201886
hi all,
if i choose the effect “image” in templatemager/edit style/theme/logo effect the logo starts to rotate if i move the mouse over it.if i choose the effect “text” the site name and slogen will appear beneath the logo – but no effect on the logo.image effekt : http://www.helixgmbh.com/promaxsug/index.php/pl/
text effect : http://www.helixgmbh.com/promaxsug/index.php/en/is it possible to dispaly the sitename and slogon and got the rotateimage by mouseover aswell?
would be great.thanks in advance.
cwehchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 7, 2014 at 1:45 pm #552118Go to this File: /templates/ja_sugite/css/custom.css
Add this code
#t3-header .logo-image span, #t3-header .logo-image small{
display:block !important;
margin: 0 0 0 14px;
}
#t3-header .logo-image span{
float: left;}
#t3-header .logo a{
display:block !important;
color: #ffffff ;
font-size: 32px;
font-weight: 300;
line-height: 1.3;
}#t3-header .site-slogan{
position: absolute;
bottom: 4px;
left: 60px;
}.logo-image{
position:relative;
}
#t3-header .logo-image img{
float: left;
}October 8, 2014 at 7:47 am #552233hi chavan,
thx for the quick reply. it works but not perfekt.on the english site is the old one – with “text effect”
http://www.helixgmbh.com/promaxsug/index.php/en/
thats the way it should be with the rotating image 🙂on the polski site is the new one – with “image effect”
http://www.helixgmbh.com/promaxsug/index.php/pl/
the text appears, but at the wrong place.on the german site – same setup as the english – it appears in a diffrent way (english site has a own custom.css – thats way this site is different).
thx in advance,
cwehchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 8, 2014 at 4:03 pm #552303Lets fix on by one
1. for this page http://www.helixgmbh.com/promaxsug/index.php/pl/
Replace this code
.logo-image{ position:relative; }
With
.logo-image{ position:relative; height:100%; }
1 user says Thank You to chavan for this useful post
October 9, 2014 at 6:36 am #552361thats great – works fine. all fixed ! :):D
thx alot
October 10, 2014 at 11:05 am #552515one more problem. it works, but only on the start page. if you click on an menut it appears in the wrong position…
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 10, 2014 at 4:39 pm #552546set logo type to image on the Template manager for all the templates.
October 13, 2014 at 1:21 pm #552761your right. set all and its working, thanks again. last question, than everything with the logo is fine 🙂
when i mouse over the logo everything is fine – but if i not moused over there is a small part at the bottem of the circle missing.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 13, 2014 at 3:41 pm #5527751. go to custom.css
Replace this code
#t3-header .site-slogan{
position: absolute;
bottom: 4px;
left: 60px;
}with
#t3-header .site-slogan{
position: absolute;
bottom: 6px;
left: 60px;
}2. Add this code to custom.css
.logo-image{
padding-top:12px !important;
}AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by chavan 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo type (text) with image effect
Viewing 9 posts - 1 through 9 (of 9 total)