-
AuthorPosts
-
July 23, 2014 at 4:10 pm #294991July 24, 2014 at 6:17 am #295277
Hi!
I guess you are referring to the Masonry Gallery you have on that page, try selecting this option:
Cheers!
JosueJuly 24, 2014 at 10:37 am #295334No, what would be too simple.
Take a look in the picture. i marked the simple caption. i would like to have that stopped in every function.
thanks,
sebastianJuly 24, 2014 at 5:53 pm #295538Hi!
Please try adding following code to Functions.php file inside Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); jQuery('a').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
YigitJuly 24, 2014 at 6:36 pm #295578thanks, but we did not get it. i integrated your script and you can take a look at example
i checked with the latest chrome, firefox and internet explorer, all have emptied caches. problem: the simple hovering effect (not the enfold hovering effect) of a masonry gallery thumb is still there. because the simple hovering effect is coming from the caption detail.
unluckly the title (left bottom) in the lightbox of a masory gallery image, which is pulled out of the caption detail of an image disappears. but i need a description for every picture which is in full view like in the “fullscreen slider”, not only a title in the thumb view. and i like that i can use
<br>
. but with your script hiding the title this lightbox title disappears, eventhough its pulled out of caption description of an image and that would be a pity.gosh, minor problem,
sorry for that text and i hope we find a solution.gruß sebastian.
- This reply was modified 10 years, 3 months ago by webfordj.
July 24, 2014 at 7:49 pm #295615Hey!
The code is taking effect, the titles are correctly removed after the page is fully loaded:
http://screencast.com/t/WqGB7XgGbRegards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.