How can I remove Sessions from the speakers pop up?

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How can I remove Sessions from the speakers pop up?

How can I remove Sessions from the speakers pop up?

Do not forget to keep a back-up of the file prior to any changes. To remove “Sessions” section from the pop-up, please do the following:

 

1) Open wp-content/themes/fudge/js/script.js

2) Look for the following code (around line number 125):

<h2>’ + fudge_script_vars.sessions + ‘</h2>

‘ + sessions

3) Replace the above code with a sinqle quote (‘).

4) Please find the sample script.js file attached. (check line number 125)

 

Was this article helpful to you? Yes 1 No