• Resolved Jason Tucker

    (@jasontucker)


    I have 4 expand short codes on the site
    https://www.evfreefullerton.com/visit/news/submit/

    and only my second one is expanding when I click on it.

    The code I’m using is:


    [expand title="? Birth Announcement Form ?" trigclass="noarrow button-large white" expanded="false"]

    [gravityform id="10" name="Family News - Birth Announcement" ajax="true"]

    [/expand]

    <hr />

    <h3>Celebrating a recent marriage? Share here.</h3>
    [expand title="? Marriage Announcement Form ?" trigclass="noarrow button-large white" expanded="false"]

    [gravityform id="11" name="Family News - Marriage" ajax="true"]

    [/expand]

    <hr />

    <h3>Lost a loved one? Let us come alongside you. Share here.</h3>
    [expand title="? Sympathy Form ?" trigclass="noarrow button-large white" expanded="false"]

    [gravityform id="12" name="Family News - Sympathy" ajax="true"]

    [/expand]

    <hr />

    <h3>Celebrating a recent graduation? Share here.</h3>
    [expand title="? Graduation Announcement Form ?" trigclass="noarrow button-large white" expanded="false"]

    [gravityform id="13" name="Family News - Graduation" ajax="true"]

    [/expand]

    https://www.ads-software.com/plugins/jquery-collapse-o-matic/

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

    (@baden03)

    Hmm… try adding the maptastic class to your target using the targclass like so:

    [expand title="  Graduation Announcement Form  " trigclass="noarrow button-large white" targclass="maptastic"]... [/expand]

    also: no need to add the expanded="false" as this is the default state. just use the expanded attribute in the case of: expanded="true" if you want an element to be displayed.

    Let us know if that helps, or if you are still in a quagmire (giggity-giggity)

    Thread Starter Jason Tucker

    (@jasontucker)

    I tried that and it doesn’t seem to do anything different.

    https://www.evfreefullerton.com/visit/news/submit/

    Click one of the buttons below to share your family news.
    <h3>Celebrating a recent birth? Share here.</h3>
    
    [expand title="? Birth Announcement Form ?" trigclass="noarrow button-large white" targclass="maptastic"]
    
    [gravityform id="10" name="Family News - Birth Announcement" ajax="true"]
    
    [/expand]
    
    <hr />
    
    <h3>Celebrating a recent marriage? Share here.</h3>
    [expand title="? Marriage Announcement Form ?" trigclass="noarrow button-large white" targclass="maptastic"]
    
    [gravityform id="11" name="Family News - Marriage" ajax="true"]
    
    [/expand]
    
    <hr />
    
    <h3>Lost a loved one? Let us come alongside you. Share here.</h3>
    [expand title="? Sympathy Form ?" trigclass="noarrow button-large white" targclass="maptastic"]
    
    [gravityform id="12" name="Family News - Sympathy" ajax="true"]
    
    [/expand]
    
    <hr />
    
    <h3>Celebrating a recent graduation? Share here.</h3>
    [expand title="? Graduation Announcement Form ?" trigclass="noarrow button-large white" targclass="maptastic"]
    
    [gravityform id="13" name="Family News - Graduation" ajax="true"]
    
    [/expand]
    Plugin Author Baden

    (@baden03)

    Jason,

    It seems you are using the pro version of our plugin. Please contact us direct at the support email address listed the purchase receipt, and we will contact you directly and have this issue fixed for you immediately.

    We will also post the reason for the problem and the solution back here, just in case someone in the community are having a similar issue.

    my apologies to ‘butt’ in here… maybe a conflict with the Gravity forms plugin…

    I just tested your code on my website and all the elements are expanding.

    Theme Twentyfourteen WP 4.01 ( free version C-o-M)

    Plugin Author Baden

    (@baden03)

    It seems the Gravity forms are simply not rendering at all. Try moving them outside of the collapse elements and you will see they do not show up at all.

    Can you verify that the forms are, in fact, working as desired?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only one of our shortcodes is expanding’ is closed to new replies.