prajaktag
Forum Replies Created
-
Hey,
We have released an update with this patch v1.12.1.
Thank you for being so patient with us.
Regards,
Prajakta Gadhave.- This reply was modified 6 years ago by prajaktag.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Override Multi-Button Styles?Hello,
Thank you for reaching out to us!
You can change the Multi-Buttons style by using settings of the buttons provided here – https://monosnap.com/file/udNKRUlvFGo4NDf7jgBsgbYeunjx6I
Also, Multi-Buttons has different HTML structure than themes button structure so that themes the default style of button is not applied to Multi-Buttons. We provided an option to set the font size, color, background option to customize button as per users wish.
Hope this helps you.
Regards,
Prajakta Gadhave.Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] TimelineHello,
Thank you for reaching out to us!
We fixed this issue in our development version and the same fix will be released in the upcoming update.
Regards,
Prajakta Gadhave.Forum: Themes and Templates
In reply to: [Twenty Seventeen] PHP Warning with Twenty Seventeen themeHello Andrew,
No, I didn’t delete any thumbnails. Do you have any idea why this error comes?
~Prjaakta.
I didnt receive any reply from your site.
??
Thanks for your reply.
We did exactly same as you described. It’s not working.
Here is code we used – https://goo.gl/hgBX65
$lists = array( $list_id );//list should be in array format;
$is_double_optin = false;
if($d_optin == ‘1’){
$is_double_optin = true;
}$options = array(
‘send_confirmation_email’ => $is_double_optin, // default: true
‘schedule_welcome_email’ => $is_double_optin ,// default: true
);$subscriber_id = \MailPoet\API\API::MP(‘v1’)->addSubscriber( $subscriber_data, $lists, $options );
Still, we are not able to receive the confirmation email. Contact get added to list directly as the unconfirmed subscriber.
Any solution for this?