Image Show GK4 arrow

January 2013 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 10, 2014 4:15 pm
Reply with quote
Report this post
Hi,
I'am using Image Show GK4 extension in this template with "shop and Buy" configuration, but it miss the Pagination arrows. You can see this at : http://tenutadelre.it/
Help me please.
User avatar
Junior Boarder

GK User
Thu Apr 10, 2014 6:43 pm
Reply with quote
Report this post
Please edit: /templates/gk_mo/css/override.css and add at its end:
Code: Select all
.gkIsBtnPrev:before, .ghIsBtnNext:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
   
}

.gkIsBtnPrev:before {
    content: "\f104";
}
.gkIsBtnNext:before {
   content: "\f105";
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Apr 11, 2014 3:18 pm
Reply with quote
Report this post
Thank you, but the issue is half solved, becouse next button don't work... I see a square with f105 code.
User avatar
Junior Boarder

GK User
Sun Apr 13, 2014 10:09 am
Reply with quote
Report this post
Sorry, please correct the code:
Code: Select all
.gkIsBtnPrev:before, .gkIsBtnNext:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
   
}

.gkIsBtnPrev:before {
    content: "\f104";
}
.gkIsBtnNext:before {
   content: "\f105";
}
User avatar
Moderator

GK User
Tue Apr 15, 2014 9:47 am
Reply with quote
Report this post
Solved: Thank You!
User avatar
Junior Boarder

GK User
Tue Apr 15, 2014 5:05 pm
Reply with quote
Report this post
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.