Social icons missing in Social Icons custom module

Support desk for Multipurpose Quark Theme
GK User
Thu Jun 16, 2016 1:24 pm
Hi, on the Quark template frontpage I have created a custom html module.
I have copied the following text from the quick-start module:
Code: Select all
<div class="gk-cols" data-cols="3">
<div class="gk-text-center gk-social-counter"><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="15477">0</span>likes</strong></a></div>
<div class="gk-text-center gk-social-counter"><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="6633">0</span>followers</strong></a></div>
<div class="gk-text-center gk-social-counter"><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="1408">0</span>followers</strong></a></div>
</div>

I have set the Module Class Suffix to: small-spaces

But when displaying on the front-end I am missing the Social Icons (only numbers and text) see attached image.
What setting am I missing?
Selection_069.png
User avatar
Senior Boarder

GK User
Thu Jun 16, 2016 1:42 pm
okay never mind...
Just reverse engineered it from your demo site.
As it turns out, the missing code gets stripped on the quick_start site. Just opened the module on quick-start and saved it and now the icons are also missing on that site.

Also the online documentation on this is showing the wrong information > instead of the code for the buttons it is showing the HTML code for the shipping module: https://www.gavick.com/joomla-templates ... ult#social

anyway, the correct code is
Code: Select all
<div class="gk-cols" data-cols="3">
<div class="gk-text-center gk-social-counter"><i class="gkicon-fb"></i><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="15477">0</span><span>likes</span></strong></a></div>
<div class="gk-text-center gk-social-counter"><i class="gkicon-twitter"></i><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="6633">0</span><span>followers</span></strong></a></div>
<div class="gk-text-center gk-social-counter"><i class="gkicon-gplus"></i><a class="inverse" href="#"><strong><span data-sr="enter bottom" data-count="1408">0</span><span>followers</span></strong></a></div>
</div>
User avatar
Senior Boarder

teitbite
Mon Jun 20, 2016 8:35 pm
Hi

Thank You for pointing that out. I will inform programmers to fix it.
User avatar
Moderator


cron