Style Steak House

Well-designed restaurant Joomla template with parallax effect.
GK User
Tue Jan 06, 2015 5:12 pm
Hello
Is possible to apply to others templates:
    the parallax effetc
    Data Scroll reveal - Animations
    Style Map - Location

Thanks for your help
User avatar
Senior Boarder

GK User
Tue Jan 06, 2015 8:37 pm
Hi,
1) Parallax effect for module background - easy, in most cases you have to use this code
Code: Select all
.box.parallax {
    background-attachment: fixed;
    background-image: url("../images/parallax_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #aeaeae;
    margin: -60px 0 !important;
    overflow: hidden;
    padding: 160px 0 !important;
}


and add later " parallax" class to selected custom html module.
or you can use ParallaxScroll Module from JED

2) Animations for modules - possible, but not so easy. Last time I used "Animate It!" package and effect was even better than default GK..
3) In theory yes, but it request customization much more than default GK support can you offer.
User avatar
Platinum Boarder

GK User
Tue Jan 06, 2015 10:11 pm
Thank you Oscar, I will test your tips, to see if I can solve the problem ;)
User avatar
Senior Boarder


cron