- Posts: 132
- Thank you received: 0
Fasion Store bottom buttons problem.
-
ukgreg
Inactive member - Topic Author
- Member
Less
More
13 years 2 months ago #11309
by ukgreg
Replied by ukgreg on topic Re: Fasion Store bottom buttons problem.
Sorry but it still dont working. The code is changed, suffix added but no background.
Help please
Help please
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11320
by ivan.milic
Replied by ivan.milic on topic Re: Fasion Store bottom buttons problem.
It looks like you deleted styling for them in template_css.css (very bottom)
Check if you have this:
Check if you have this:
Code:
.bottom .custom_buttons {
color: #6a675b;
}
#content_gradient .bottom .custom_buttons ul{
margin:0;
padding:0;
}
#content_gradient .bottom .custom_buttons li {
float:left;
list-style:none;
padding:0px 55px;
}
#content_gradient .bottom .custom_buttons li:first-child {
background: url(../images/circle.png) no-repeat left 7px;
}
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat right 7px;
}
#content_gradient .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:5px;
text-decoration:none;
}
#content_gradient .bottom .custom_buttons ul li a span {
text-transform:lowercase;
font-size:30px;
}
#content_gradient_home .bottom .custom_buttons ul{
margin:0;
padding:0;
}
#content_gradient_home .bottom .custom_buttons li {
float:left;
list-style:none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
#content_gradient_home .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:15px 60px 0 67px;
text-decoration:none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}
#content_gradient_home .bottom .custom_buttons ul li a span {
text-transform:lowercase;
font-size:35px;
}
Please Log in to join the conversation.
-
ukgreg
Inactive member - Topic Author
- Member
Less
More
- Posts: 132
- Thank you received: 0
13 years 2 months ago #11322
by ukgreg
Replied by ukgreg on topic Re: Fasion Store bottom buttons problem.
Thanks for you quick answer but everything (the code you've sent) is there i've just checked:
And i did not touch this file before, but i think something is missing in the code below you've gave me before:
Just I remember that there was something else, but I maybe wrong.
I really can not afford to reinstall all of it. If you need i can upload files you need to check. I'm loosing my hope
Code:
.quote {
border-top:4px solid #444;
border-bottom:4px solid #444;
padding:8px;
font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
font-size:18px;
text-align:center;
background:url(../images/quote_bg.jpg) repeat-x;
color:#000;
font-style:italic;
}
.bottom .custom_buttons {
color: #6a675b;
}
#content_gradient .bottom .custom_buttons ul{
margin:0;
padding:0;
}
#content_gradient .bottom .custom_buttons li {
float:left;
list-style:none;
padding:0px 55px;
}
#content_gradient .bottom .custom_buttons li:first-child {
background: url(../images/circle.png) no-repeat left 7px;
}
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat right 7px;
}
#content_gradient .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:5px;
text-decoration:none;
}
#content_gradient .bottom .custom_buttons ul li a span {
text-transform:lowercase;
font-size:30px;
}
#content_gradient_home .bottom .custom_buttons ul{
margin:0;
padding:0;
}
#content_gradient_home .bottom .custom_buttons li {
float:left;
list-style:none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
#content_gradient_home .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:15px 60px 0 67px;
text-decoration:none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}
#content_gradient_home .bottom .custom_buttons ul li a span {
text-transform:lowercase;
font-size:35px;
}
And i did not touch this file before, but i think something is missing in the code below you've gave me before:
Code:
<ul>
<li id="sign"><a href="/fashion_store/index.php?option=com_user&view=register">SIGN UP FOR MAIL</a></li>
<li id="check"><a href="http://www.facebook.com/pages/Hot-Joomla-Templates/220907358524">CHECK US OUT ON <span>FACEBOOK</span></a></li>
<li id="free"><a href="/fashion_store/index.php?option=com_content&view=article&id=35">FREE SHIPPING ON FOOTWEAR!</a></li>
</ul>
I really can not afford to reinstall all of it. If you need i can upload files you need to check. I'm loosing my hope
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11326
by ivan.milic
Replied by ivan.milic on topic Re: Fasion Store bottom buttons problem.
ok, maybe
wrap it with <div class="custom_buttons" like this:
<div class="custom_buttons" >
<ul>
<li id="sign"><a href="/fashion_store/index.php?option=com_user&view=register">SIGN UP FOR MAIL</a></li>
<li id="check"><a href=" www.facebook.com/pages/Hot-Joomla-Templates/220907358524 ">CHECK US OUT ON FACEBOOK
<li id="free"><a href="/fashion_store/index.php?option=com_content&view=article&id=35">FREE SHIPPING ON FOOTWEAR!</a></li>
</ul>
</div>
if that don't give desired result change .custom_buttons to .moduletable_buttons in that css
wrap it with <div class="custom_buttons" like this:
<div class="custom_buttons" >
<ul>
<li id="sign"><a href="/fashion_store/index.php?option=com_user&view=register">SIGN UP FOR MAIL</a></li>
<li id="check"><a href=" www.facebook.com/pages/Hot-Joomla-Templates/220907358524 ">CHECK US OUT ON FACEBOOK
<li id="free"><a href="/fashion_store/index.php?option=com_content&view=article&id=35">FREE SHIPPING ON FOOTWEAR!</a></li>
</ul>
</div>
if that don't give desired result change .custom_buttons to .moduletable_buttons in that css
Please Log in to join the conversation.
-
ukgreg
Inactive member - Topic Author
- Member
Less
More
- Posts: 132
- Thank you received: 0
13 years 2 months ago - 13 years 2 months ago #11331
by ukgreg
Replied by ukgreg on topic Re: Fasion Store bottom buttons problem.
:woohoo: Bless you mate!!!! Thanks its working now
Thanks Thanks Thanks!!!!!
But the one thing can you please go and see why the buttons behaviour like that when i change theirs tittle?? There is lots of space on the right without the background.
Link \
www.yessie-k.de/index.php
Thanks Thanks Thanks!!!!!
But the one thing can you please go and see why the buttons behaviour like that when i change theirs tittle?? There is lots of space on the right without the background.
Link \
www.yessie-k.de/index.php
Last edit: 13 years 2 months ago by ukgreg.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago - 13 years 2 months ago #11360
by ivan.milic
Replied by ivan.milic on topic Re: Fasion Store bottom buttons problem.
you can use style="width:350px;"... on LI tags to make them wide as you want (350 you should adjust).
Last edit: 13 years 2 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.109 seconds