Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #641723

    Hi,

    I have the same problem as another user here:

    In the lightbox-popup the image title is not shown.
    <div class=”mfp-title”></div> is empty in my case, too.

    The weird thing is, that with a page reload, on some images the title appears suddenly, on others not.
    When I reload the page again, on some images, where the title has appeared before, it is now gone again.
    Very strange …

    I removed this code, that you gave me anywhere else here in the forum, to avoid the title of the featured image when hovering it:

    
    function remove_title_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    It is deactivated in my Codesnippets-Plugin, to avoid conflicts with this lightbox issue – but still no luck.

    What I have done so far:
    – I disabled all plugins – it is still not solved.
    – I downloaded ENFOLD today again and tried it with this fresh theme files – no success.
    – I’m using WP 4.5.2.
    – I’m using NO CACHE plugin!

    Any idea what this could be?

    • This topic was modified 7 years, 10 months ago by BeeCee. Reason: changed private data
    #642409

    Hey Chris,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    #642498

    Hi Vinay, sorry, I changed the PW. Please see the private data above, now the login data are right, sorry.

    And according to your answer you gave today someone other, who has the same problem:
    I have already downloaded ENFOLD yesterday new from Themeforest, but this does not solved this issue.

    #643062

    Hi,

    The link tag has to contain the title attribute. It’s not working for the Purple Moss because the link doesn’t have a title attribute:

    <a href="https://viaina.de/studiotest1/wp-content/uploads/sites/4/2016/06/mooskugel-lila_700.jpg" class="lightbox-added alignleft" style="float: left; margin: 0px; padding: 0px;">IMAGE TAG HERE</a>
    

    Compare it to the first gallery image:

    <a href="https://viaina.de/studiotest1/wp-content/uploads/sites/4/2016/06/glassball-sw_700-1.jpg" data-rel="gallery-1" data-prev-img="https://viaina.de/studiotest1/wp-content/uploads/sites/4/2016/06/glassball-sw_700-1-495x400.jpg" class="first_thumb lightbox  lightbox-added" data-onclick="1" title="Glassball in black and white" itemprop="contentURL">IMAGE TAG HERE</a>
    

    Best regards,
    Ismael

    #643159

    Thanks, Ismael, but I don’t understand, where I should add a “link title”, when I add such a single image into a text block of the Advanced Layoutbuilder?

    Please see the screenshot: I can only set there the image ALT and TITLE and nothing for a “link”:

    #643662

    Hi,

    have you got the same issue when activating a default WP theme? please let us know about your results.

    Best regards,
    Andy

    #643967

    I don’t understand, Andy, … the TwentySixteen for example, that I tried, has not this (ENFOLD) lightbox.

    I guess, that I have the same issue that he has it here:

    #643973

    Hi,

    look for “YOUR IMAGE TITLE HERE” in this screenshot:

    View post on imgur.com

    Adjust it as needed and it will appear.

    Best regards,
    Andy

    #644104

    wow, really? Never thought to adding there an image title! Thanks a lot, works fine now!

    #644545

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

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