FAQ Popup

Answered Matt 8 years ago

Hi there,


Is there anyway to stop the FAQ popup but instead show the full page?

Best Answer
photo

Please replace the code in theme.js file with the following line and clean system cache:


  1. $(document).ready(function () {
  2. $('.mainArea').off('click', '.quick-view');
  3. });

Replies (4)

photo
1

Hi Matt,


To open FAQ without popup, you need to add the following line in theme.js file

  1. $('.mainArea').off('click', '.quick-view');

photo
1

I've tried that - didn't seem to work.

photo
1

Did you try to clean browser cache and system cache?

Please give us the link where we could check it online.

photo
1

I did.

uno

photo
1

Please replace the code in theme.js file with the following line and clean system cache:


  1. $(document).ready(function () {
  2. $('.mainArea').off('click', '.quick-view');
  3. });

photo
Leave a Comment
 
Attach a file