-
AuthorPosts
-
September 25, 2013 at 2:19 pm #190914
for some reason images are gone on my test template. please see attached image..
can anyone help?
url: seofy.ca
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 6:17 am #507116Hi hunnchback,
The reason that TinyMCE editor will automatically replace the <li> tag to <div> after you save or update something in our default Introducing module. In this case, you can try to replace the HTML codes of that Introducing module with the below codes:
<div class="introducing">
<div class="span4 block">
<div class="introducing-icon1">
<div class="block-img">*</div>
</div>
<h3 class="block-title">Web & UI Design</h3>
<div class="block-content">
<p>Metus Vestibulum cursus elit pretium auctor cursus lorem Vestibulum eros sagittis. Netus pede Vestibulum Quisque Nam pretium Donec ut vitae quis parturient. Auctor vel non <a href="#" title="Sample link">phasellus tincidunt</a>.</p>
</div>
</div>
<div class="span4 block">
<div class="introducing-icon2">
<div class="block-img">*</div>
</div>
<h3 class="block-title">Corporate Design</h3>
<div class="block-content">
<p>Condimentum platea cursus porta tellus eros consectetuer metus Sed aliquet tempus. Laoreet non ac porta urna Vestibulum congue id eu elit dignissim. Sollicitudin vitae ipsum massa enim lacus.</p>
</div>
</div>
<div class="span4 block">
<div class="introducing-icon3">
<div class="block-img">*</div>
</div>
<h3 class="block-title">iOS Development</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>Then add the css styles of new <div> tag into tempates/ja_onepage/css/custom.css file:
.introducing div.block-img {
background-image: url(../images/intro-icons.png);
background-repeat: no-repeat;
display: block;
height: 120px;
margin: 0 auto;
text-indent: -999em;
width: 120px;
}.introducing .introducing-icon1 div.block-img {
background-position: 0px 0px;
}
.introducing .introducing-icon2 div.block-img {
background-position: -120px 0px;
}
.introducing .introducing-icon3 div.block-img{
background-position: -240px 0px;
}The icons will display fine again.
2 users say Thank You to phong nam for this useful post
September 26, 2013 at 9:57 am #507149Hey thanks alot for quick reply.
I have update the code and css but I cant see the images :S .. is there anything I am missing??
please help thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 10:07 am #507155Hi hunnchback,
I see the icons are displaying fine on the Introducing module of your website, http://seofy.ca/ . Can you check it again ?
1 user says Thank You to phong nam for this useful post
September 26, 2013 at 10:25 am #507161🙂 yes they are Leo.. i removed my cache and it good.. thanks alot .. good stuff..:)
October 10, 2013 at 7:58 pm #508655I had the same problem. I followed your instructions and got the images back, but they no longer change colors when you hover. How do I get that back?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 11, 2013 at 3:17 am #508675Hi nepo,
On JA Onepage template, we don’t include the color hover effect on the images of Introducing section, just only on Awesome Team section.
October 15, 2013 at 4:59 pm #509084Okay, thanks for the reply… but when I look at your demo site, I see the hover over change to blue???
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 16, 2013 at 5:04 am #509118Hi nepo,
Yeah, i saw it. That is the box-shadow of Introducing block on Modern theme. You can get this effect by putting below css styles into templates/ja_onepage/css/custom.css file:
.introducing .block:hover {
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: solid 1px #e5e5e5 9;
}But make sure that you still keep the default HTML makup layout of Introducing section.
December 29, 2013 at 5:32 pm #516793Hello, I tried the above fixes for the same issue and instead of the icons appearing I only see a * instead.
Obviously I am not doing something right..
I changed the name of the module from Introducing to Services, maybe that is the issue?
Thanks!
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 2, 2014 at 4:02 am #517091Hi Jewellman,
I are sorry for this late response to you. If possible, could you send me via PM the site’s credentials ? I will take a look and give you a suggestion then.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 4 voices, and was last updated by phong nam 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum