radair2002
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Solved
#_BOOKINGFORM
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] MultisiteI had the same problem.
Have you found a solution?
Hey guys,
why would you mark this as resolved?
The so called “solution” was, that I got the pro version and translated all email texts myself.
Regards
Rolf
Hi Sven,
well if you need any ideas 😉
What would seem to be the things you would like to call in a template.
- Open in lightbox
- cc address
Cheerio,
RolfForum: Plugins
In reply to: [Bowe Codes] Display any profile field with bc_group_usersThat’s exactly what I need too.
Not very much feedback on this unfortunatly. Is this topic solved somewhere else?@cityfox – have you found a solution to this?
Thanks in advance
Resolved here – https://ww.wp.xz.cn/support/topic/display-more-profile-data-using-bc_user_groups
Forum: Plugins
In reply to: [WP Responsive header image slider] Missing argument 2 for wp_kses()noodlz, thanks a lot. Did the trick for me 🙂
Forum: Plugins
In reply to: [WooCommerce German (de_DE)] Change the "Umsonst!" to "Preis auf Anfrage"I used this code to do the same I guess.
/** * This code should be added to functions.php of your theme **/ add_filter('woocommerce_empty_price_html', 'custom_call_for_price'); function custom_call_for_price() { return 'Preis auf Anfrage'; }Ich habe oberen Code ins functions.php eingefügt.
Viewing 7 replies - 1 through 7 (of 7 total)