logo

$20
Help fixing homepage photo gallery

I built a site (JulieOrrDesign), but something has gone wrong with the featured gallery on the homepage and I can't figure out what it is.

If you can help, I'd like to understand what went wrong and how I can fix/prevent it in the future.

Josh Sauberman | 08/14/10 at 12:36pm | Edit


(3) Possible Answers Submitted...

  • avatar
    Last edited:
    08/14/10
    3:52pm
    Rashad Aliyev says:

    I think you added a post without insert any picture to your default content gallery.

    Check it please.

    • 08/14/10 12:44pm

      Rashad Aliyev says:

      Check your this post. " Julie Orr Design " It doesn't have any picture ;) Add it, It'll automatically recovered. ;)

    • 08/14/10 3:48pm

      Josh Sauberman says:

      For readers information:
      Utkarsh Kukreti actually provided the correct answer, but Rashad helped me implement it. Following Rashad's help, Utkarsh also helped me implement a long term solution that would prevent future problems with WP upgrades.

  • avatar
    Last edited:
    08/14/10
    12:45pm
    Baki Goxhaj says:

    You have set the default display to "none" I suppose. Can you provide us with the php script that you are using to produce that?

  • avatar
    Last edited:
    08/14/10
    3:52pm
    Utkarsh Kukreti says:

    Prototype.js is missing from your WordPress install.

    http://www.julieorrdesign.com/wp-includes/js/scriptaculous/prototype.js

    • 08/14/10 12:53pm

      Josh Sauberman says:

      What would I do about that? I'm not super-tech savy. I got a lot of help building this site.

    • 08/14/10 1:15pm

      Utkarsh Kukreti says:

      You must be having the following lines in your theme's header.php (if not, contact me from my profile with credentials)

      <!-- add prototype scripts -->
      <script language="JavaScript" type="text/javascript" src="http://www.julieorrdesign.com/wp-includes/js/scriptaculous/prototype.js"></script>



      Change it to

      <!-- add prototype scripts -->
      <script language="JavaScript" type="text/javascript" src="http://www.julieorrdesign.com/wp-includes/js/prototype.js"></script>

This question has expired.





Current status of this question: Completed