Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file conflict with acymailing newsletter component

More
8 years 2 months ago #4480 by french150
Hi, when i create a newsletter on front end and i click on apply or save i get an error shown on the attachment. Thanks to this error i cannot see the html template of the newsletter, i can do that only from backend. I asked to Acyba support team and they confirmed that this issue is caused from your plugin. In fact if i disable it , all works fine. The problem is that i disable that page in the settings of your plugin, so why i get this error?

The url of the page where i get the issue is: www.mydomain.it/i-tuoi-servizi/gestisci-newsletters

So i inserted in separate row that: */gestisci-newsletters

What's wrong?

Please see the attachments

File Attachment:

File Name: Archive.zip
File Size:444 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4481 by syw
Hello,

first of all, I cannot access your site so I will tell you what I think is happening (thanks for the screenshots, they help a little):

the jQuery Easy plugin removes jQuery.noConflict code. Apparently, the variable acyJquery has been deleted in the process. It is easy to see (and this is the purpose of the report tool). Turn reporting 'on' and you will see if that is the case.

You can re-inject the deleted code into the page through the 'add javascript declarations' parameter (but it will add the variable on all pages... a little messy)

Or like you do, use 'disable in pages'.
It does not work because you need the pattern to be:
*/gestisci-newsletters*

Olivier.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4482 by french150
Replied by french150 on topic conflict with acymailing newsletter component
But in your help text i see */product . Without end *

So do i have to use that syntax for all the pages i inserted in that field?
However now it works. Thanks.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4483 by syw
As you say, the field has some help (actually 'examples'), but it does not give you every single possibility. However, it is explained in the documentation, both pdf and online :-)

Some of your syntax may still be ok, it depends of the pages paths.
*/product will only include pages that end with 'product'.
*/product* will include all pages containing '/product'.

Very glad it is working out for you now.

Olivier.
The following user(s) said Thank You: french150

Please Log in or Create an account to join the conversation.