PDA

View Full Version : Order Link In Wordpress won't work


Scott McLean-Lopes
06-06-2009, 03:38 AM
Hi,

I have inserted my package order link into my wordpress page & the HTML editor in wordpress then changes the code.

Any suggestions on how I can solve this?

This is the code I enter (as per the delavo manual) in the HTML section of the editor

Order Now Safely
<script>jvmPrintHref('http://orderlink','<img src=http://image>');</script>

This is what Wordpress converts it to

<a href="&lt;mce:script type="><img class="aligncenter" title="Order Now Safely" src="http://image" alt="" width="310" height="36" /></a>

<script type="text/javascript"><!--
jvmPrintHref('http://orderlink','<img src="http://image" mce_src="http://image">');
// --></script>

Thanks
Scott

Scott McLean-Lopes
06-06-2009, 04:00 AM
Well a little bit of investigating and I found the answer.

Install Raw HTML Plugin by Janis Elsts into wordpress then encase the code in

<!--start_raw-->Code you want to use goes here<!--end_raw-->

And viola problem solved & it works perfectly..

YIPPEE!!!

Oh & back up your database before you install the plugin

Cheers
Scott

Andre Foisy
06-06-2009, 07:51 AM
Cool with the plugin... :)

Otherwise, pasting the code in html mode works correctly as well.

Regards,

Andre Foisy