I have a content type that displays pictures that works perfectly in localhost. Copying it up to HostGator breaks it. The lightbox still works, but my pictures are full sized despite me saying to have them medium size to click on and make larger.
Not sure if it is related, but Live site is missing Configure -> Colorbox "Image Filed options (CCK)" where it says "image field gallery" and has "per post gallery, "per page gallery", etc.
Next, I get this errror: Notice: Undefined index: display_settings in theme_colorbox_image_formatter() (line 24 of /home/mysite/public_html/sites/all/modules/colorbox/colorbox.theme.inc).
And lastly when I look at the generated code for my working localhost and non-working live site, here is what I get:
WORKING:
<a class="colorbox imagefield imagefield-imagelink init-colorbox-processed-processed cboxElement" rel="gallery-59" title="July Yard of the Month Winner" href="http://localhost/drupal2/sites/default/files/yard_of_month/July2011.jpg">
<img title="July Yard of the Month Winner" alt="" src="http://localhost/drupal2/sites/default/files/styles/medium/public/yard_of_month/July2011.jpg" typeof="foaf:Image">
</a>
NOT WORKING: