GetSimple Support Forum
Supremacy Theme - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Supremacy Theme (/showthread.php?tid=5182)



Supremacy Theme - Luigi - 2013-09-18

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/supremacy-theme/706/
Demo: http://getsimplethemes.comli.com/supremacy/
Download: http://get-simple.info/extend/export/8166/706/supremacy-theme.zip


RE: Supremacy Theme - Luigi - 2013-09-25

Added support for Keywords Search plugin.


RE: Supremacy Theme - michaelsage - 2013-11-28

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


RE: Supremacy Theme - Luigi - 2013-11-28

(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


RE: Supremacy Theme - michaelsage - 2013-11-28

(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


RE: Supremacy Theme - Luigi - 2013-11-29

(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


RE: Supremacy Theme - michaelsage - 2013-11-29

(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. Smile

Have a great day

Michael