philippkaiser
Forum Replies Created
-
Hi Peter,
that’s really strange… I entered “datum” and here you can see a picture of my settings: Link
The only thing that happens is that pagination is added on the website as you can see here: Link
If you don’t see anything, I may have to try it online instead of locally in xampp.
Thanks for the great support and best regards,
PhilippHi Peter,
thanks for the quick reply.
If you use > you get all dates after 2020-01-08. Since this is the current date you get an empty set.
I don’t know what you mean by empty set. My table events only has a date column and there are future dates in it. If I use the following query in SQL I get the results I want.
SELECT * FROM events WHERE date >= CURRENT_DATE();
But if I use date >= CURRENT_DATE() as a WHERE-Clause in your plugin it doesn’t work and I don’t understand why.
I really hope you know why it is like that.
Best regards,
PhilippForum: Themes and Templates
In reply to: [Bento] Font Awesome “angle-down” doesn’t workSorry I just did a hard reload and see that you already changed it to:
.primary-menu > .menu-item-has-children > a:after {
content: “\f347”;
font-family: dashicons;So that will probably be included in the next update…