Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
It’s ok, you can close this topic, thanks.
Best regards,
NicolasHi,
Yes but it doesn’t work.
If I do this, the text on image is aligned at the top and doesn’t disappear on rollover.Anyway I commented out some code :
/* #top .col-work .avia-image-container-inner img.avia_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 462px;
} */#top .col-work .avia-image-container-inner img.avia_image {
/* position: absolute; */
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 462px;
-o-object-fit: cover;
object-fit: cover;
}And then it seems to work.
What was this code for ?
May I really comment it out ?Thanks in advance,
NicolasHi,
Sure: https://kriesi.at/support/topic/column-with-same-height-pictures-inside/
Best regards,
NicolasHi,
Where did you find this css code ?
You’ll find all the custom css I added in private content.
The code in the message #1039269 is css you gave me (and that works perfectly).
Thanks in advance
NicolasThis reply has been marked as private.I use your code:
#top .col-work {
margin-left: 1% !important;
margin-top: 0;
margin-bottom: 10px;
}#top .col-work.av_one_half {
width: 49.5%;
}#top .col-work.av_one_third {
width: 31.83333332%;
}#top .col-work.av_two_third {
width: 67.16666667%;
}#top .col-work.first {
margin-left: 0 !important;
}#top .col-work .avia-image-container-inner {
position: relative;
overflow: hidden;
height: 462px;
width: 100%;
}#top .col-work .avia-image-container-inner img.avia_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 462px;
}#top .col-work .avia-image-container-inner img.avia_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 462px;
-o-object-fit: cover;
object-fit: cover;
}If I remove this, image appears (but I need to keep this code).
Thanks
Hi,
As it’s not automatically vertically centered, it’s not a good solution for me.
Thanks anyway and let’s close this topic.Have a nice day,
NicolasHello Ismael,
Thanks for your answer.
If I do this, it will change the position of all img elements in the “patchwork”.
I would like the images to be automatically vertically centered.
Is it possible ?Thanks in advance,
NicolasSorry one more question.
I would like the pictures to be vertically centered. How can I do this ?
Thanks in advance,
Nicolas- This reply was modified 6 years ago by studioginkgo.
Hello,
I forgot to answer, it works, thanks !
Regards,
NicolasHi Nikko,
Thanks for your reply. You’re right, I put col-work in the Developer ID field !
It’s nearly working now.
You’ll see a link to what I’ve done in private content.
As you’ll see, the pictures are distorted. How can I correct this ?Thanks in advance,
NicolasHello,
Thanks for your answer. I can’t use “Grid row” because I don’t want a fullwidth section.
You’ll see an example in private content,
Any idea ?
Thanks in advance,
NicolasThanks for your answer.
I created a colour section and two columns 1/3 + 2/3
– no spaces between columns
– equal height
– vertical align to middle
– margin to 5 5 5 5I added your class and the CSS, it doesn’t work.
You’ll find the link in private content.
Thanks
Nicolas
Hi Vinay,
Thanks for your answer.
Unfortunately, no time to hire a developer.
I’ll buy another theme for this project.
Have a nice day.
NicolasHi Mike,
Thanks a lot !
Really interesting link and your solution is working !Have a nice day
Best regards,
NicolasHi,
I have this bug with Firefox, Chrome and Edge.
I enter manually https://www.my-website.ch/#contact and on the 1st line I see portolio items 69-72.
So I have to scrool down until I reach the Contact section.
Best regardsThis reply has been marked as private.Never mind I have found another “solution”.
On portfolio single pages, I’ll display another main menu (plugin Zen Menu Logic) with only one link: Back to Gallery.
If you have the solution for the initial problem, don’t hesitate to answer here ;)Thanks
Hi,
It works fine when you navigate on the main page (Galerie / Présentation / Contact).
But this main menu doesn’t work when you’re on a portfolio single page.
Try to open the 1st portfolio item.
Then click on “Présentation”, you’ll be back on the main page and have on the 1st line the portfiolio items 57-60.
It should be PRESENTATION at the top.
Try the same and click on Contact, it will be the same but with items 69-72.
I always have to scroll down to reach the section I want.
I tested it on Firefox, Chrome and Edge, it doesn’t work (exactly the same result).Hello Mike,
Thanks for your answer but it still doesn’t work.
It goes back on the Home but not at the right place, I have to scroll down to reach the good section.
Any idea ?Replaced
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
by
add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
then added in custom css
#header_main .inner-container .widget { position: absolute; right: 0; padding: 0; }
And it works :)
Hope it will help someone.
- This reply was modified 7 years, 2 months ago by studioginkgo.
-
AuthorPosts