• Resolved mrsmex

    (@mrsmex)


    Hi. I have done lots of digging around and I have contacted the developers at PopupBuilder who haven’t been able to help me.

    I have tried a few different Pop Up plugins and cannot seem to get any kind of shortcodes working in a cell.

    I can get a simple tooltip popup working, but nothing with shortcodes.

    I have installed the tablepress extensions Change Table Shortcode and Single Cell Content Shortcode but I don’t think either of those do what I need.

    I’m sure I saw somewhere that tablepress and popup builder are compatible, but I must be doing something wrong?

    Any help would be much appreciated as it’s starting to delay me being able to launch my website

    • This topic was modified 4 years ago by mrsmex.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Indeed, the two TablePress Extensions that you mentioned will not help here, and they are not necessary.

    Instead, this is probably an issue where the JavaScript code for the external plugins (popups) is not being laoded, due to internal caching. To make that work, please try using an extended Shortcode for the table on the page where you have embedded it:

    [table id=123 cache_table_output=false /]
    

    That extra cache_table_output=false parameter in the Shortcode will result in all JS being loaded at all times.

    Regards,
    Tobias

    Thread Starter mrsmex

    (@mrsmex)

    Hi. I had already tried this as I found this solution on another post.

    It didn’t make any difference.

    However, this is what PopupBuilder developers have said :

    We have checked the screenshots and seems you have inserted the wromg shortcode.

    Here is how it needs to look like:

    [sg_popup id=”27″ event=”onLoad”][/sg_popup] – OnLoad popup

    [sg_popup id=”27″ event=”click”]Click Me[/sg_popup] – OnClick Popup

    where the Id=27 – is you popup ID

    Which worked.

    So maybe they have changed how their popup works?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that everything is working now with this Shortcode change ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Popup shortcodes do not work in cells’ is closed to new replies.