yochanan.g
Forum Replies Created
-
Forum: Plugins
In reply to: [Another Mailchimp Widget] PHP WarningIt worked, thanks.
Nice little plugin.Forum: Plugins
In reply to: [MailChimp Campaigns] WordPress 4.6 Failure@matthieuscarset, still struggling to upgrade the plugin.
This time it was activated (had to delete it and reinstall it through), but when I try to import campaigns it get the error captured by this image:
http://smrtshot.com/i/aKeG
Only four out of ~150 campaigns were imported.
In addition, when I looked at settings later, the user name was replaced by “MailChimp”.Forum: Plugins
In reply to: [MailChimp Campaigns] WordPress 4.6 FailureTried installing the last version, 3.0.7
Getting this activation error:
Parse error: syntax error, unexpected ‘isset’ (T_ISSET) in /home/content/p3pnexwpnas04_data02/70/2380370/html/wp-content/plugins/olalaweb-mailchimp-campaign-manager/class/MailchimpAdmin.php on line 239
Forum: Plugins
In reply to: [MailChimp Campaigns] WordPress 4.6 FailureThank you, @matthieuscarset.
There are still activation errors:Plugin could not be activated because it triggered a fatal error.
Warning: Constants may only evaluate to scalar values in /home/content/p3pnexwpnas04_data02/70/2380370/html/wp-content/plugins/olalaweb-mailchimp-campaign-manager/mailchimp-campaigns.php on line 56Parse error: syntax error, unexpected ‘[‘, expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /home/content/p3pnexwpnas04_data02/70/2380370/html/wp-content/plugins/olalaweb-mailchimp-campaign-manager/class/MailchimpPost.php on line 61
Forum: Plugins
In reply to: [MailChimp Campaigns] Iframe heightThank you.
How is it used?
Forum: Themes and Templates
In reply to: [Travelify] HTTPS issueThank you!
Forum: Themes and Templates
In reply to: [Travelify] HTTPS issueThe fix has already been applied.
In function travelify_scripts_styles_method, this change was made:from:
wp_register_style( ‘google_font_ubuntu’, ‘http://fonts.googleapis.com/css?family=Ubuntu’ );to:
wp_register_style( ‘google_font_ubuntu’, ‘//fonts.googleapis.com/css?family=Ubuntu’ );The latter method is protocol agnostic and browsers don’t throw errors for https pages.
Phil,
I would like to be able to configure a custom field to use a value set.
The user would be presented with a drop-down list.P.S.
I like your plugin.Forum: Plugins
In reply to: [WP Stripe] Form hangingOpenSSL is not installed on my server.
I suspect the problem is due to that.