Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1137055

    Hi,

    I know that you say: use Masonry Galerie when you want to link the images of a galerie.
    And I experimented with Masonry but I don’t get the result I want.
    I can’t display 8 icons in one line
    and the images are to huge

    I’d love to have 8 icon which I want to be displayed in one line
    the names shown on hoover – just like the wonderful galerie
    And – when I click on the icon I’d link to be linked to certain pages.
    Is there any possibility to manage that

    Pls see what I mean on: https://www.sbot.co.at/anlagen-maschinenbau/

    Best regards
    Bettina

    #1137582

    Hey Bettina,

    I see that you have already have that 8 images/icon in one line.
    As for the links, you can refer on this screenshot: https://imgur.com/r4WGlqE

    Best regards,
    Nikko

    #1137631

    Hey Nikko,

    thank you, but I don’t have “Custom Link” as on your screenshot. Copyright is the last field in “Edit Galerie”

    Best regards
    Bettina

    #1137823

    Hi Bettina,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1137884

    Hi Nikko,

    pls check the galerie on the german /pages /Anlagen-, Maschinenbau / Metallbearbeitung.
    When I click on the galerie on the english page I get an empty galerie in the backend but see the perfekt galerie in frontend.

    Best regards
    Bettina

    #1137964

    Hi Bettina,

    I tried to login to the link you gave, however it doesn’t work, please check.

    Best regards,
    Nikko

    #1137973

    Hi Nikko,

    I created an admin user for you.

    Best regards
    Bettina

    #1138356

    Hi Thina,

    I apologize, I’ve mistakenly read your post and was thinking you were using Masonry Gallery.
    The only way to do this is to replace the current Gallery module, however there are few things needed:
    1. Use a child theme: https://kriesi.at/documentation/enfold/child-theme/
    2. Replace Advanced Layout Builder elements: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    3. On the child theme’s shortcodes folder, create a new file and name it gallery.php then paste this code: https://pastebin.com/Ae5hSVkH
    I have tested it on my end and it works fine :)

    Best regards,
    Nikko

    #1140751

    Hi Nikko,

    unfortunately it doesn’t work for me.
    I did as you described, cleared cache but still don’t get the “Custom Link” in “Edit Galerie”
    Am I doing something wrong?

    Best regards
    Bettina

    #1141275

    Hi Bettina,

    The login doesn’t seem to work anymore, can you give us access to it again?
    Also, can you give us ftp access, so we can take a look at the file and check why it’s not working.

    Best regards,
    Nikko

    #1141331

    off topic: and by the way – This is a prime example to use the flex-box model here.
    because 8 images besides each other on a mobile phone ?

    try on your example page that css: and see what happens on smaller screens:

    @media only screen and (max-width:650px) {
      .page-id-715 #after_full_slider_1 .avia-gallery-thumb {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
      }
    
      .page-id-715 #after_full_slider_1 .avia-gallery-thumb a {
        flex: 0 1 100px;
        margin: 1%;
      }
    }
    #1143895

    by the way Nikko your edited gallery.php shows the custom link – but does not have effect on link behavior.
    It is a pitty – because if masonry got this feature it would be nice for gallery too.

    #1144363

    Hi Guenni007,

    It does, but there’s a step I forgot to include above and it’s to set Use Lighbox to No, open the images in the browser window or No, open the images in a new browser window/tab in the Gallery setting.

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.