Dreb Bitanghol
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF SoundCloud Playlists] Browse Playlist ErrorHi Edling,
Make sure you have configured the SoundCloud settings in in WP admin->Settings->SoundCloud. And when you register an app in SoundCloud, did you use the Redirect URI from your WP’s ‘SoundCloud’ settings and add it in the SoundCloud site Redirect URI field?
See this screenshot:
https://www.dropbox.com/s/k8b5o4a22etboi4/Screenshot%202015-04-06%2020.49.36.png?dl=0Forum: Plugins
In reply to: [ACF Enhanced Message Field] Is possible integrated in a theme?Hi there,
Yep. Just like every other ACF add ons, you can copy the files that come in this plugin and add to your theme directory (or inside a specific include folder in your theme directory perhaps) then you can enqueue them. Or you can take out the codes and integrate it into one of your function/include files.
Hope that helps.
I think the line of code you’ve given is used for the default booking fields. Is there a workaround on how to retrieve a custom booking form (by their ID I believe).
Thanks for the response though.
Please follow @airap latest reply. It solves the error.
Seems like the default app used by the plugin itself is over the limit with Facebook api request.
I have the same problem just now. I believe this is regarding the facebook app that this plugin is connected with. The app I am talking about is the one that the plugin developer created.
Forum: Plugins
In reply to: [Infusionsoft WordPress Developers Plugin] Adding Contacts// Answer 1
$status = $infusionsoft->APIEmail( ‘optIn’, $YourUserEmailHere, ‘Very important to include a note here on why/how this email was opted-in’ );// Answer 2
$groupResult= $infusionsoft->contact( ‘addToGroup’, $YourContactIDNumber, $YourGrouIDNumber );Forum: Plugins
In reply to: [WP FullCalendar] Show Pending Events (with Event Manager)I did a thorough look and figured out that event manager removes the action of wp-fullcalendar ajax function. Instead, they’ve added their own ajax functions in em_wpfc.php. The very reason why there’s still posts showing even if I have removed the ajax function (stated above).
I have to comment out the remove_actions and add_actions they made there to enable the ajax functions in the wp_fullcalendar.
I’m not sure though if the integration between the two is seamless considering there are conflicting codes such as this.
Forum: Plugins
In reply to: [WP FullCalendar] Show Pending Events (with Event Manager)Thanks.
As I look around, it seems like your
self::$args = apply_filters('wpfc_fullcalendar_args', self::$args);
is not working. If I add a filter the events won’t be showing up in the calendar.
And one thing also, even if I remove the function ajax(), for the sake of testing, the calendar still works fine and whatever changes I made there obviously it won’t have any effect to the calendar. Or I might be missing something here.
Looking forward to your response.
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.9.1 now ignores CSS style for options labels.Hi Mike.
There is nothing to worry about this anymore. I somehow managed to fix it.
I am looking forward to the version 4 and thank you for creating such powerful tool!
Best and regards,
DrebForum: Plugins
In reply to: [WangGuard] Conflict with ManageWP WorkerThanks Jose.
I was about to ask the host to increase the memory limit but a suggestion in this thread magically fix it.
Forum: Plugins
In reply to: [ManageWP Worker] Conflict with other pluginThanks Ayman.
I was about to ask the host to increase the memory limit, since 1 and 2 are a no solution this time, but a suggestion in this thread magically fix it.
Forum: Plugins
In reply to: [WangGuard] Conflict with ManageWP WorkerI just checked the php configuration and it seems like the value of memory limit is already 64M. You think it is not enough as suggested in the other topic? Should I go on contacting the hosting and make it higher than 64M?
Appreciate the help ??
Forum: Plugins
In reply to: [WangGuard] Conflict with ManageWP WorkerHi Jose,
Thanks for the reference. I have googled that as well and tried a couple of the steps mentioned in their but with no luck. I am just wondering why the two plugins don’t go together? While this on has no issues with the other plugins. Just the ManageWP Worker.
Regards.
Forum: Plugins
In reply to: [Gravity PDF] Added fields to the FormAlright. So I tried searching for the answer on google based on the displayed error and fortunately I got it working again by adding padding in the CSS (template.css). I guess the markup just need to be properly set the padding or margin so it won’t exceed the max width.
Reference: https://gravityformspdfextended.com/topic/newly-added-fields-on-the-form/
Forum: Reviews
In reply to: [Pricing Table] jQuery ConflictI also have the latest version of WP installed. I have removed the jQuery file from the plugin. It conflicts with the other jQuery of wordpress, that is in the admin area.