FAQ Popup

Answered Matt 9 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
18

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
19

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

photo
17

Did you try to clean browser cache and system cache?

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

photo
15

I did.

uno

photo
15

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