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
14

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
14

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

photo
13

Did you try to clean browser cache and system cache?

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

photo
12

I did.

uno

photo
11

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
Your vote is accepted!