Template Pricetable

GK User
Wed Jul 09, 2014 7:24 pm
Hi,

Is there also a pricetable for this template? Where can I find this code?

Regards, Bruce
User avatar
Senior Boarder

GK User
Thu Jul 10, 2014 7:12 am
Sorry, no.
User avatar
Moderator

GK User
Thu Jul 10, 2014 7:14 am
No, in this one we don't add price tables - available typography elements you can preview here » Typography
User avatar
Platinum Boarder

GK User
Thu Jul 10, 2014 7:29 am
Can I take the css code for a price table of previous gavick templates? Or are there any limitations?
User avatar
Senior Boarder

GK User
Thu Jul 10, 2014 7:39 am
You can copy html and css from another template. There are threads on this forum about the way to do it - just use search.
User avatar
Moderator

GK User
Wed Aug 20, 2014 1:41 am
Hi.
I added the HTML and CSS (override, styles, typography and every CSS file that contain the gkPriceTable classes in the Simplicity template) to the Events Template files but it doesn't seem to work .

Can you give me a hint of how to fix it?

URL: http://www.ibdf.mx/website/index.php/es/eventos/boletos

Tell me if you need more information.

Regards!
User avatar
Fresh Boarder

GK User
Wed Aug 20, 2014 6:15 am
In your override.css around line 260 you are looking for this
.gkPriceTableAnimated dl {
transform: scale(0);
transition: transform 0.6s ease 0s;
}

Replace with:

.gkPriceTableAnimated dl {
transition: transform 0.6s ease 0s;
}
User avatar
Gold Boarder

GK User
Wed Aug 20, 2014 6:39 am
On template where you took the css and table from animation of elements happens, and here there is no such script that should animate the table in, so the only thing as @devsmi mentioned is to remove transform: scale(0); from override.css
User avatar
Moderator

GK User
Thu Aug 21, 2014 12:19 am
Worked. Thank you :)
User avatar
Fresh Boarder

GK User
Thu Aug 21, 2014 12:52 am
No problem
User avatar
Gold Boarder


cron