webmark487
Forum Replies Created
-
oh, sorry, you are right of course
facepalm
Hi, thx for your reply.
I did already notice, how MC4WP would supply this.
The problem is: there are square brackets in the name, so I cannot use that in the confirmation emails.
name=”mc4wp-INTERESTS[ec75a797c8]”
Forum: Plugins
In reply to: [Contact Form 7] use field name with square brackets in confirmation emails?I thought, that this is the code that has to be used if you need to address mailchimp interest groups …
Can it be done with CF7 markup?
I don′t know, how to change it.
[radio radio-125 use_label_element default:1 “event1” “event2”]
PS
I remember now, that I generated the code above with the plugin MC4WP (according to https://www.mc4wp.com/kb/add-interest-group-choice-contact-form-7/)- This reply was modified 11 months, 3 weeks ago by webmark487.
- This reply was modified 11 months, 3 weeks ago by webmark487.
- This reply was modified 11 months, 3 weeks ago by webmark487.
thank you!
Hi Ivan,
Just to tell you how I did it. I don′t use the events-page of the plugin anymore, I am using a “normal” page now, and used shortcodes, on https://www.greenfilmnet.org/dates/ this is:
[events_list]
and
[events_calendar full=1 long_events=1 calendar_size=large]
And then I customized the views mostly by configuring the settings of the plugin, and a little css.
Best
Markus
Forum: Plugins
In reply to: [WP Job Manager] additional search filter?ok, thank you, I will give it a try
Forum: Themes and Templates
In reply to: [Cenote] Submenu on mobile don’t worksHi @io2big,
I noticed, that you′ve been able to solve the submenu issue.
How did you do that?
Best regards
Markus
oh, but this works better (without CSS from above)
[events_calendar full=1 long_events=1 calendar_size=large]actually works, but at the beginning of each event it always says “12.00 -“.
and for mobile I have to adapt it a little bit with CSS
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
the following css makes the entries show up
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
display: block;
}Unfortunately it does only show the first date, not the whole date span (even though I checked “Show Long Events”).
One festival date span is 19/10/2023 – 22/10/2023 for example, but only the first day is shown.And it shows “12:00 -“, although it′s an all day event … so this does not work for me.
I just wanted to show, that those events are there, but just hidden with CSS.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
- This reply was modified 1 year, 2 months ago by webmark487.
i put this into functions.php of the child-theme
Calendar doesn′t stop to load.
And on the calendar page it says “Warning: Undefined array key “calendar_size” in /home/.sites/838/site2533937/web/wp-content/plugins/events-manager/classes/em-calendar.php on line 197″
but, [events_calendar] does not show any entry
The Search bar (“Show main search bar?)”) was turned on already – but on the /events/-page there was never a search bar.
In the backend there are events, most of them “Published”: https://prnt.sc/BMtdkDM7VmkM
I added a new page, inserted [event_list] shortcode, but it didn′t render a calendar, it simply said [event_list] on the frontend.
i did that, problem is still there
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Change design?Thx, I already did.