Hello all,
i can´t find the directory for the uploaded images…?
But i know, they´re there ;) !
Regards
Holger
I see!
…one folder each month ;)
the picture upload in wp fails at the time.
asked the hoster, no answer till now.
do you have an idea?
regards
Hey!
You may have reached your size limit quota, what kind of error do you get?
Cheers!
Josue
Done!
How can I hide the Pictures titel without deleting each singel titel of the pics?
Hey!
Can you post a link to the page where this Pictures are?
Best regards,
Josue
http://holgerpreiss.com/shortcodes/gallery/
when you go across the gallery some pics show their title. others don´t ´cause i already deleted them
regards
holger
Hi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('a').removeAttr('title');
jQuery('img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Best regards,
Yigit
Editing via Filezilla, rightclick on file and copy>/past to the end of file?