Metasequoia
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change date format in calendar viewSweet! I couldn’t find the right class to adress this case…
But on the site I use the AIOC plugin I have an agenda widget view which lists all upcoming events (see here in right sidebar) In the popup that appears when hovering over an event the “Uhr” is still there on allday events.
Any idea how to get rid of this?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change date format in calendar viewHi Foxplex,
funny, I dug through my own documentation and found that I added the “Uhr” by hand with this piece of css:
.dt-duration::after, .ai1ec-event-time::after { content: " Uhr"; }
So, there is no option in the GUI to enable this and the downside of my solution is that it displays “Uhr” on all events including the all day events.
- This reply was modified 7 years, 9 months ago by Metasequoia.
- This reply was modified 7 years, 9 months ago by Metasequoia.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change date format in calendar viewAh, and do you know how to make the change in time.php persistent after a plugin update? Can I put this file in my child theme folder?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change date format in calendar viewHi Foxplex,
this is great! Thanks for sharing your solution. Finally the date looks right.
One more thing that bugs me: on whole day events AIC shows a “ganzt?gig” badge followed by the word “Uhr” which makes no sense in this context. Any idea how to deal with this issue?
- This reply was modified 7 years, 9 months ago by Metasequoia.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change date format in calendar viewHi Benjamin,
thanks for your answer.
Can you at least tell me which .php file contains the required code to change the date format?
Is this something that is on the roadmap for a future release? Shouldn’t be to hard to implement and would be a huge benefit for international users.
Thanks!
-Martin
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress and PolylangThis works! Awesome – thank you very much!!!
Forum: Plugins
In reply to: [Contact Form 7] new reCaptcha (CF 4.3) not working correctlyWell at least sometimes… Maybe it’s the caching. I will observe the issue. Thanks for your support!
Forum: Plugins
In reply to: [Contact Form 7] new reCaptcha (CF 4.3) not working correctly@takayuki Miyoshi: I am still having problems with the reCaptcha. On this page it is not working –> https://handgeformt.de/kontakt/galerie, at the bottom “Termine nach Vereinbarung”.
Forum: Plugins
In reply to: [Contact Form 7] new reCaptcha (CF 4.3) not working correctlysure –> https://handgeformt.de
contact form is on the right side, button “Anfrage”
and the same form is on every product page –> for Example: Main Menu/Terracotta-Fliesen/Terracotta-Bodenfliesen/Art Bl?ttermann/right Sidebar “Sprechen Sie uns an” and at the bottom of the page “Zur Anfrage”.
strange: right now it is working on every page/every contact form…
Wow, it works! Thanks a lot. Now I like this plugin even more. Outstanding support!!!
Great to learn that it is possible! Where do I put this code snipped? functions.php?
How can I modify it so that only the user with the name abc sees the simple history?Forum: Plugins
In reply to: WooCommerce – Hide certain payment options when shipping method is selected@dawko:
thanks for the instructions. but I was not successful with doing the same. my ‘gateways’ folder was not nested in a ‘classes’ folder. I found it at wp-content/plugins/woocommerce/includes/gateways. there is no ‘classes’ folder in my woocommerce. I have version 2.1.2 installed.I did the modifications you suggested but no new payment gateways appears.
woocommerce is not recognizing the new pis gateway…any ideas/hints?