Missing code in your documentation

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 16, 2015 5:50 am
Hey guys,

I've purchased all your templates and have been setting up the first - Quark.
There's a couple places you've left out code, and one you've repeated. I'm new to your templates and am not familiar with how you do stuff yet so can you please supply the info as below:

Social Media Counters:
You've repeated the Shipping code.

Frontpage Tabs - Tab 3
Click on the Advanced tab and add the following text to the Module Class Suffix field: (missing the rest)

Also, all the tabs content is sitting flush to the left. How can this be controlled/centred?
Thanks.
User avatar
Expert Boarder

GK User
Thu Apr 16, 2015 6:31 am
Hi,
why don't you install QuickStart on subdomain? Then you will be able to check all settings without asking.
Even I use that method nobody can remember all settings ;)
User avatar
Platinum Boarder

GK User
Mon Apr 20, 2015 11:55 am
Hi Oscar, My mistake - I'm talking about the Set Up Documentation for the Quark template, not asking for settings details. I apologise for forgetting this vital part of the question. The info above was supplied in the setup documentation and is missing the stuff as mentioned. Can those 'blanks' please be filled in? I'm not clever enough to question your coding skills.

My apologies again.
Meg
User avatar
Expert Boarder

GK User
Mon Apr 20, 2015 4:24 pm
Yeah Still missing that code (social)
User avatar
Fresh Boarder

GK User
Mon Apr 20, 2015 7:21 pm
Social on gkBottom6 module position?

Code: Select all
<div class="gk-cols" data-cols="3">
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-fb"></i><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">
<a href="#" class="inverse"><i class="gkicon-twitter"></i><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">
<a href="#" class="inverse"><i class="gkicon-gplus"></i><strong><span data-sr="enter bottom" data-count="1408">0</span><span>followers</span></strong></a>
</div>
</div>


Ass you see numbers are dummy :whistle: not real data.
User avatar
Platinum Boarder

GK User
Thu Apr 23, 2015 7:55 am
how do you get the real data please?
User avatar
Expert Boarder

GK User
Thu Apr 23, 2015 10:52 am
You have to hire php developer probably.
In our template was only this dummy code as always.
User avatar
Platinum Boarder

GK User
Thu Apr 23, 2015 1:53 pm
ok thanks.
Can you please tell me what the missing code is for Tab 3 as supplied in the documentation below?

Frontpage Tabs - Tab 3
Click on the Advanced tab and add the following text to the Module Class Suffix field: .......?
(missing the rest)
User avatar
Expert Boarder

GK User
Fri Apr 24, 2015 10:13 pm
Code: Select all
 <div class="gkPage">
<div class="gk-price-table" data-cols="3">
<dl>
<dt><strong>Basic</strong><span>69<sub>&euro;</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>

<dl class="gk-premium">
<dt><strong>Premium</strong><span>99<sub>&euro;</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>

<dl>
<dt><strong>Plus</strong><span>79<sub>&euro;</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>
</div>
</div>
User avatar
Platinum Boarder

GK User
Tue Apr 28, 2015 2:24 am
Please read my questions slowly. I've asked for the missing code for the "Module Class Suffix field:" please. Thanks kindly.
User avatar
Expert Boarder

GK User
Tue Apr 28, 2015 3:36 pm
Aaaaa ups, ok.

Frontpage - Tab 3 and his
Module Class Suffix : gray-bg big-spaces
User avatar
Platinum Boarder

GK User
Wed Apr 29, 2015 11:16 am
Thank you. Do you have the available styles anywhere online for us to refer to?
User avatar
Expert Boarder

GK User
Wed Apr 29, 2015 11:45 am
all those codes I took from QuickStart.
User avatar
Platinum Boarder

GK User
Thu Apr 30, 2015 1:22 am
There's a lot of mention of QuickStart - but what is that exactly?
User avatar
Expert Boarder

GK User
Thu Apr 30, 2015 6:30 am
In 95% our documentation about chosen template is based on QuickStart settings.
I mean this section: https://www.gavick.com/documentation/ca ... figuration
So you have to know what you want to recreate and ... just checking settings of selected element.

Of course whole rest was written to help with customization. :ugeek:
User avatar
Platinum Boarder

GK User
Sun May 24, 2015 10:47 pm
Hi Team,
I've noticed the same thing - the custom HTML code for the Social Counters is a repeat of the Shipping code.
User avatar
Junior Boarder

GK User
Sun May 24, 2015 10:57 pm
Ah, I used Firebug and looked at the Social Counter code. It's dummy code :

Code: Select all
<div class="gk-cols" data-cols="3">
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-fb"></i><strong><span data-count="15477" style="visibility: visible; ">15477</span><span>likes</span></strong></a>
</div>
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-twitter"></i><strong><span data-count="6633" style="visibility: visible; ">6633</span><span>followers</span></strong></a>
</div>
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-gplus"></i><strong><span data-count="1408" style="visibility: visible; ">1408</span><span>followers</span></strong></a>
</div>
</div>


Which is fine but I am curious how to get real numbers in there. What would we query?
User avatar
Junior Boarder

GK User
Mon May 25, 2015 11:24 pm
I guess it request sort of module, which will grab data from social media and show them into nice way, maybe similar to ours.
Sometimes demo solutions looks better than works in real life.
User avatar
Platinum Boarder

GK User
Fri Jun 05, 2015 5:30 pm
This blog post https://halgatewood.com/get-number-of-facebook-likes-for-a-url gave me some good insights. I had fun plugging the url into the browser and checking the results... you can use this for the actual data values...
User avatar
Junior Boarder

GK User
Fri Jun 19, 2015 3:22 am
Thanks for discovery, I've sent to developers. Maybe they will use it in future projects.
User avatar
Platinum Boarder


cron