Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter matthewm

    (@matthewm)

    Update: don’t worry about it. I discovered that the boilerplate text the plug-in uses has single-quotes and if I change those to double-quotes, it all works just fine.

    Hi Matthewm –
    I’m having a similar problem as you describe – can you point me to where the single quote issue resides?

    Thanks!

    Thread Starter matthewm

    (@matthewm)

    The default text Simple Tooltips inserts is:

    [simple_tooltip content='This is the content for the tooltip bubble']This triggers the tooltip[/simple_tooltip]

    So, when I changed the single quotes around the “content” parameter, it worked fine. With a single quote, it wouldn’t work at all (in custom post types). No clue why, but it’s an easy fix. Just change the boilerplate to include your tip text surrounded by double quotes:

    [simple_tooltip content="my secret tip"]This triggers the tooltip[/simple_tooltip]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken with custom post type’ is closed to new replies.