Messaone
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] Allow user role to editPerfect – works. ??
Works now – i got some code in my child theme that make problems i add if (! admin) so only frontend is affected.
add_action( 'pre_get_posts', 'veranstaltungen_ort_staff' ); function veranstaltungen_ort_staff( $query ) { if ( ! is_admin() ) { if ( $query->is_post_type_archive('event') ) { if(is_archive()) { $query->set('posts_per_page', -1); } // don't show past $meta_query = [ 'relation' => 'or', [ 'key' => '_event_start_date', 'value' => current_time( 'mysql' ), 'type' => 'DATETIME', 'compare' => '>=', ], [ 'key' => '_event_start_date', 'compare' => 'NOT EXISTS', ], ]; $query->set('meta_query', $meta_query ); } } }
I also don’t use divi + im using beaver builder.
Work’s. Thanks
Thes a problem of the pluign – also someone else got the same problem -> https://www.ads-software.com/support/topic/way-to-show-pending-and-past-event-in-admin-panel/#post-15590911
I also wrote a mail to the dev over there page – but still waiting.
Maybe you can also write a mail to them.Over phpmyadmin is a nightmare – i want that my customer can handle it by the own.
I have the same problem – did you found any solution?
https://www.ads-software.com/support/topic/cant-access-past-events-in-backend/
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Google Tag Manager is not blockedWhere i can check if there are a empty data layer? I also see google tag manger before user accept cookies – also i see something from facebook but I didn’t add social media include. Why is that in my source code?
See my screenshot.
https://ibb.co/9Gm3psWForum: Plugins
In reply to: [Germanized for WooCommerce] GrundpreiseDanke.
Ah it shows all time slots? But if you try to submit a error should appear?
Forum: Plugins
In reply to: [Germanized for WooCommerce] SEPA Lastschrift einzelnAH – danke das hat mir scho geholfen ??
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] regular field change ‘&’ on create postOky – its a normal behavior – I just build a small code to rebuild it for my output.
- This reply was modified 3 years, 5 months ago by Messaone.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] reCaptach V3Ah i missed a “-” ad the key
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Translate required message field nameOky – I will do.
Forum: Plugins
In reply to: [WooCommerce] Can’t see paypal in the backendAh ?? Thanks – got it
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Hook after acfe/form/submit/post/form=Yeah – that was my second thought clean up all 5 mins the folder – You are right – In case of slow internet there is no change to see the pdf.
I will do it like you recommend – I will add a action after the form with a button for clients to get the file.