• hello, i just downloaded wordpress and am using a prophoto template. i am trying to follow along with a tutorial from prophoto that teaches you how to load multiple images at once using gallery. however, i don’t seem to have the “gallery” tab anywhere on my blog! everytime i click on “add image”, it opens a new window with just three tabs, none of which are gallery. please help! what am i doing wrong here?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same question.

    I’ve been using the prophoto theme for close to a year and just today I am having this problem….never been a problem before…what’s going on????!!!

    Same issue here, too bad no one has responded.

    Maybe, you click on “add image” and upload before new page is saved.
    Usually, uploaded images have its parent. But I think your images have not their parent because of your clicking is too fast.

    try this:
    1. Open new post.
    2. Enter the title.
    3. Focus on content area.
    4. wait.
    5. Draft post is saved.
    6. Click on “add image” and upload images.

    If you kill the auto saving like:

    function disableAutoSave(){
      wp_deregister_script('autosave');
    }
    add_action('wp_print_scripts', 'disableAutoSave');

    You must fail. Enable auto saving.

    Also, if you paid for the theme, you should be getting free support from the theme developer. Maybe theme is not compatible with current WordPress version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Gallery Tab!!’ is closed to new replies.