• Resolved aniron

    (@aniron)


    Hi, I’ve put plugin’s code to my page, and everything is fine exept some broken code that somehow appears below the facebook box, I guess there is some bug at the plugin, Could you check it, please? I can share with you some screenshots, cause page is Under Construction Mode right now.
    Some lines of a code I see:
    ———————
    “; 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(); toastr[shortCutFunction](“Please Choose a Like Box Type”); return; } else { like_box_type(); } if (likebox === “”) { var shortCutFunction = jQuery(“#toastTypeGroup_error input:checked”).val(); toastr[shortCutFunction](“Please Choose a Like Box”); return; } insert_like_box(); } jQuery(document).ready(function () { show_pop_up_facebook_likebox(); });
    ————–

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Some broken code appeared below the plugin box’ is closed to new replies.