Forum Replies Created
-
AuthorPosts
-
July 29, 2017 at 6:17 pm in reply to: Tab Section – problem with auto height when filtering masonry portfolio items #831559
Hi Victoria:)
not completely… looking for a solution to change the effect from fold up to fade on masonry.
Please can u help me with that?
thanks
DavideJuly 25, 2017 at 9:26 am in reply to: Tab Section – problem with auto height when filtering masonry portfolio items #829479Hi Basilis,
I’m talking about the fold up effect… right now I have this code to disable it:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}so what do you suggest?:)
thanks,
DavideJuly 24, 2017 at 1:12 pm in reply to: Tab Section – problem with auto height when filtering masonry portfolio items #828992Ok, solved it!
this code was the problem:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}Now the question.. i’d like to disable the effect or change it for a simple fade in, please how can I handle it?
Best,
DavideJuly 21, 2017 at 10:37 am in reply to: Tab Section – problem with auto height when filtering masonry portfolio items #825058Hello guys,
I was making test and I notice that the problem is not the masonry inside the Tab Section, is something else but I don’t understand what can be :(
please help!!
July 20, 2017 at 9:46 am in reply to: Tab Section – problem with auto height when filtering masonry portfolio items #824453Hey Rikard:)
yeah I forgot to check for the new updates, it’s done but still not working for me :(
June 12, 2017 at 4:14 pm in reply to: Social Icons on Main Menu Area (when logo is top and menu bottom) #806933It works! I didn’t think was that simple… thanks
June 12, 2017 at 10:32 am in reply to: Social Icons on Main Menu Area (when logo is top and menu bottom) #806806Hi,
here is the link:)
June 10, 2017 at 9:24 pm in reply to: Social Icons on Main Menu Area (when logo is top and menu bottom) #806376Hi:)
Sure u are right!
screenshot: http://d.pr/i/pS9X6
I mean to move social icons in the same line or menu bar to allow the header widget I configured to float on right.
Thanks and best,
DavideHi Nikko,
it’s true! now it works. Anyway Mac OS.
Well thanks then…cheers
February 16, 2017 at 11:32 am in reply to: Google maps work in safari don't work in Chrome and Firefox #747908@jackal01 I have the same issue here.. please can you tell me how did you fix it?
Thanks in advance
oh.. lol :D I didn’t know that. Thanks and cheers
Hello Rikard,
Correct! I’d like to show the video preview instead a featured image..
Best,
DavideHi Yigit,
Better like this:) it works! Thanks
Cheers,
DavideHi Rikard,
sure you are right! Link added:)
Best,
DavideHi Yigit,
awesome all solved!:)
Thanks for your quickly response.
Best,
Davideawesome now it works! thanks:)
Hi Rikard,
thanks for your suggestion, but this is the first try I did.. doesn’t work. Any more suggestions?:)
Best,
DavideOk nothing now it’s working!:D
Hi! Please I’ve done everything but still not working.. can u check it?:)
Hi:)
I’ll try like this thank u
Cheers
Hi,
yes right now I uploaded a “single image”.. but I’d like to upload each one separated with lightbox function.
Any idea?:)
Best
DavideHi,
so there’s no way using the code block element to set a <div class=”row”> that contains 2 responsive images at fullwidth?
I tried following
<div class="row"> <div class="column"> <img src="image/path/jpg" /> </div> <div class="column"> <img src="image/path/jpg" /> </div> </div>
.row { width: 100%; max-height: 510px; float: left; } .column img { width: auto; height: auto; float: left; }
Best,
DavideHi Ismael,
The Grid Row element is useful but in this case I think not. The point is that Grid Row requirements are minimum 2 cells and an exact proportion (1/3 – 2/3, 1/2 – 1/2 etc etc).
I have 2 images: 840×510 and 1080×510.. and I’d like to keep this ratio. So This is why I’m trying with a code block and <div> + CSS..
Do you have any other idea?:)
Best,
DavideHi,
this is the link: http://aderal.es/proyecto/nueva-grafica-informes-idis-2016/
Now there’s an image like a “collage”, but I’d like to upload the separated images..
Best
Hola Josue,
si porqué por sea caso he cambiado el nombre y he vuelto a subirlo.. esto es el nuevo path en los CSS
http://aderal.es/wp-content/uploads/2016/05/home-aderal-claim.gifGracias,
DavideHi Vinay,
the patch is correct
http://aderal.es/wp-content/uploads/2016/05/home-aderal-claim.gif
Best
DavideNow it works the hover, but doesn’t show the hover image :D
Hi Vinay,
Sorry I think there’s a misunderstanding..
I want to keep this jpg as main, and the gif when hover
static state: http://aderal.es/wp-content/uploads/2016/05/home-aderal-claim.jpg
hover state: http://aderal.es/wp-content/uploads/2016/05/home-aderal-promo-message-video.gifCode:
#mission {
background-image: url(‘http://aderal.es/wp-content/uploads/2016/05/home-aderal-claim.jpg’);
}#mission:hover {
background-image: url(‘http://aderal.es/wp-content/uploads/2016/05/home-aderal-promo-message-video.mp4’);
}Doesn’t working…neither the static image in not hover statement..
Hi Vinay,
thanks for ur answer but it doesn’t work :( check… neither the main bg now is shown..
Thank you!:)
-
AuthorPosts