• Resolved isaacjacobs

    (@isaacjacobs)


    I went about adding some text to my page but I lost the script. I thought no worries, I’ll re-add it.

    It is a javascript sign-up widget which was working fine until today. Silly me had no backup.

    I have tried using the window on the tab page to add the script. Also have used the WYSIWYG editor to no avail. It is in there but after hitting publish it’s gone.

    Please help, I need this functionality urgently.

    Script, I have masked ID info:

    <script type=’text/javascript’ src=’https://app.mymusicstaff.com/Widget/v3/Registration.ashx?id=%5BMASKED%5D&#8217; class=’sb_registration’></script>

    • This topic was modified 2 years, 4 months ago by isaacjacobs.

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

Viewing 1 replies (of 1 total)
  • Praveen

    (@praveenmalav09)

    Hi @isaacjacobs,

    Please follow the below steps:

    Step 1: Go to plugin > plugin editor.

    Step 2: Select the “Tabs Responsive” plugin to edit the dropdown.

    Step 3: Go to inc > admin > data-post > tabs-save-data.php
    line no. 13 replace, this code

    $tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));

    by this code

    $tabs_desc = stripslashes($_POST['tabs_desc'][$i]);

    Then let us know

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot insert script into a Tab’ is closed to new replies.