mheffo
Forum Replies Created
-
Hi there, totally agree with @cipals15 . Really nice plugin but the css files are dragging down my Pagespeed score too. Using Chrome dev tools -> Sources/Coverage
/coblocks/dist/coblocks-style.css – unused bytes 99.8%
/css/dist/block-library/style.min.css – unused bytes 96.9%Thanks.
Forum: Themes and Templates
In reply to: [Maxwell] Theme issue with the Event Calendar date pickerHi Thomas,
Thanks for the reply.
If you drop me an email to mark.heffernan [at] outlook.com I’ll send you a demo login to the website as the calendar part of the website is login protected.
Or is it better to use Slack to see you the login?
Thanks,
Mark
Hi @rochesterj
No worries. Answers to your questions below:
1. Yes under Sportspress/Matches filtering by the new season 2019-2020 but not in the Edit Calendar’s settings screen (link to the previous screenshot of calendar setup β https://www.dropbox.com/s/bnpqzzceyxu15ut/edit%20calendar%20%E2%80%B9%20masters%20volleyball%20%E2%80%94%20wordpress.png?dl=0)
2. In the Edit Calendar’s settings under Matches, no friendlies show up
3. N/aThanks,
Mark
Thanks for the code Craig. Works a charm.
Thanks @rochesterj and @corrinarusso
Link to screenshot of calendar setup – https://www.dropbox.com/s/bnpqzzceyxu15ut/edit%20calendar%20%E2%80%B9%20masters%20volleyball%20%E2%80%94%20wordpress.png?dl=0
Thanks.
Hi @corrinarusso,
Yes they do. See link to screen grab for visual – https://www.dropbox.com/s/uwgf7fl1jk1wg3l/Screenshot%202019-10-12%2018.30.12.png?dl=0
As you can see the 1st block under Results is the friendly match as the (competitive) league starts on the 13th (tomorrow).
Thanks.
Hi Craig,
Sorry after I read your reply I realised I should have clicked the Show Notes button of the Custom Field to view the Email template text. Doh! π
Email notification with custom fields is populating correcting now. Thanks.Yeah that’s fine for the working example of the attendee list, enjoy your break.
Thanks,
Mark
Hi Craig,
Yeah if you have an example that would be great as I’m using the example that just loops through the fields etc. Thanks.
Sorry for the confusion re using custom fields in the email confirmation notification. I’m using the custom fields in the start of the email e.g.
Hey {first},
Thanks!
You have registered your reply for {event-title} at {venue} on {event-date}.
Your reply is: {custom1}
Comment: {custom2}******
When the user receives the email no text appears for {custom1} or {custom2}. E.g.
Your reply is:
Comment:It doesn’t appear the custom fields are pulling the text from the back end. Fyi all the other fields in the email are populated.
Thanks,
Mark
Hi Craig,
Thanks for the reply and the code help.
I was able to create a drop down select box which works much better then a comment box for this purpose. And I can now use a comment box for its intended purpose.I’ve added in the code to add the registration_date field and tweaked the headings but when the page loads the date is always before the custom1 field. E.g.
Player | Attending? | Submission Date
first_name | custom1 | registration_dateappears as
Player | Attending? | Submission Date
First_name | registration_date | custom1Is this because the registration_date field will always come before the custom fields due to the back end setup?
If so that’s ok.Last question hopefully on this and I think I know the answer already, is it possible to use {custom1} or {custom2} fields within the email notification? I’ve tested and the fields just appear as is so I’m thinking it’s not possible.
Thanks,
Mark
Forum: Plugins
In reply to: [The Events Calendar] Subscribe to iCalI think Iβve figured it out. The /events/ link is login protected as my website is a members only website. So this would explain why I canβt subscribe to the iCal link.
Thanks.
Hi felixhaub,
I’m testing this extension atm and I was running into an issue were only 2 events for October were exporting into the ics file even though I had set the start/end dates from 2019-10-01 to 2020-05-31 (equals 40+ events).
I changed the Event Settings >> Display >> Default View to ‘List’ and downloaded the ics file again. This time all events downloaded.Hope this helps in some way.
Thanks,
Mark
Hi Alessandro,
Email sent. Thanks.
Hi Alessandro,
Many thanks for the reply.
1) I deleted the original pages, created a new page and typed in the shortcode first within <p> tags (classic edit block) and then using the shortcode block. Both approaches haven’t worked and I still seeing the the cropped off shortcode text. I’ve played around with using single or double quotes and using just the login_link code and still not working.
What I noticed is the login and register links are placed in a
- tag on the password reset page (before the user enters their username or email). When the form is submitted and the page reloads the login and register links are not placed in a
- tag and display the cropped off shortcode text after a <p> tag. See links to visuals – https://www.dropbox.com/s/2yz6escef68nlbf/Screenshot%202019-08-19%2012.05.55.png?dl=0 – https://www.dropbox.com/s/6k2t6rlxoedpqx0/Screenshot%202019-08-19%2012.29.39.png?dl=0
2) I switched the theme over to a WP default theme and the issue appears here too – https://www.dropbox.com/s/ftg63ido788u45m/Screenshot%202019-08-19%2012.32.23.png?dl=0
3) I’m going through the process off switching off each plugin I’m using. So far this is not fixing the issue. :-/
Fyi I tried using just [wpum_password_recovery] and this works in Chrome as in the page redirecting to the home page. In Firefox y] displays after the ‘check your spam folder’ text.
Thanks,
Mark
Hi Craig,
Thanks for clarification on the “dismiss new” option. Makes sense.
My attendees are displaying in the attendee list when the user navigates to the form e.g. say 5 attendees have already signed up. When the user submits the form and sees the ‘Success!’ message the attendee list still displays 5 attendees. The user has to refresh the page to see 5 + 1 (new) attendees.
I’m thinking the form refreshes but not the attendee list when the form is submitted. Maybe some code is needed to make the page refresh just after the form refreshes for the attendee list to pull the data from the event/backend?
Thanks,
Mark
This is awesome. Worked great. Thanks Craig.