• Heya,
    I’ve got a problem with code appearing under the button plugin. I inserted it both as a shortcode and an element in Elemnetor but it still doesn’t display well
    Some help would be appreciated!
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    In order to solve your issue, we need additional information.

    We would request you to contact us on our website.

    Thanks & Regards.

    I’m getting the same problem

    this text is appearing on blog post pages

    ; if (window.CKEDITOR) { CKEDITOR.instances[“content”].insertHtml(shortcode + “\r\n”); } else { window.send_to_editor(shortcode + “\r\n”); } jQuery(“[data-popup=ux_open_popup_media_button]”).fadeOut(350); } function fbl_validate_fields() { var likebox_type = jQuery(“#ux_ddl_layout_likebox”).val(); var likebox = jQuery(“#ux_ddl_layout_title”).val(); if (likebox_type === “”) { var shortCutFunction = jQuery(“#toastTypeGroup_error input:checked”).val(); var $toast = toastr[shortCutFunction](“Please Choose a Like Box Type”); return; } else { like_box_type(); } if (likebox === “”) { var shortCutFunction = jQuery(“#toastTypeGroup_error input:checked”).val(); var $toast = toastr[shortCutFunction](“Please Choose a Like Box”); return; } insert_like_box(); } jQuery(document).ready(function () { show_pop_up_facebook_likebox(); });

    Please advise

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken Text appeared under button’ is closed to new replies.