Problem with - Our __Team__**We are creative, innovative peo

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
Tue Nov 27, 2012 12:54 pm
Reply with quote
Report this post
Hi,

When I try to change the names of the members in the module: Our __Team__**We are creative, innovative people** - it seems like the code gets broken.

Because the slider effect stops..

Is there any solution for this?
User avatar
Fresh Boarder

Konrad M
Tue Nov 27, 2012 1:57 pm
Reply with quote
Report this post
Hi,
when you are make changes please do this in html view becasue probably you are using editor. And don't change structure, only names and image url.
User avatar

GK User
Tue Nov 27, 2012 2:36 pm
Reply with quote
Report this post
Thanks for the reply.

Well, if you mean using the HTML-view in the editor (JCE) and changing the code there - I've already tested that..

And that's not working.

Sincerely,
Tim
User avatar
Fresh Boarder

Konrad M
Tue Nov 27, 2012 2:53 pm
Reply with quote
Report this post
Please check one thing more. Go to Site->Global Configuration. Here in 'Text filters' Tab set 'no filtering' for Super User. Probably you have filtering enabled.
User avatar

GK User
Tue Nov 27, 2012 3:03 pm
Reply with quote
Report this post
I checked it. But the text filter was already no filtering..
User avatar
Fresh Boarder

Konrad M
Tue Nov 27, 2012 3:05 pm
Reply with quote
Report this post
Please send me Private Message with access to your joomla backend.
User avatar

Konrad M
Tue Nov 27, 2012 4:12 pm
Reply with quote
Report this post
I fixed it. During your changes you loose <figure> and <figcaption> tags. Which are important. It will work only with correct html structure.
User avatar

GK User
Tue Nov 27, 2012 9:49 pm
Reply with quote
Report this post
Can you write full code for that module (i have the same problem, i go to html version but i don't have <figure> and <figcaption> tags )

Konrad M wrote:I fixed it. During your changes you loose <figure> and <figcaption> tags. Which are important. It will work only with correct html structure.
User avatar
Fresh Boarder

Konrad M
Tue Nov 27, 2012 10:01 pm
Reply with quote
Report this post
Yes, sure:
Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="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="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="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="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="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="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="images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Remzi</a></figcaption>
</figure>

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

GK User
Thu Nov 29, 2012 11:44 pm
Reply with quote
Report this post
I'm having the same issue, After re-saving the module, even in HTML mode its removing the
Code: Select all
<figure data-animation="horizontal" data-delay="0">
code thus doesn't look correct.
User avatar
Junior Boarder

Konrad M
Fri Nov 30, 2012 6:52 am
Reply with quote
Report this post
@kylelawrence, please send me Private Message with access to your backend. Remember add lin to this topic too.
User avatar

Konrad M
Fri Nov 30, 2012 2:29 pm
Reply with quote
Report this post
@kylelawrence I have added correct code. If you want edit it please remember to turn off editor in global configuration before you start edit it..
User avatar

GK User
Fri Nov 30, 2012 2:42 pm
Reply with quote
Report this post
Fantastic works fine now, Thank you.

For anyone else, To edit the module you have to turn off the editor before hand.

Global Configuration > Site > Default Editor > Editor - None

You can then turn this back on afterwards.
User avatar
Junior Boarder


cron