-
AuthorPosts
-
aurelia01 Friend
aurelia01
- Join date:
- January 2013
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 1 times in 1 posts
March 3, 2013 at 7:25 pm #185466I am experiencing a problem with JA OnePage Section 2 – Introduction. The icons have vanished after I changed the item heading. Please can you guide me as to how to get them back.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2013 at 9:21 am #485230Hi aurelia01,
Can you send me PM with your URL & Admin account in order to check out which causes you current situation ?
Regards,
—
Leodzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
March 20, 2013 at 11:49 pm #487262I heve the same problem , what is the reason?
kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 21, 2013 at 12:10 am #487265Guys,
Please take a look here 馃槈
Hi,
The images from Introducing not disapeeared, you need a workaround, please take a look here:
In resume: problem is the Content Editors remove the
<i... and fill with a em
look at the topic on the link2 users say Thank You to kanenses for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
March 21, 2013 at 5:25 pm #487378Thank you, for your answer, but when I did what you suggest, only firs ikon is right. But rest off image intro-icons.png is still wrong. Please hepl me
kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 21, 2013 at 6:43 pm #487382<em>@dzidzuridza 365614 wrote:</em><blockquote>Thank you, for your answer, but when I did what you suggest, only firs ikon is right. But rest off image intro-icons.png is still wrong. Please hepl me
</blockquote>Can you send me your link? So I can take a look?
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
March 21, 2013 at 7:36 pm #487388of course:
http://www.konie-sport.pl/AA/kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 21, 2013 at 8:43 pm #487391<em>@dzidzuridza 365631 wrote:</em><blockquote>of course:
http://www.konie-sport.pl/AA/</blockquote>Hello,
Is your code of first module:
<div class="span4 block">
<div class="block-img">
<div class="block-img"><i class="introducing-icon1">聽聽</i></div>
</div>
<h3 class="block-title">Akademia Konna</h3>
<div class="block-content">
<p>Nasz膮 misj膮 jest popularyzacja je偶dziectwa w Polsce, poprzez propagowanie profesjonalnej wiedzy. Organizujemy szkolenia, konsultacje, obozy sportowe kliniki dla je藕dzc贸w z wlasnymi ko艅mi, na poziomie podstawowym i zaawansowanym..</p>
</div>
</div>On second and third you have:
<div class="span4 block">
<div class="block-img">聽</div>* look note at bottom
<h3 class="block-title">Sprzeda偶 koni</h3>
<div class="block-content">
<p>Buspendisse in lorem ipsum ut magna pharera aliquet non sodales lorem ipsum belit. Donec sed odio rera magna pharera aliquet. Nulla uitae elit libero, a pharetra augue nulla ligula massa pharera aliquet.</p>
</div>
</div>For work let asome your icons are the default, you need add for other twos
<div class="block-img"><i class="introducing-icon2">聽</i></div>
<div class="block-img"><i class="introducing-icon3">聽</i></div>One your first module you have a duplicate div
<div class="block-img"><div class="block-img"><i class="introducing-icon2">聽</i></div></div>
You can copy and past the follow, I have correct fr you:
<div class="introducing">
<div class="span4 block">
<div class="block-img"><i class="introducing-icon1">聽</i></div>
<h3 class="block-title">Akademia Konna</h3>
<div class="block-content">
<p>Nasz膮 misj膮 jest popularyzacja je偶dziectwa w Polsce, poprzez propagowanie profesjonalnej wiedzy. Organizujemy szkolenia, konsultacje, obozy sportowe kliniki dla je藕dzc贸w z wlasnymi ko艅mi, na poziomie podstawowym i zaawansowanym..</p>
</div>
</div>
<div class="span4 block">
<div class="block-img"><i class="introducing-icon2">聽</i></div>
<h3 class="block-title">Trening koni</h3>
<div class="block-content">
<p>Zajmujemy si臋 uk艂adaniem m艂odych koni, treningiem sportowym koni w kierunku skok贸w, przygotowuj膮c je zar贸wno do pierwszych start贸w jak i konkurs贸w Grand Prix. </p>
</div>
</div>
<div class="span4 block">
<div class="block-img"><i class="introducing-icon3">聽</i></div>
<h3 class="block-title">Sprzeda偶 koni</h3>
<div class="block-content">
<p>Buspendisse in lorem ipsum ut magna pharera aliquet non sodales lorem ipsum belit. Donec sed odio rera magna pharera aliquet. Nulla uitae elit libero, a pharetra augue nulla ligula massa pharera aliquet.</p>
</div>
</div>
</div>Copy and past in source view 馃槈
2 users say Thank You to kanenses for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
March 21, 2013 at 9:23 pm #487393You my Hero It works now! Thank you:)
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 4 voices, and was last updated by dzidzuridza 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum