WPTrashPanda
Forum Replies Created
-
Forum: Plugins
In reply to: [MailChimp Sign Up] Installed but…In WordPress for the MailChimp plugin settings. Here is a screenshot
Assuming you have more than one list.
Forum: Plugins
In reply to: [MailChimp Sign Up] Installed but…If you are getting the success message than that means MailChimp is confirming they received the entry. If you have more than one list make sure you have the correct one checked in the settings page.
vaid000 the Facebook Events Importer plugin will do the trick. You can use the code examples to add the imported events to your events template.
Facebook event field’s are pretty easy to add. e.g.
<?php /* display location */ fbe_field('location'); /* use location as variable */ $var = get_fbe_field('location'); ?> <?php $event_starts = get_fbe_date('event_starts','M j, Y @ g:i a'); $event_ends = get_fbe_date('event_ends','M j, Y @ g:i a'); ?>
If you need to integrate it directly into another calendar systems post-type I can offer some direction in that regards as well.
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?Of course ian72. Thank you for your feedback it really helps us to fix issues and release a more stable plugin for everyone. Let us know you like it by leaving a review ??
Unfortunately, for events created before March 25, 2015 could be missing location information. Possible solution here.
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?Thanks @niklaspoulsen Facebook updated their SDK last week effecting newly created Event pages.
Upgrade to v1.8 for support to solve Error 12 for v2.3 Facebook SDKForum: Plugins
In reply to: [MailChimp Sign Up] Installed but…Hi Berneh, When you enter an email and hit submit what does the response say?
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?ian72 – I was able to import 3 events for TheHiveHov with no issue or error. You may have a conflicting plugin. I just added the response text to the output of that particular error type. I will release this as 1.7.1.
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?UPDATE: 1.7 now has more specific error reporting to help understand why some event pages are not returning events.
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?Double check that the events are not past events. WPFB will not import past events.
Post the Facebook events page(s) you are trying to import here so I can test them out with our APP settings. Thanks. We are working on better error reporting for the next update.
Forum: Plugins
In reply to: [Facebook Events Importer] Errors on Importing Page Events ?This issue indicates a problem with your Facebook app settings. Please check your app settings against this example.
Forum: Plugins
In reply to: [MailChimp Sign Up] Trouble InstallingMake sure you have the following in you functions.php file.
<?php add_filter('widget_text', 'do_shortcode'); ?>
You can also add the following directly into your sidebar.php file:
<?php echo do_shortcode('[mcsignup]'); // MailChimp Sign Up Form ?>
Forum: Plugins
In reply to: [MailChimp Sign Up] Change position of a notification messageThe notification box is positioned on top by default but you may have some element z-indexed higher than the results box.
Try adding some custom CSS to the result:
<style> #mcs_result {position:absolute; z-index:a larger # here!important; </style>
The latest 1.0 update did include some new positioning methods.
Thanks for your feedback!
Forum: Plugins
In reply to: [MailChimp Sign Up] Site NOT in the home directoryFixed this in the 1.1 update. Thanks for your feedback!
Forum: Plugins
In reply to: [MailChimp Sign Up] Site NOT in the home directoryThanks Rusty. I will make this update ASAP.
Forum: Reviews
In reply to: [MailChimp Sign Up] ImpressiveGlad you like it! Thanks for the feedback Razarahil.