Hey guys, Bigenuf thanks for the update with worldpay :)


I have fixed up my worldpay issues and its working like a treat apart from i have no main navigation.....but thats fine.

It took a fair amount of debugging to find out what was causing everything to sit on top each other and look a mess......i shall try and explain what i did so if other people are having this issue then it may help them out.

First of all i had to keep bigenufs fix that he issues back afew pages.
I kept the wp_callback folder with all the files inside.

I took out my absolute css links that i placed in the html_header.php. Removed these and added back in the base href tag and un-commented the script that loads all the css files
(this part will alll depend on how you achieved this in hte first place)

Next i did alot of debugging tests and figured out that the page looked a mess unless i removed the navigation from tpl_header.php.
I removed all the code between <!--bof-navigation display--> and <!--bof-branding display-->. Roughly between lines 44 and 82.

I think worldpay were self closing the main nav div and then including the closing div.

I think that is everything i ended up doing

This then made my site look pucker once again :)

Scott
ps Hope that can be of some help to someone :)