• Resolved tsteinh

    (@tsteinh)


    Hi! I have noticed a problem with the accordion shortcode whereby some entries are not showing the correct title. In fact, the title starts with a quote and is truncated after the first word. Here is a test page that shows the issue:

    https://test.owlcreekcommunity.com/test-page/

    I have the same entry in the first and the last position and it does the same thing in both places. I removed the openfirst and set it to close, still a problem. I even changed the title to something else, and nothing helps.

    Here is the code:

    (Click the bars to open and close the section and read about our services)
    
    [accordion openfirst="true" clicktoclose="true"][accordion-item title="This is the first element" state="closed"]
    
    Residents may place a FREE classified ad in the monthly newsletter. Email the wording for your ad to xxxxxx@yyyyyy.com.
    
    [/accordion-item][accordion-item title="Community Newsletter" state="closed"]
    
    On the first of every month, the newsletter is delivered to each resident’s paper-box. The front page covers all the upcoming events. Inside you’ll find the President’s Message, Board member reports, small group activities, recap of last month’s events, photos, update on projects underway, question & answer section, advertisements and the current month’s calendar and “Save the Date” reminders.   Everything you need to know for the month about the community is conveniently summarized.
    
    [/accordion-item][accordion-item title="This is the last element" state="closed"]
    
    Residents may place a FREE classified ad in the monthly newsletter. Email the wording for your ad to xxxxxx@yyyyyy.com.
    
    [/accordion-item]
    
    [/accordion]

    Any suggestions are welcome! Thanks in advance.

    https://wordpress.org/plugins/accordion-shortcodes/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    You can use single quotes in place of double quotes in shortcodes:

    [accordion-item title='This is the "title" with quotes']...[/accordion-item]

    Thread Starter tsteinh

    (@tsteinh)

    No, no, no!!! I do not WANT THE QUOTES!!!! Please read my entry again. The accordion title IS SHOWING A QUOTE AS THE FIRST CHARACTER and then truncating the title after the first word! The title should be:

    This is the first element

    Instead it is showing:

    “This

    I don’t how to make this issue any clearer.

    Plugin Author philbuchanan

    (@philbuchanan)

    Wow. Ok. I’m sorry I misunderstood your initial issue, but please try to remember I am offering this free support voluntarily.

    When I add your provided code to a fresh install of WordPress It displays as expected (with no quote mark and not truncated.

    Can you try removing the shortcodes and copying and pasting what you placed above in your editor?

    If that doesn’t work, you might have a conflicting plugin or there may be an issue with your theme.

    Thread Starter tsteinh

    (@tsteinh)

    Ok, I thought a conflict with another plugin might be the issue. I’ll research further. Sorry for the explosion! I just have had so many support folks just not get it when I try to be really clear! I do appreciate the free support you and the other plugin developers provide. I’ll take it from here.

    Plugin Author philbuchanan

    (@philbuchanan)

    Did you make any progress on this issue?

    Thread Starter tsteinh

    (@tsteinh)

    This can be marked resolved. The problem went away. Probably an update to another plugin fixed it.

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

The topic ‘Getting quote character in title’ is closed to new replies.