Page 1 of 1

Implementing HighSlide with WordPress

Posted: Tue Oct 17, 2017 2:41 am
by musicalsaw
I wanted to implement HighSlide-with-HTML in my WordPress page. Here's how I did it.
I installed the plugin: "AddFunc Head & Footer Code" to allow me to access the <head> section of the page. I chose this plugin as it allows me to tailor the <head> section differently of each page.
I added the HighSlide css and js to the head.

Next, I wanted to insert the HighSlide body in my page but had problems :cry: WordPress was adding <p> tags around the tag and all I could get to show up in the popup was the title.

So, I installed another plugin: "Insert PHP Code Snippet" which lets you add php code. Now, instead of adding the HighSlide body, I inserted the php code: echo "....HighSlide Body...";

And this kept those <p> tags from being inserted.
HighSlide worked now!

Re: Implementing HighSlide with WordPress

Posted: Wed Oct 18, 2017 3:06 pm
by daniel_s
hi musicalsaw,

Thank you for your solution, appreciate your good work, and hope that someone will get it.

Best regards!