[Pro] Scripty Accordion

Hi, I am having issues with my Scripty Accordion as I need to include bullet points but when I preview it hides the body copy but not the bulleted text, is this actually possible

http://www.angel-fish.co.uk/apollo/commercial.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Not the way that you’re constructing it. What you need to do is insert an inline HTML box after each header, cut your paragraph and list items out and paste them inline within the box, so you have the following construction:

Header
html_box
    Paragraph text etc.
    * list
    * list
Header
html_box
    Etc.

Now, in the Action, change the show/hide element to DIV. that should do it.

Walter

On Jul 25, 2013, at 7:35 AM, “Fran Gibson” email@hidden wrote:

Hi, I am having issues with my Scripty Accordion as I need to include bullet points but when I preview it hides the body copy but not the bulleted text, is this actually possible

http://www.angel-fish.co.uk/apollo/commercial.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Brilliant - thank you for that. Much better putting text in an inline box - especially if you have quite a few paragraphs.
One question though - I have styled text with names like ‘Header’ and ‘Text’. With the accordian action does all the styles have to fit with the ‘h1’, h2’ etc?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The headers don’t have to be headers per se, they just have to be different tags than the body text. You’re already taking care of that with the inline div, so your header could be a P tag, or an image, or a header (h1,2,3…).

Walter

On Jul 25, 2013, at 9:33 AM, “Noel Sergeant” email@hidden wrote:

Brilliant - thank you for that. Much better putting text in an inline box - especially if you have quite a few paragraphs.
One question though - I have styled text with names like ‘Header’ and ‘Text’. With the accordian action does all the styles have to fit with the ‘h1’, h2’ etc?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

HI Walter, thank you, it works perfectly now :slight_smile: Fran


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options