Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Image disappears when I add a link #1044442

    Hi Victoria,

    It’s ok, you can close this topic, thanks.

    Best regards,
    Nicolas

    in reply to: Image disappears when I add a link #1043461

    Hi,

    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,
    Nicolas

    in reply to: Image disappears when I add a link #1041595
    in reply to: Image disappears when I add a link #1040740

    Hi,
    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
    Nicolas

    in reply to: Main menu at the bottom #1040436
    This reply has been marked as private.
    in reply to: Image disappears when I add a link #1039269

    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

    in reply to: Column with same height pictures inside #1027427

    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,
    Nicolas

    in reply to: Column with same height pictures inside #1026673

    Hello 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,
    Nicolas

    in reply to: Column with same height pictures inside #1026417

    Sorry 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 5 years, 10 months ago by studioginkgo.
    in reply to: Column with same height pictures inside #1026368

    Hello,

    I forgot to answer, it works, thanks !

    Regards,
    Nicolas

    in reply to: Column with same height pictures inside #1007402

    Hi 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,
    Nicolas

    in reply to: Column with same height pictures inside #1006616

    Hello,
    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,
    Nicolas

    in reply to: Column with same height pictures inside #1002741

    Thanks 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 5

    I added your class and the CSS, it doesn’t work.

    You’ll find the link in private content.

    Thanks

    Nicolas

    in reply to: Main menu at the bottom #1000730

    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.
    Nicolas

    in reply to: Problem with anchors #929095

    Hi Mike,

    Thanks a lot !
    Really interesting link and your solution is working !

    Have a nice day

    Best regards,
    Nicolas

    in reply to: Problem with anchors #928989

    Hi,
    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 regards

    in reply to: Problem with anchors #927612
    This reply has been marked as private.
    in reply to: Problem with anchors #927426

    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

    in reply to: Problem with anchors #927352

    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).

    in reply to: Problem with anchors #927211

    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 ?

    in reply to: Header widget / alignment problem #843538

    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.

Viewing 21 posts - 1 through 21 (of 21 total)