jr
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] Version 5.0.0 bug reportworked for me! just updated both plugins, everything is fine now. thanks!!!
Forum: Plugins
In reply to: [Meow Lightbox] Version 5.0.0 bug reportsame here -.- no white screen, but directly a “critical error” – only on gallery page. if i deactivate the lightbox plugin, then it works again.
regardless of this, thanks for your nice plugins!
Forum: Plugins
In reply to: [LocateAndFilter] single map shortcode not working?thanks for the reply! couldn’t reply before. unfortunately everything doesn’t help, i still get this error message. i can’t find any email address from you to send you the link…
Forum: Plugins
In reply to: [LocateAndFilter] sort navlist by title/slughey hey, nope, that didn’t help. it’s also only possible to set “range”. i have a numbers field in ACF. I want a dropdown menu with all values to filter. is this possible?
Forum: Plugins
In reply to: [LocateAndFilter] sort navlist by title/slughey there, now i have the pro version and sorting is working!
but theres a problem with the new acf filter. acf number field, i want to show a dropdown list, but its empty and i have this on frontend:
Warning: Undefined array key 0 in /xxx/wp-content/plugins/locateandfilter_pro/includes/class-locate-and-filter-tools.php on line 35
this in backend:
Warning: Undefined variable $marker in /xxx/wp-content/plugins/locateandfilter_pro/public/class-locate-and-filter-public.php on line 1323
you have an idea?
Forum: Plugins
In reply to: [LocateAndFilter] sort navlist by title/slugnice! thank you!
oh! nice!
i didnt know this. sorry!…. i still use the premium version ….
hey.
i still wrote an email. few weeks ago.i fixed the problem.
for everyone, who need the same:
you have to add a new filter in your function.php.
use the “woocommerce_order_formattet_billing_adress”.add_filter( 'woocommerce_order_formatted_billing_address', 'move_checkout_fields_email', 10, 2 ); function move_checkout_fields_email ( $address, $wc_order ) { $address = array( 'company' => $wc_order->billing_company, 'title' => $wc_order->billing_anrede, 'last_name' => $wc_order->billing_last_name, 'first_name' => $wc_order->billing_first_name, 'address_1' => $wc_order->billing_address_1, 'address_2' => $wc_order->billing_address_2, 'postcode' => $wc_order->billing_postcode, 'city' => $wc_order->billing_city, 'state' => $wc_order->billing_state, 'country' => $wc_order->billing_country ); return $address; }
sorry, but there still a fault..
the billing_title field doesnt change the value..
no matter what i choose (“herr”/mr or “frau”/mrs), in the mail is “frau”/mrs.
i doesnt noticed before, because in my case, “frau” is correct.i have the feeling, that there something wrong with the woocommerce auto billing fields.
i’ve activated the “billing_adress_2” and marked as required, but there no * and no message…can you help?
Sorry!! Now, it is working.
I deactived and activated a few times, and now, it is there ??
Really like the Plugin!
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] hours and time-slotSorry, i have no link. the website is just local..
the navigation is position:fixed and height: 25vh.
the “scroll to error message” function has to handle this. i try to add a margin-top: -25vh, but it doesnt work…i hope you understand the problem!
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] hours and time-slotThank you for the answer.
Maybe you can add this in the next Update?I have another question.
Can you explain, where i can find the scroll to top function for the error message?
Because of my fixed navigation, i cant see the message.Thank you very much!!