avwscad
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Plugin closed by wordpress …Well
“Our account has been suspended by www.ads-software.com due to a violation of community guidelines (we have asked a user for his login details to check and fix the problem)”not very smart …
- This reply was modified 2 years, 8 months ago by avwscad.
Hello Sumit
If i use points instead of percent im more flexible – so this would be my choice.
Best
Alex- This reply was modified 2 years, 11 months ago by avwscad.
Hello Sumit
Thnaks for helpingLooks like i dont understand the shortcodes in that case.
As you can see in the questions, the first is correct, the second just partially.
ScreenshotBut
AMOUNT_CORRECT = 2
CORRECT_SCORE = 100
CATEGORY_AVERAGE_SCORE = 100
ScreenshotOr am I not seeing this correctly?
Best regards
AlexForum: Plugins
In reply to: [Multi Step for Contact Form 7] Error with Google Chrome AutoFillHello Bruce
Sorry again for late reply …
I found a solution: There is a “Country” dropdown selection which makes problems.
I couldnt deactivate autocomplete for this dropdown. autocomplete:off or autocomplete:false doesnt worked.
So i add a snippet to the function.phpadd_filter( 'wpcf7_form_elements', 'imp_wpcf7_form_elements' ); function imp_wpcf7_form_elements( $content ) { $str_pos = strpos( $content, 'name="Country"' ); $content = substr_replace( $content, ' autocomplete="both" autocomplete="off" ', $str_pos, 0 ); return $content; }
But now i have to avoid a script error if in a form no “Country” dropdown is set – so i have to set this dropdown in every form and comment it, if i dont need it.
Not very nice, but it works …
Alex
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Error with Google Chrome AutoFillHello Bruce
Sorry for late reply … your answer landed in my spam folder …
Can you already confirme this issue?Best regards
AlexForum: Plugins
In reply to: [Contact Form 7] Avoid of picking future datesThanks Erik
But i need the date picker, not a dropdownBR
AlexThat sounds plausible ??
Thanks a lot
AlexHi Jules
Thanks for helping
Here we go: https://conditional-fields-cf7.bdwm.be/form-tester/?hash=80e616ee360f79f3f1d33ac9664bea68The thing is: i just want to show [group ifValue1] only if just “Value 1” clicked. Not e.g. Value 1 and Value 2
BR
Alexeh well no this is not correct. if i copy a post, the new post will gets his own (new) IP. Thats what i also expect for a copied form (and this was working before) …
coping posts (with YOAST Duplicate Post plugin) works fine. (normaly you cant duplicate posts by WP itself)BR
Alexthe hover-path already has the same ID:
Copy form
Copied form – with same IDID even doesnt change after saving.
BR
AlexHi
Sorry i dont get it. You mean its a WPML problem/issue?
Best,
Alexhmmm no ?
I can change the Date format for individual events in the MEC settings … ?
But just for all languagesBest
Alex- This reply was modified 3 years, 11 months ago by avwscad.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Move the tags in the meta data columnHello Webnus
Thanks for your answer. I know how to inspect an item – but how a specific event item.
like
<a data-event-id="111767" href="https://www.wscad.com/events/lightbuilding-2022/" target="_self" rel="noopener"><img src="https://www.wscad.com/wp-content/uploads/2020/05/lightandbuilding_03-2022.jpg" class="attachment-full size-full wp-post-image" alt="" loading="lazy" data-mec-postid="111767" width="300" height="136"></a>
how can i get the
data-event-id="111767"
item in CSS?BR
Alex