Posts: 41
Threads: 9
Joined: Sep 2013
2013-09-18, 12:27:16
(This post was last modified: 2013-09-25, 06:41:18 by Luigi.)
Hi!
This is my first theme, it was adapted from
Supremacy4T template by
4Templates.com, so all design credit to them.
Hope you like it. Any feedbak would be appreciated.
Thanks
PD: English isn't my native language, so appologies in advance for any mistakes.
Info:
http://get-simple.info/extend/theme/supr...theme/706/
Demo:
http://getsimplethemes.comli.com/supremacy/
Download:
http://get-simple.info/extend/export/816...-theme.zip
English isn't my native language. Sorry for any mistakes you may find.
Posts: 41
Threads: 9
Joined: Sep 2013
Added support for
Keywords Search plugin.
English isn't my native language. Sorry for any mistakes you may find.
Posts: 9
Threads: 1
Joined: Jun 2013
Hi
I love the theme. I have a small issue, the search box doesn't appear correctly. Could you help?
the site is
www.jptelemetry.co.uk
Thanks
Michael
Posts: 41
Threads: 9
Joined: Sep 2013
(2013-11-28, 08:52:56)michaelsage Wrote: Hi
I love the theme. I have a small issue, the search box doesn't appear correctly. Could you help?
the site is www.jptelemetry.co.uk
Thanks
Michael
Hi Michael,
Glad you liked it. I saw you changed the css references to the search box, that's why the appearance isn't right. Just check the original css file and restore the references.
Regards
Luigi
English isn't my native language. Sorry for any mistakes you may find.
Posts: 9
Threads: 1
Joined: Jun 2013
(2013-11-28, 14:00:02)Luigi Wrote: (2013-11-28, 08:52:56)michaelsage Wrote: Hi
I love the theme. I have a small issue, the search box doesn't appear correctly. Could you help?
the site is www.jptelemetry.co.uk
Thanks
Michael
Hi Michael,
Glad you liked it. I saw you changed the css references to the search box, that's why the appearance isn't right. Just check the original css file and restore the references.
Regards
Luigi
Hi Luigi
Thank you for taking the time to reply
I have reuploaded the entire theme and this hasn't fixed the issue. Any other ideas?
Thanks
Michael
Posts: 41
Threads: 9
Joined: Sep 2013
(2013-11-28, 17:03:44)michaelsage Wrote: Hi Luigi
Thank you for taking the time to reply
I have reuploaded the entire theme and this hasn't fixed the issue. Any other ideas?
Thanks
Michael
Hi Michael,
Try changing the references manually. Inside you GS installation, go Theme>Edit Theme and select your style.css file. Look for search references (should begin at line 141) and replace the content from line 143 to line 181 with this:
Code:
#search-box {
float: right;
width: 270px;
height: 175px;
background: url(images/search-bg.png) no-repeat left top;
}
#search_form {
margin: 0px;
padding: 108px 0px 0px 0px;
}
#search_form fieldset {
margin: 0;
padding: 0;
border: none;
}
#search-box input.blank {
color: #7C7768;
}
#search_form input.text {
outline: none;
width: 220px;
height: 32px;
border: none;
padding: 0px 0px 0px 10px;
background: none;
line-height: 32px;
font-family: 'Abel', sans-serif;
font-size: 16px;
font-weight: 400;
color: #566B73;
}
#search_form input.submit {
display: none;
}
Regards
Luigi
English isn't my native language. Sorry for any mistakes you may find.
Posts: 9
Threads: 1
Joined: Jun 2013
(2013-11-29, 10:13:08)Luigi Wrote: (2013-11-28, 17:03:44)michaelsage Wrote: Hi Luigi
Thank you for taking the time to reply
I have reuploaded the entire theme and this hasn't fixed the issue. Any other ideas?
Thanks
Michael
Hi Michael,
Try changing the references manually. Inside you GS installation, go Theme>Edit Theme and select your style.css file. Look for search references (should begin at line 141) and replace the content from line 143 to line 181 with this:
Code:
#search-box {
float: right;
width: 270px;
height: 175px;
background: url(images/search-bg.png) no-repeat left top;
}
#search_form {
margin: 0px;
padding: 108px 0px 0px 0px;
}
#search_form fieldset {
margin: 0;
padding: 0;
border: none;
}
#search-box input.blank {
color: #7C7768;
}
#search_form input.text {
outline: none;
width: 220px;
height: 32px;
border: none;
padding: 0px 0px 0px 10px;
background: none;
line-height: 32px;
font-family: 'Abel', sans-serif;
font-size: 16px;
font-weight: 400;
color: #566B73;
}
#search_form input.submit {
display: none;
}
Regards
Luigi
Hi Luigi
That fixed it. Thank you very much.
Have a great day
Michael