• Not sure at what point this changed in the last month or so, but all of a sudden, text blocks cannot be referenced using the slug as id= in the call…. they will only be included when using the post ID….

    Example:

    [text-blocks id=”10925″] – this call will work
    [text-blocks id=”textblock-responsive-table-js”] – but this one using the slug value will not!

    Any idea what has changed?

    • This topic was modified 8 years, 6 months ago by bluebearmedia.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter bluebearmedia

    (@bluebearmedia)

    Nothing?

    Thread Starter bluebearmedia

    (@bluebearmedia)

    Checking in….

    Plugin Author Hal Gatewood

    (@halgatewood)

    I’ll try to look into it soon. Please understand that many of the plugins on www.remarpro.com are run by volunteers that are volunteering their time.

    Thanks,
    Hal

    Thread Starter bluebearmedia

    (@bluebearmedia)

    I totally get that – but at least an acknowledgement of the BUG Report goes a long way!

    Plugin Author Hal Gatewood

    (@halgatewood)

    I just did a test on my end and it seems to be working fine. I also looked at the code used to switch from slug to id and it doesn’t appear anything has changed with the function in WordPress.

    Perhaps the slug has changed on the Text Block?

    I get the same problem. WP 4.6.2

    echo show_text_block(‘273’, true) -> this works
    echo show_text_block(‘footer-column’, true) -> this doesn’t echo anything

    Thread Starter bluebearmedia

    (@bluebearmedia)

    Note this still is an outstanding issue. Same as reported by KineticPulse.

    Using [text-blocks id=”9844″] displays the text-block properly,
    but using the slug name, as in : [text-blocks id=”textblock-slugname”]
    does NOT display the text-block (almost as if it can’t find it)…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BUG REPORT – Plugin not displaying when using Slug for ID’ is closed to new replies.