captain1999
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Registration is not working on my_account page@oaoyadeyi
Thank you. That was the hint I needed. It is working using a different theme. I finally managed to find some additional css, that was hiding the registration option.Closed.
Forum: Plugins
In reply to: [Booking Activities] Increase Appointment SizeHi @yoancutillas ,
Thanks for the quick support. Nevertheless, I was looking for a free solution.
So I challenged myself and found a very simple (but also very ugly) way to solve it, as it totally fits the requirements.I added the following css to the style sheet:
a[style*="background-color: rgb(21, 210, 206)"] { height: 17px !important; }It selects all appointments with the shown bg color and increases the high.
Hint: We carefull using this, since it affects all<a>tags using this bg color.Cheers Pascal
- This reply was modified 4 years, 7 months ago by captain1999.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Endless green circleHello @mrdaro ,
You are right. it is working now. After a while I figured out, that Give WP was not working, because of the Plugin Woocommerce(after I deactivated it for test purposes, GiveWP was working fine). Since I was still using 4.8 of Woocommerce. After updating to Woocommerce 5.1 everything worked out great as you can see now.
Cheers