• Resolved peggypopdesigns

    (@peggypopdesigns)


    I am using collapse o matic on my wordpress site. On my FAQ page, it’s not working properly. The first drop down is spaced out from the others yet on my services page it works properly. I’ve deleted my faq page and redone it several times now with the same result. I do not know what I am doing wrong. Here is the first few lines of code:

    [expand title=”Where are you Located?”]PeggyPop Designs is located in Fresno, California.[/expand]
    [expand title=”Oh, I don’t live there.. Can I still hire you?”]Of course! Thanks to technology, we can work with anyone – anywhere. We can work together via e-mail, phone, and/or Aol Instant Messenger (AIM) also we can use Skype. We can also offer remote support via Remote Desktop software. Other messengers can be set up upon request.[/expand]

    If you go to my site peggypopdesigns.com and click on the faq page you’ll see that it’s not working properly and I do not know why.

    Any advice would be greatly appreciated.

    Thanks!

    http://wordpress.org/extend/plugins/jquery-collapse-o-matic/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Baden

    (@baden03)

    This is a common issue, just scan the past pages for ‘spacing issue’ and you will see a bunch of work-arounds. One of the quickest is simply to wrap your expand elements in a div like so:

    <div>[expand title="Where are you Located?"]PeggyPop Designs is located in Fresno, California.[/expand]
    [expand title="Oh, I don't live there.. Can I still hire you?"]Of course! Thanks to technology, we can work with anyone - anywhere. We can work together via e-mail, phone, and/or Aol Instant Messenger (AIM) also we can use Skype. We can also offer remote support via Remote Desktop software. Other messengers can be set up upon request.[/expand]</div>

    give that a try and if you get no satisfaction, post back and we’ll help further.
    Good luck!

    Thread Starter peggypopdesigns

    (@peggypopdesigns)

    Div didn’t work. I’ve been fighting with this for a few days now and it’s driving me insane.

    Thread Starter peggypopdesigns

    (@peggypopdesigns)

    The really odd thing is that My services page with the exact same code works perfectly. lol

    Plugin Author Baden

    (@baden03)

    How about sharing some links with us… maybe there is something strange going on with one of your pages.

    Thread Starter peggypopdesigns

    (@peggypopdesigns)

    Plugin Author Baden

    (@baden03)

    ok, for the faq, you might try something like:

    <ul id="faq">
    [expand title="question 1" id="q1" tag="li"]answer 1[/expand]
    [expand title="question 2" id="q2" tag="li"]answer 2[/expand]
    [expand title="question 3" id="q3" tag="li"]answer 3[/expand]
    </ul>

    Then you would have to use css to remove the bullets:

    ul#faq{
          list-style-type:none;
    }

    Please let us know if that works for you.

    Thread Starter peggypopdesigns

    (@peggypopdesigns)

    That worked thank you so much!

    Plugin Author Baden

    (@baden03)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘I need Plugin help!’ is closed to new replies.