problem management 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
Fri Dec 28, 2012 7:51 am
Reply with quote
Report this post
Hello everyone,
I'm Italian and I apologize in advance for any spelling mistakes or setting (google translate)
I purchased the package Gavik because I was very struck by the layout of the template.
I state that I am not a webmaster, but I do in my spare time and passion.
I found joomla some time ago and since then I started this adventure.
I have always used various free templates and changed everything quietly.
From this site, however, I downloaded start up, but I can not act based on the template and can not figure out the logic between k2 and joomla.
I put the link provisional use:
http://lnx.emmekappa.eu/
Something I could change, but what I would change is written like "Lacking concept" "Let us show you the way to the right direction" Everything you need to create a website ".... well ... customize all taking as a template layout to startup ... where I do? can be done directly from joomla or should I use some editing software?
I apologize for the ignorance, but I thought it was easier.
If you possibly could you show me a basic guide (written or video) would be happy to follow it all without asking too much.
thanks in advance
Mirko
User avatar
Fresh Boarder

Konrad M
Mon Dec 31, 2012 3:03 pm
Reply with quote
Report this post
Hi,
I checked your url and I see that you change what you want. Have you any more issues where I can help you ?
User avatar

GK User
Tue Jan 01, 2013 9:38 am
Reply with quote
Report this post
Hello,
thanks for the reply.
Now something is successful to change, but for me it is quite difficult not having professional knowledge.
is the logic that I miss ... I think it is the component K2, which has revolutionized the whole thing, because with joomla classic I was pretty well and I had figured out how to reasoned (articles, catogorie etc.)
For example, now I accidentally deleted these icons
immagini perse.jpg
and I can not find a way to put them back!
I urgently need a section where record my users upload and create files, or a section where those who are logged in, you can attach files to STL then coming to my mail box ... and here are practically zero!
I would put the link to facebook etc in social icons, and I can not.
I would like to enlarge the title at the top "cadcam dental" and I can not.
I would like to embed images in rotation or a video, in the shape of the PC that is in another and I can not.
I miss the logic and that is why I asked for guidance.
thank you very much for the answers you give me.
mirko
User avatar
Fresh Boarder

Konrad M
Fri Jan 04, 2013 1:16 pm
Reply with quote
Report this post
to put them back please add Custom HTML module and paste this code inside (using html view in your editor)
Code: Select all
<div class="gkFeatures gkPerspective">
<a href="#" class="gkRocket" data-animation="flip" data-delay="0"><span>Rocket</span>Innovative Design</a>
<a href="#" class="gkBadge" data-animation="flip" data-delay="150"><span>Badge</span>Award-winning Agency</a>
<a href="#" class="gkMouse" data-animation="flip" data-delay="300"><span>Mouse</span>Your ideas, imagination</a>
<a href="#" class="gkPiggy" data-animation="flip" data-delay="450"><span>Piggy</span>Save Your Time &amp; Money</a>
</div>
<a href="#">View Full Features</a>

About section I think you will need use some 3rd party extension.
Social icons are Custom HTML module published in social position. Please go there and edit it. Just change for example facebook:
Code: Select all
<a class="gkFb" href="#">Facebook</a>

just change '#' in href attribute to link to your account
Code: Select all
<a class="gkFb" href="http://www.facebook.com/your_account">Facebook</a>

To increase title please add to override.css
Code: Select all
#gkLogo.text > span {
font-size: 25px;
}

and increase this value to fit your needs.
To add images or video please go to image Show GK4 module and edit it. HEre your find Slides section. Here you can edit, remove or add new slides.
User avatar


cron