Frontpage Elements e.g. Big icons dont work

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Wed May 28, 2014 10:27 am
Reply with quote
Report this post
hey,

I have a big problem with the frontpage items f.e. the big icons - I chanced the text under the pictures and now the animation is gone. I tryed to find the problem and removed the little icons - it seemed perfect for one moment - the next moment is was gone once again.

could it be that my editor makes this mistake? I tryed JCE, Joomla JC and TYn... but as soon I write something in the source code and store, than its lost again... :sick:

what must I do to get the frontpage animation back?? And what must I do that I can work on it?

Many thanks for your help, sandra
User avatar
Gold Boarder

GK User
Wed May 28, 2014 4:03 pm
Reply with quote
Report this post
here you can test that the animation doesnt work - for the moment its the second one on the first place called normally all your plans..." and her called "verdoppeln Sie Ihren Umsatz"


"http://www.maximize-your-business.de/myb/

thank you
User avatar
Gold Boarder

GK User
Thu Jun 05, 2014 9:56 am
Reply with quote
Report this post
hey Guys is my question too stupid or can't you help me or didnt you understand my question?
Would be great if someone write a few words for my still having problem...

thanks,
User avatar
Gold Boarder

GK User
Mon Jun 09, 2014 12:34 pm
Reply with quote
Report this post
The answer is quite simple.

if you changed the big icons with an editor like jce or tinymce they will change ( in this case "clear" )the code and the big icons
are gone.

go to your site configuration, change the edito to codemirror and then go to your module all our plans.

search for
i.e.:
Code: Select all
<div class="gkIcon animated"><a href="#"><em class="icon-medkit dark"></em><span>24/7 Support</span></a></div>

change it back to
Code: Select all
<div class="gkIcon animated"><a href="#"><i class="icon-medkit dark"></i><span>24/7 Support</span></a></div>

and your big icons are back again.

the "normal" editor like jce changes the class to EM which is wrong in this case because the class is defined as "i".
User avatar
Junior Boarder


cron