Missing fx and layout in ABOUT module (in intro)

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 Nov 21, 2013 12:33 pm
Reply with quote
Report this post
hi, I started to customize the "about" module in intro page, in "bottom 1" position: I changed the title and than, without applying any other changes, saved.
I checked on the frontend and I saw that module has completely lost the effects and layout with columns. I assure you that I still had not touched the content has remained the original and that will transcribe below to your checkout.

Code: Select all
<div class="gkTeam col4 animate_queue"><img src="images/demo/about/1.jpg" border="0" alt="Tim Berners" />
<h3>Tim Berners</h3>
<small>CEO Executive Officer</small> <img src="images/demo/about/2.jpg" border="0" alt="Julia Morena" />
<h3>Julia Morena</h3>
<small>Creative Director</small> <img src="images/demo/about/3.jpg" border="0" alt="Eddy Doe" />
<h3>Eddy Doe</h3>
<small>Customer Support</small> <img src="images/demo/about/4.jpg" border="0" alt="Robert Frost" />
<h3>Robert Frost</h3>
<small>Web Designer</small></div>
<p style="text-align: center;"><a class="border bigbutton" href="#">Learn More</a></p>


What could have happened?
User avatar
Expert Boarder

GK User
Thu Nov 21, 2013 4:19 pm
Reply with quote
Report this post
Probably its due tinyMCE is changing html code to its "way".
Please switch editor from "tinyMCE" to "no editor" in global Joomla configuration, then replace the hmtl text with original one and edit it again.
User avatar
Moderator

GK User
Thu Nov 21, 2013 4:45 pm
Reply with quote
Report this post
yes, it is very likely that it was this. Thank you!
My problem is that now I no longer have the original code, (I mistakenly edited the original without first creating a copy), you may kindly give it back?
User avatar
Expert Boarder

GK User
Thu Nov 21, 2013 5:50 pm
Reply with quote
Report this post
No problem at all:
Code: Select all
<div class="gkTeam col4 animate_queue">
   <figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
      <img src="images/demo/about/1.jpg" border="0" alt="Tim Berners" />
      <figcaption>
         <h3>Tim Berners</h3>
         <small>CEO Executive Officer</small> </figcaption>
   </figure>
   <figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
      <img src="images/demo/about/2.jpg" border="0" alt="Julia Morena" />
      <figcaption>
         <h3>Julia Morena</h3>
         <small>Creative Director</small> </figcaption>
   </figure>
   <figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
      <img src="images/demo/about/3.jpg" border="0" alt="Eddy Doe" />
      <figcaption>
         <h3>Eddy Doe</h3>
         <small>Customer Support</small> </figcaption>
   </figure>
   <figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
      <img src="images/demo/about/4.jpg" border="0" alt="Robert Frost" />
      <figcaption>
         <h3>Robert Frost</h3>
         <small>Web Designer</small> </figcaption>
   </figure>
</div>
<p style="text-align: center;"><a class="border bigbutton" href="#">Learn More</a></p>
User avatar
Moderator

GK User
Mon Nov 25, 2013 10:32 am
Reply with quote
Report this post
thank you! Now everything is working properly.
User avatar
Expert Boarder

GK User
Mon Nov 25, 2013 4:50 pm
Reply with quote
Report this post
Great. So I'm closing the topic.
User avatar
Moderator


cron