Image Show GK4 arrow
January 2013 Joomla Template
Rate this topic: 




 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)
           
          
     




 1.00 out of 6 based on 1 vote(s)
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.
               
                
               
          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.
-  
                     
 
- 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:
Remember to enable "CSS override" in template settings - advanced section.
               
                
               
          - 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.
-  
                     
 
- 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.
               
                
               
          -  
                     
 
- 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";
 }
-  
                     
 
- Moderator
- GK User
- Tue Apr 15, 2014 9:47 am
- Reply with quote
- Report this post
Solved: Thank You!
               
                
               
          -  
                     
 
- 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.
               
                
               
          -  
                     
 
- Moderator
 6 posts 
                • Page 1 of 1 
          
           
     