Jing
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Events / Locations Slider] Slider For Recurring EventsPatrick,
Events Manager has a placeholder {is_future}content{/is_future}
How to integrate this into your slider?
Thanks a lot
Jing
We have tested the problem again.
This appears to be a bug of Events Manager 5.9.7.2. As soon as we rolled the Events Manager back to 5.9.7.1, the issue goes away.
We found 3 things stopped working when we update Events Manager to 5.9.7.2:
1) Can not set recurrence. Datepicker stopped working.
2) Google Map stopped working.
3) Can not set featured image for the event.We have submitted a bug report with a screenplay.
We have looked further into our problem.
This is how we set the notification up:
https://drive.google.com/file/d/1VQUj6Jqu9T5LtKTuK17tQ0C-n95n_PUM/view?usp=sharingThe merge tag of {group_creator_ID} does not translate into email.
This is our mail log.
https://drive.google.com/file/d/1zDB2mmTctb9iB3X3TXx2yZ3ww9vE4kYt/view?usp=sharingAs you can see, there is no email address.
We have a few questions:
– Are there any existing merge tags that will let us use the email address of the current group admin email?
– If not, can we add such a merge tag?
– Once we added such a merge tag, in the future, if we update the plugin, will this custom merge tags be overwritten?Any advice you can provide is greatly appreciated.
Jing
We enabled the log.
It appears that BuddyPress notifications were sent, but our user email does not get them. Are they not sent as emails? To receive them as emails what should we do?
See our screenshot: https://drive.google.com/file/d/1fhlsrGl36aqfFR-gP2EZDhFWvm8td94h/view?usp=sharing
Thanks a lot.
Jing
Forum: Plugins
In reply to: [Smart Slider 3] Question regarding multisiteLaszlo,
If we do not intend to display site A content in site B. Site A will only feature events posted on site A. Site B will only feature events posted on site B, will this plugin support our solution?
Jing
Thank you!
It works.
We added this code to call the API:
$array = array(1,2,13);
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => site_url()."/wp-json/newsletter/v1/subscribe",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => "email=".$_POST['tiny_email']."&name=".$_POST['tiny_dispaly_name']."&lists=".$array."",
CURLOPT_HTTPHEADER => array(
"cache-control: no-cache",
"content-type: application/x-www-form-urlencoded"
),
));
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);We want to add the subscriber to the list. But now it is adding subscribers but not to the targeted list. Can you tell us what we did wrong?
Thanks a million.
Jing
Stefano,
This is what your documentation says:
You have to send an array of numbers with the list ids to be assigned to the subscriber. Pre-assigned lists will be added as well.
$ curl -X POST -H “Content-Type: application/json” https://<your-site>/wp-json/newsletter/v1/subscribe
-d ‘{“email”:”[email protected]”, “name”:”My name”, “gender”:”f”, “lists”: [1,2,12]}’So we can achieve the list assignment by doing the following:
1) make the user type required
2) based on user choice, assign a list number.Correct?
Jing
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Cron job issue- need adviceKuba, we got the issue. Thank you.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Migration ErrorAngelo,
Thanks a lot for the follow up.
I initiated a migration. It says all the files are queued for migration. Then I move away from the page and later I checked, nothing got migrated into my Blubrry hosting account.
Do I need to stay on the migration page in order to complete the migration?
Jing
Stefano, understood.
Is it safe to assume that maybe within 2 months, this will be available in Autoresponder as well?
Jing
Stefano,
Are there plans to add the new composer block to Autoresponders?
Jing
Renz,
We are also seeing the same issue.
1) the feed is valid.
See this screenshot.
https://drive.google.com/file/d/1G-sPSYxQ0NE14bumfukNUXS3nAxNrJOD/view?usp=sharing2) We checked Cron Job. It is working fine.
3) Nothing gets imported after clicking fetching the posts.
https://drive.google.com/file/d/1H_nPtkgmIcwoJBUtwAZB9sq1akKf8cLX/view?usp=sharingWe have submitted the tickets also.
Jing
We figured it out.
Forum: Plugins
In reply to: [Firelight Lightbox] Does this plugin support multisite?Great!
When using embedding the video, does your solution support each subsite to use its own video for the lightbox, or all subsites will use the same video