FAQ Popup

Answered Matt 10 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. });

This comment is in trash! Restore

Replies (4)

photo
82

Hi Matt,


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

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

This comment is in trash! Restore
photo
87

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

This comment is in trash! Restore
photo
73

Did you try to clean browser cache and system cache?

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

This comment is in trash! Restore
photo
76

I did.

uno

This comment is in trash! Restore
photo
75

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. });

This comment is in trash! Restore
photo
Leave a Comment
 
Attach a file
Your vote is accepted!