Rowinson Gallego

Results 52 comments of Rowinson Gallego

Hi @themsk666 did you enable the Public Widget in https://docs.perfecty.org/wp/configuration/#1-public-widget ?

Our check function looks like this: ```javascript const start = async (customOptions = {}) => { ... if (!isSupportedAndEnabled()) { Logger.info('Browser is not supported or the SDK is not enabled')...

Hi @themsk666 it's the same code, except you're looking at the raw JS vanilla/optimized output, while I was sharing the ES6 equivalent

Hi @wirsindplural I don't know the exact details but as a general rule, you will need to only include the CSS/JS scripts and the array options: * HTML Head (use...

Well, this is a not so simple question and basically there's nothing written in stone about it, however what we want to do is to offer the users the capability...

@wirsindplural have you got any luck with this?

In regards to the color it's very relative and hard to assess on which should be ultimately the color being used. As this is a plugin that is already being...

Hi @aamir2007 I see two things here: - One is the passive approach which this ticket is about - Another one is the taxonomy, which we're already discussing in https://github.com/perfectyorg/perfecty-push-wp/issues/54...

Hi @matteomorreale, the notification is send if the "Send notification on publish" checkbox is checked. In the old WordPress editor the save button performed a page submit which caused the...