Daniel
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Show Category Description in List viewBrilliant Santiago! That cured it, the errors are gone! ??
Thank you so much for your help!!
Cheers! ????
Forum: Plugins
In reply to: [BP xProfile WordPress User Sync] bp_nav was called incorrectlyHi Christian,
I owe you a big apology for jumping the gun on this one… The debug log was a HUGE help.
Deactivating your plugin did resolve the error, HOWEVER with your plugin active and another disabled, the error was ALSO resolved.
This was the problem:
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 81920 bytes)
So it looks like I’m pushing my resources here.
As you suggested, the bp_nav issue was not related to a critical error, rather the culprit to this was my bp-custom.php file which I did not consider when troubleshooting.
I humbly retract my original post and thank you for your time and guidance in pointing me towards the right direction.
Best regards,
DanForum: Plugins
In reply to: [The Events Calendar] Recurring Events: First Weekend of MonthHello, is there a solution for this? Is it even possible to do?
If it’s unclear what I’m asking, please let me know and I will clarify.
I would really appreciate anyones help.
Thank you,
DanielHey Jules!
I’m still having the problem… Let’s compare apples with apples….
Try making the same selections as me…
In this case I said “No” to the following question not exposing the hidden field…
Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?And said “Yes” to Will you be bringing in a DJ/Music? exposing the hidden field…
Here’s the results from Mail 1 (and again Mail 2 is perfect!):
Name of Organization: Event Date: 2017-04-02 Start Time: 5pm End Time: 12am No. of Non-Member Guests: 20 Does the number of guests (non-members) invited fall within the scope as laid out in the current Stormont Yacht Club policies? Yes Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?[group-club-facilities] Explanation: No Will you require use of the kitchen, supplies and utensils? No Will you require use of the BBQ? Yes Will you be bringing in an outside caterer (The sale of alcohol is prohibited)? No Will you be bringing in a DJ/Music? Yes DJ's Name: DJ Sound Outline/plan of proposed event: N/A With whom have you been in communication about this event thus far? N/A
- This reply was modified 7 years, 8 months ago by Daniel.
Thanks Jules! Very much appreciated!! ??
All set, you should have received your account information!
Cheers! ??
Hi Javier,
Has this feature been implemented yet?
Checkboxes and radio buttons are common fields in BuddyPress Extended profiles… It would be a huge asset to be able to import this information.
Apart from that — awesome plug-in!! ??
Thanks so much!!
Hey Jules!
Okay, I set up my test server using a barebones child theme of “twentysixteen” I only have 3 plugins installed: Askimet and I’ll let you guess the other two. This one is also hosted through Dreamhost whereas the other was through Netfirms.
I regret to inform you that the problem still exists. Looks good on Mail2 – Spits out shortcode on Mail1.
If you’d like, I can set you up as a user with admin privileges so you can test it on my end — Or I and just give you all the code so you can test it on your end.
Thanks a bunch! ??
Thanks!Hey Jules!
Thanks for getting back to me!
I’ll go ahead and set up a blank test site on a new server — Probably a good idea to have one of these anyway to troubleshoot these types of things! (Glad you mentioned it!)
Stay tuned… ??
Dan
Forum: Plugins
In reply to: [The Events Calendar] Recurring Events: First Weekend of MonthHello Shelby and thank you for your reply.
I should have mentioned that I’ve read all the documentation carefully and it’s clear to me how the reoccurring events work.
I understand I’m limited to the type of support I should expect to receive as our plugin licence is non-profit, but the link you provided does not point to any answers to my issue… I’ve also have searched through the forums to no avail.
I think if you read posts again, you’ll understand of the problem I’m having.
Thanks again.
DanielHey Jules,
Thanks for your help with this! I sent you a test email directly from my site.
I mentioned something about the the date selector which which I activated through the following code:
// Displays CF7 Calendar // add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
And when I remove this from functions.php, all the hidden fields appear on front end… Could this have something to do with it?
I also have this code in there:
// ALLOW SHORTCODES IN CONTACT FORM 7 // function shortcodes_in_cf7( $form ) { $form = do_shortcode( $form ); return $form; } add_filter( 'wpcf7_form_elements', 'shortcodes_in_cf7' );
But when I remove it the problem still exists, so I doubt it related.
Thanks,
DanHey Jules,
I’m on vacation in Cuba right now with very poor internet access… I don’t have the code handy at the he moment, but I can assure that mail 1/2 are you the same.
The problem still exists last tweet me I tested it, can you confirm the same?
Nice catch Jules!
I must have caught it myself (after the fact) as it was fixed when I went back in there.
Still the problem remains…
The “Mail 1” spits out this:
Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?[group-club-facilities]
“Mail 2” looks perfect!
I got excited when I noticed an update to the plugin today… But I guess this issue still remains a mystery.
Where you able to reproduce the problem?
Hello,
I just wanted to follow up on this — curious if this is still a relevant issue that’s being looked in to as I’m eagerly hoping for a solution.
If there’s anything I can do to help, please let me know.
Thanks in advance.
DanForum: Plugins
In reply to: [The Events Calendar] Recurring Events: First Weekend of MonthI’m having a similar problem the Canadian Thanksgiving weekend… Thanksgiving falls on the second Monday of October… But I would like the reoccurrence to be on the Saturday prior… Some years there would be one Saturday, some there would be 2.
So essentially I would like to set a rule to repeat yearly in October, every 2nd Monday, less 2 days.
I know the above is not possible, but is there another way to accomplish the same thing?