• Resolved mosandl

    (@mosandl)


    Hello,

    we are using shortcode for some flipbooks in the pricing table.

    with the lates update you write before ” all the time an \.

    can you disable this feature or add an “code” section into it?

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author deip

    (@deip)

    Hi,

    Can you share some more details like screenshots or a link to the page that has the error?

    Best Regards,
    Deip

    Thread Starter mosandl

    (@mosandl)

    Hi

    thanks for the reply

    when i want to safe this

    <div class=”ptsColHeader ptsToggle ptsShow” style=”height: 48px”>
    <div class=”ptsTog”>
    <div class=”ptsEl” data-el=”table_cell_txt” data-type=”txt”><p><span style=”color: #666666;font-size: 16px;text-align: center;background-color: #f5f5f5″ data-mce-style=”caret-color: #666666; color: #666666; font-size: 16px; text-align: center; background-color: #f5f5f5;”>[dflip id=”211″ type=”thumb” ][/dflip]</span><br></p></div>
    </div>
    </div>

    it get changed to this

    <div class=”ptsColHeader ptsToggle ptsShow” style=”height: 48px”>
    <div class=”ptsTog”>
    <div class=”ptsEl” data-el=”table_cell_txt” data-type=”txt”><p><span style=”color: #666666;font-size: 16px;text-align: center;background-color: #f5f5f5″ data-mce-style=”caret-color: #666666; color: #666666; font-size: 16px; text-align: center; background-color: #f5f5f5;”>[dflip id=\”211\” type=\”thumb\” ][/dflip]</span><br></p></div>
    </div>
    </div>

    the issue is that i get \ in the shortcode
    [dflip id=\”211\” type=\”thumb\” ][/dflip]

    in the release before it was working fine.

    now i go every time into the DB and remove \ manually for the table.

    cheers

    • This reply was modified 3 years, 1 month ago by mosandl.
    Plugin Author deip

    (@deip)

    Hi,

    We are not adding any escape characters.

    How is that HTML getting generated? Or how are you getting that [dflip id=\”211\” type=\”thumb\” ][/dflip]? Our plugin outputs shortcodes only on the admin screen and even there there is no backslash and is wrapped inside <code> block.

    We have checked the code, we don’t see any place where we have added backslash while adding shortcode. Please check how you are getting the shortcode..

    Best Regards,
    Deip

    Plugin Author deip

    (@deip)

    Also if you are adding HTML content directly to create a pricing table, then those backlashes are not obviously added by our plugin. Try changing [dflip] to any other [abcd] shortcode and the behaviour will be the same.

    We think, the issue is from something else.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘shortcodes in table’ is closed to new replies.