1 to 3 of 3
Hi,
Before I go to launch with my site I am trying to make the ad purchase page a little more user friendly. With that said I have made a few adjustments (hoping for some templates in the future) which can be seen at http://www.twitterviews.net/wp-content/plugins/oiopub-direct/purchase.php?do=banner&zone=1
I would like to adjust to things...
1) I would like the drop down list displaying the type of banner ads (currently shows Upper 125x125 Image Adver...) to be wider to accommodate my text.
2) I want to use some html in the purchasing guidelines (specifically I want to link back to the home page and also to the contact page on the site).
Any help would be greatly appreciated.
Further if anyone has examples of how they have made the payment page look a little nicer I would love to see them.
With thanks,
Michael
For point 1, if you open the file templates/core/purchase_banners.tpl and find the code:
echo oiopub_dropmenu_kv($zone_array, "zone", $item->item_type, 180, "document.type.submit()", 0, 1);
The value "180" is the width of the menu, in pixels. You can extend the size to whatever works best for your site.
For point 2, does it not already let you use html in the "purchasing guidelines" textbox in the admin area?
Thanks Simon both of those worked great!
1 to 3 of 3