kpress
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Identifying posts/pages that use specific css classI have a similar issue. We have some CSS classes that are added internally using the style tag in the header.php file and we have an external CSS file. I am trying to move all the internal CSS classes into the external CSS file. Some CSS classes in the style tag are overriding the CSS classes in the external file so I need to find the posts/pages that use these classes and test them. I tried to find the CSS classes using Search Pages/Search Posts but couldn’t find any posts or pages that use the internal CSS classes. I also installed the Search Regex plugin but that didn’t help either. Do you have any suggestions? Thanks for reading my question.
Forum: Plugins
In reply to: [WooCommerce Bookings Dropdown] Not Working June 2020For me, it’s still working with Woocommerce Bookings version 1.15.23, WooCommerce version 4.5.2, and WordPress 5.5.1. It stops working when I update to Woocommerce Bookings version 1.15.26. Please see the screenshot: https://www.dropbox.com/s/9nfw3zf7q2jxog4/woocommerce_bookings_1.15.23_vs_1.15.26.png?dl=0.
I think it’s no longer compatible with the new Woocommerce Bookings version 1.15.26. Any hope of fixing this issue? Thanks for looking at this post.
We blocked some countries on the front end. These customers can log in but they could not log out. So far only 3 customers have reported this issue. I am not able to reproduce this error myself.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings REST Api Bookings order filterHi cularbytes,
It does not accept order_id or order_item_id. You can get all the endpoints and parameters by entering <your-domain>/wp-json/wc-bookings/v1 in FireFox. FireFox does a nice job of displaying the endpoints and the parameters.
You should see a list of all the endpoints for bookings after you enter <your-domain>/wp-json/wc-bookings/v1 in FireFox. I think the “after” parameter should be what you need. I try “wp-json/wc-bookings/v1/bookings?after=2019-11-05T08:15:30-05:00” and it returns a list of bookings. Give it a try.
I want to attach a screenshot of the parameters but I don’t see a way to do that here.
Good luck.