Add a module class suffix.

GK User
Mon Mar 28, 2011 12:05 pm
Hello gavick team,
How do i add a module class suffix to my template?
The image of how i want the suffix to look is attached to this mail.
Thanks.
suffix1.png
User avatar
Fresh Boarder

GK User
Mon Mar 28, 2011 2:41 pm
Hi

This is considerate customization... but here's what you need to do.

Add this code on override.css file (don't forget to enable first on template parameters):

Code: Select all
.moduletable.mysuffix div {margin: 0!important;}
.moduletable.mysuffix .moduletable_content {padding: 0 15px 10px!important
.moduletable.mysuffix {border:2px solid #BD3929;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.moduletable.mysuffix h3 {color: #fff!important;background: -moz-linear-gradient(top, #0095EB, #0071B2)!important; background: -webkit-gradient(linear, center top, center bottom, from(#0095EB), to(#0071B2))!important; background: -o-linear-gradient(top, #00c7ff, #0071B2)!important;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095EB', endColorstr='#0071B2');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095EB', ndColorstr='#0071B2')";
background: linear-gradient(top, #0095EB, #0071B2);}}


Now if you add "[space]mysuffix" to the module, the result will be like this:

screen_2011-03-28-2.png


Notice that this will not work in all IE browsers.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Mar 28, 2011 3:16 pm
Hello Gavick team,
Thanks for the help, though i've tried it and still wouldn't even work on firefox browser. I'll like to have it work on all browsers, please let me know how much the customization would cost.
many thanks.
David.
User avatar
Fresh Boarder

GK User
Mon Mar 28, 2011 4:18 pm
davo wrote:Hello Gavick team,
Thanks for the help, though i've tried it and still wouldn't even work on firefox browser. I'll like to have it work on all browsers, please let me know how much the customization would cost.
many thanks.
David.


NOt working in FF? :huh: ... Impossible.
Did you add correctly the code?
Did you enable override.css file?
Did you add space before "mysuffix"?

About customization support, i'm afraid we don't provide yet this service. :(
Maybe some skill Member might help you on this.

Cheers
User avatar
Platinum Boarder

GK User
Mon Mar 28, 2011 8:46 pm
davo if you still need help you can contact me through email
User avatar
Gold Boarder


cron