Jump to content

PopUp Pro Issue


Recommended Posts

Hi, 

I'm using prestashop 1.6.1.10 , I'm trying to add a new pop-up block and the buttons to add content does not work, "Desktop view", "tablet view" ... 

I looked at the console and found this: 

 

Uncaught ReferenceError: tinyMCE is not defined
    at tinySetup16 (tinymce16.inc.js:48)
    at HTMLDocument.<anonymous> (tinymce16.inc.js:53)
    at j (jquery-1.11.0.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-1.11.0.min.js:2)
    at Function.ready (jquery-1.11.0.min.js:2)
    at HTMLDocument.K (jquery-1.11.0.min.js:2)


This is line 48 : 

	tinyMCE.init(config);
 

What can I do ? 

Thanks.

 

Link to comment
Share on other sites

you use probably outdated version of the module

due to the changes in the browsers - prestashop before version 1.6.1.8 has issues with text editor: 

https://github.com/PrestaShop/PrestaShop/pull/6749

 

because of this prestashop released the v1.6.1.8 with fix to this problem,

popup pro also was updated:

 

3.2.3

- added fixes related to visibility of rich text editor in recent prestashop version 1.6.1.9

 

so please make sure that the version you use is at least 3.2.3.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...