About this topic

  • Posted by alieneila 2 years ago. There are 5 posts. The latest reply is from byron.
  • This topic is resolved

No tags yet.

  1. The theme I am using is a custom theme that a fellow employee made.

    I have disabled every single plugin on the site and it still didn't work.

    I made sure the default media folder is wp-content/uploads.

    I have created the folders
    wp-content/uploads/bwbps
    wp-content/uploads/bwbps/docs
    wp-content/uploads/bwbps/thumbs
    and set them all to 777
    I first couldn't get the ajax popup to work, so I went with the hidden form for the add form.

    The gallery page is at... http://www.thevillageshappenings.com/photo-gallery/
    The only thing I've changed in the default code was in the CSS I changed the background to transparent.
    On the page content, I have [photosmash id=1] and [photosmash form]

  2. I'll take a look...somethings going on with the Javascript....hmmm.
    Byron

  3. Ok, it looks like the theme might not contain:

    <?php wp_footer(); ?>

    It should go in the footer.php. The theme is not loading in the jquery.form.js file which causes the Ajax submission of the form. WordPress adds that file to the footer when wp_footer(); is called.

    That should fix you right up! (I hope ;-) )

    Cheers,
    Byron

  4. *smacks forehead* Figures the one thing I didn't check. I opened up the theme file and saw the wp_header, so I assumed that he had added the footer tag as well without actually checking. Thank you.

  5. Welcome ;-)
    BB

RSS feed for this topic