Animation - guitars on both side of counter

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Dec 13, 2013 7:32 pm
Is it possible to add an additional image (ie. "guitar") to the left side of the countdown clock along with the default image to the right?
User avatar
Fresh Boarder

GK User
Fri Dec 13, 2013 8:44 pm
Hi,

Yes, it's possible you have to add this code to your text widget from Header position:

Code: Select all
<div class="gk-guitar second" data-start="{'opacity': 0, 'left': '-400px'}" data-end="{'opacity': 1, 'left': 0}" data-delay="900" data-time="450">Guitar</div>
after this, first div with guitar
Code: Select all
<div class="gk-guitar" data-start="{'opacity': 0, 'right': '-200px'}" data-end="{'opacity': 1, 'right': 0}" data-delay="900" data-time="450">Guitar</div>


Then if you want to change this image, add this code to Fest/css/override.css file: (first enable this option from Template Option -> Advanced tab)
Code: Select all
.gk-animation .gk-guitar.second {
   background-image: url('../images/your_image.png')
}
User avatar
Moderator


cron