-
AuthorPosts
-
June 1, 2016 at 9:04 pm #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 8 years, 5 months ago by BeeCee. Reason: changed private data
June 3, 2016 at 6:54 am #642409Hey 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,
VinayJune 3, 2016 at 11:05 am #642498Hi 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.June 5, 2016 at 5:49 am #643062Hi,
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,
IsmaelJune 5, 2016 at 5:34 pm #643159June 6, 2016 at 10:08 pm #643662Hi,
have you got the same issue when activating a default WP theme? please let us know about your results.
Best regards,
AndyJune 7, 2016 at 11:44 am #643967I 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:
June 7, 2016 at 11:54 am #643973Hi,
look for “YOUR IMAGE TITLE HERE” in this screenshot:
Adjust it as needed and it will appear.
Best regards,
AndyJune 7, 2016 at 2:44 pm #644104wow, really? Never thought to adding there an image title! Thanks a lot, works fine now!
June 8, 2016 at 6:06 am #644545 -
AuthorPosts
- You must be logged in to reply to this topic.