Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Help fixing homepage photo gallery WordPress

  • SOLVED

I built a site ([[LINK href="http://www.julieorrdesign.com/"]]JulieOrrDesign[[/LINK]]), 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.

Answers (3)

2010-08-14

Rashad Aliyev answers:

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

Check it please.


Rashad Aliyev comments:

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


Josh Sauberman comments:

<em>For readers information: </em>
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.

2010-08-14

Utkarsh Kukreti answers:

Prototype.js is missing from your WordPress install.

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


Josh Sauberman comments:

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


Utkarsh Kukreti comments:

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>

2010-08-14

Baki Goxhaj answers:

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?