Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #362058

    Hi, as I wrote in the subject I’m trying to give a custom ID to my masonry gallery but it doesn’t work.
    I have tried even with other kind of gallery but using Chrome Developer Tool I can see that my class hasn’t been added to the element.
    Can you help me?
    Thank you very much,
    Stefano

    #362219

    Hey Stefano!

    Would you like to apply custom CSS class ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ )? If so, do you mind creating a temporary admin login and posting it here privately? Please also point out your element

    Best regards,
    Yigit

    #362316
    This reply has been marked as private.
    #362326

    Hi!

    Can you post the link to your website as well?
    Have you tried placing your element inside a Color Section element and giving it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png

    Regards,
    Yigit

    #362384
    This reply has been marked as private.
    #363159

    Hey!

    Please change the code to following one

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#press .av-masonry a').each(function(){
    jQuery(this).attr('target', '_blank');
    });
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    Best regards,
    Yigit

    #363186
    This reply has been marked as private.
    #363194

    Hey!

    Please review your website now. There was an issue with a single quote, fixed it, it is working fine now

    Best regards,
    Yigit

    #375194

    I have the same problem. I can specify a unique id for masonry gallery but it won’t be applied in the frontend :( Do I have to replace some code? Where?

    #375477

    Same problem here. :(

    #375478

    It does work for the Color Section though.

    #375528

    Hey!

    Could you please elaborate on the changes you would like to make?

    Cheers!
    Yigit

    #443386
    This reply has been marked as private.
    #443627

    Hi!

    Looks like you don’t have the latest version of the theme and WordPress. Please update to Enfold 3.1.5 and WordPress 4.2.2.

    Best regards,
    Ismael

    #527705

    The rest of us can only read part of the above conversation because parts are marked as private. I notice the addition of #press in the php code. Where is this added elsewhere so that this string of code is targeted only to this specific masonry element?

    In the example code, would the word press be added in the section ID for the masonry element? Or would it be #press in the section ID?

    Thanks!

    #528250

    Hi @BleedingThorn,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #528882

    I ended up not using section IDs in my masonry gallery because no matter what I put in the id section, nothing was showing up in my element inspector. Not sure if this was my fault or if Enfold has a bug.

    I put the url in the private content box below.

    #529523

    Hey!

    can you provide us admin access please? could not find the correct link to the login page. Post it here as private reply.

    Regards,
    Andy

    #529617

    See below for login info.

    #530537

    Hey!

    It’s actually a small bug in the masonry script. It is now fixed in the latest version of the theme, 3.4. Please update your installation.

    Cheers!
    Ismael

    #554060

    Es funktioniert nicht richtig. Eigene Id oder class geht nur bei Stretch fullwidth, Bei Adjust to content width sind Eigene Id’s und Classen immer noch nicht möglich.

    #556489

    @fertilizer
    can you stick to thread language please? otherwise please open a new ticket. Provide us admin access, so we can have a deeper look into it. Show us a precise link where we can see the issue and find the elements in question. Make sure to use newest theme version (Enfold v3.4.7), as well as newest WordPress version.

    Best regards,
    Andy

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