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

This comment is in trash! Restore

Replies (4)

photo
26

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
26

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

This comment is in trash! Restore
photo
23

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
21

I did.

uno

This comment is in trash! Restore
photo
21

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