"The Key Features" and "Our Team"

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 Aug 22, 2013 3:08 pm
Reply with quote
Report this post
Hey there,

I recently created the site reifen-haase-korbach.de. May be you can help me with some issues:

1.) The template hosted by gavick had the option to show pictures and names in the module called "Our Team". How is this achieved (see attached file)?

2.) For some reason a module called "THE KEY FEATURES" by you doesn't sort correctly. There is inserted a paragraph in the last of the four symbols. Do you understand what I mean?

3.) Can I change the colour of the font that is shown on the main picture? I use a black&white-Picture so the white type is hard to be seen.

Regards
Dennis
User avatar
Senior Boarder

GK User
Fri Aug 23, 2013 7:15 am
Reply with quote
Report this post
1. Module named "Our team..."
Remember to always edit it with tinMCE disabled. here is the code if something has damaged it:
Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Mark</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="100">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Mikkel</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="200">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Donna</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="300">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Noemi</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="400">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Robert</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="500">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Amanda</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="600">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Remzi</a></figcaption>
</figure>

<a href="#">More About Us</a>
</div>   


2. Sorry, no ;)

3.
Please edit: /templates/gk_startup/css/override.css and add at its end:
Code: Select all
gkIsWrapper-gk_startup .gkIsText h2 a,
.gkIsWrapper-gk_startup .gkIsText p {color: #f00}

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

GK User
Tue Sep 03, 2013 3:19 pm
Reply with quote
Report this post
Everything works. Thanks a lot!

Dennis
User avatar
Senior Boarder

GK User
Tue Sep 03, 2013 3:57 pm
Reply with quote
Report this post
Great :).
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron