-
AuthorPosts
-
August 19, 2013 at 11:54 am #189856Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 20, 2013 at 8:00 am #502809Right now its difficult to guess the issue and give solution to you. So that I can take a look and try to assist, please provide the url of the site you’re working on
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 23, 2013 at 9:53 am #503259You can try with one of 2 following way to fix this problem
+ Go to Admin site -> Extensions-> Module Manager find “Nuestros proyectos” module (custom html module) -> Open it
From
<p>Donec pellentesque venenatis elit, quis aliquet mauris malesuada vel. Donec vitae libero dolor. Maecenas semper sapien sit amet tortor tempor et vulputate diam hendrerit.</p>
<div class="ourprojects-list"><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/log.png" alt="log"> <span class="ourproject-name"><span>Marcos Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-2.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-3.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-4.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-5.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-6.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-7.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span><span class="ourproject-item"> <img class="ourproject-img" src="/web_joomla/images/joomlart/ourprojects/op-8.jpg" alt=""> <span class="ourproject-name"><span>Maecenas Building</span></span> </span>
</div>Change to
<p>Donec pellentesque venenatis elit, quis aliquet mauris malesuada vel. Donec vitae libero dolor. Maecenas semper sapien sit amet tortor tempor et vulputate diam hendrerit.</p>
<div class="photo-list"><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/ourprojects/log.png" alt="log"> <span class="ourproject-name"><span>Marcos Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-2.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-3.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-4.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-5.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-6.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-7.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span><span class="photo-item"> <img class="photo-img" src="/web_joomla/images/joomlart/photos/op-8.jpg" alt=""> <span class="photo-name"><span>Maecenas Building</span></span> </span>
</div>+ Or another way
Create custom.css file into templates/ja_beranis/css/ folder
Add new script
.ourproject-list .ourproject-name span {
padding: 40px;
display: block;
line-height: normal;
}.ourproject-list .ourproject-name {
left: 0;
position: absolute;
bottom: -180px;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.7);
color: #fff
font-size: 24px;
-webkit-transition: all 1s ease-out 0s;
-moz-transition: all 1s ease-out 0s;
-o-transition: all 1s ease-out 0s;
transition: all 1s ease-out 0s;
}.ourproject-list .ourproject-item {
position: relative;
display: block;
float: left;
position: relative;
width: 25%;
overflow: hidden;
}.ourproject-list {
margin-top: 40px;
}
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 26, 2013 at 10:28 am #503444I have checked the link custom.css file on your site. Custom.css file was missed something
Open http://cega.es/web_joomla/templates/ja_beranis/css/custom.css file
Add new script
.ourproject-list .ourproject-name span {
padding: 40px;
display: block;
line-height: normal;
}.ourproject-list .ourproject-name {
left: 0;
position: absolute;
bottom: -180px;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.7);
color: #fff
font-size: 24px;
-webkit-transition: all 1s ease-out 0s;
-moz-transition: all 1s ease-out 0s;
-o-transition: all 1s ease-out 0s;
transition: all 1s ease-out 0s;
}.ourproject-list .ourproject-item {
position: relative;
display: block;
float: left;
position: relative;
width: 25%;
overflow: hidden;
}.ourproject-list {
margin-top: 40px;
}
instead of
. Ourproject-list. Ourproject nombre-Gen {
padding: 40px;
display: block;
line-height: normal;
}. Ourproject-list. Ourproject nombre {
izquierda: 0;
position: absolute;
inferior:-180px;
height: 100%;
width: 100%;
fondo: rgba (0,0,0,0.7);
color: # fff
font-size: 24px;
-Webkit-transición: todos los 0s 1s facilidad a cabo;
-Moz-transition: todos 0s 1s facilidad a cabo;
-O-transición: todos los 0s 1s facilidad a cabo;
transición: todos los 0s 1s facilidad a cabo;
}. Ourproject-list. Ourproject-item {
position: relative;
display: block;
float: left;
position: relative;
anchura: 25%;
overflow: hidden;
}. Ourproject-list {
margin-top: 40px;
}
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
content-top
Viewing 6 posts - 1 through 6 (of 6 total)