Hi there
I am trying to modify the "Example" theme included in the zenPhoto package to look like my website. Actually, I want zenPhoto to live harmoniously within my CSS divs and established layout(s).
I have altered the index.php file to contain my site's html and CSS with the zenPhoto gallery being called into my "content column" (right floated div). The problem is that my "menu column" (left floated div) gets positioned beneath the gallery. It is still floating to the left, however, just below gallery.
Funny thing is... if I navigate away from the page and then use my browser's 'back' button to return... Voila! My menu (left floated div) is right back where it should be. Running down along the left side of the gallery. A browser 'refresh', however, does not do anything.
Now the even funnier bit... If I remove the "<?php zenJavascript(); ?>" from the header no weirdness occurs. Everything behaves nicely and my finely tweaked layout is not thrown all askew.
So make an short story longer... How important is the "<?php zenJavascript(); ?>" tag? Can I live without it? Will anything be broken client-side if it is removed? I can live without the admin panel, but I would like to know if there would be some unforeseen weirdness experienced by visitors should I strike this tag from my php page(s).
Thanks for your help
Imp