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

    Hello all,
    i can´t find the directory for the uploaded images…?
    But i know, they´re there ;) !
    Regards
    Holger

    #345408

    Hi meisterpreiss!

    Please go to wp-content/uploads folder

    Cheers!
    Yigit

    #345450

    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

    #345576

    Hey!

    You may have reached your size limit quota, what kind of error do you get?

    Cheers!
    Josue

    #345809

    Done!
    How can I hide the Pictures titel without deleting each singel titel of the pics?

    #346026

    Hey!

    Can you post a link to the page where this Pictures are?

    Best regards,
    Josue

    #346065

    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

    #346073

    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

    #346114

    Editing via Filezilla, rightclick on file and copy>/past to the end of file?

    #346127

    Hey!

    Yes, you can add the code to bottom of functions.php file.

    Regards,
    Yigit

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