Nick Lewis
Forum Replies Created
-
Thanks for the reply Michael.
All the taxonomies, and custom post types, are registered with CPTUI on the particular site I’m seeing the issue on.
I will test for plugin conflicts.Additionally, going to the error URL, there is this:
{"code":"rest_invalid_param","message":"Invalid parameter(s): orderby","data":{"status":400,"params":{"orderby":"orderby is not one of author, date, id, include, modified, parent, relevance, slug, include_slugs, title and menu_order."},"details":{"orderby":{"code":"rest_not_in_enum","message":"orderby is not one of author, date, id, include, modified, parent, relevance, slug, include_slugs, title and menu_order.","data":null}}}}
So, I think this might be a REST API issue, as it cannot order by correctly. Perhaps trying to orderby count which is not supported/allowed.It turns out this is actually a bug within WordPress core, I don’t believe this is related specifically to Yoast, or any plugin combination.
There are a few tickets on it. But here is one of the main ones on the trac for it.
Hi,
This is the whole text we are looking to share.
We use cookies 🍪 to provide you with a great user experience. By using iO Academy you accept our [cookie_settings margin=”5px 20px 5px 20px”][cookie_button margin=”5px”]
Forum: Plugins
In reply to: [Social Feed Gallery] Fatal error when activating pluginForum: Plugins
In reply to: [Ajax add to cart for WooCommerce] Issue with YITH gift card pluginA super simple fix can be put in for this by adding a class to the JS click function. On line 28 of the non-minified JS for the plugin.
$(document).on('click', '.single_add_to_cart_button:not(.disabled, .gift_card_add_to_cart_button)', function (e) {This would remove the ajax functionality for gift card – which it turns out speaking to the Yith gift card plugin team is what is needed to make gift cards add to cart anyway.
However.. if this is not added into the main plugin dev and you take this amend and put it into the plugin itself, once you update it it will stop working again.
This is such a quick change to put in.. wondering if it can be done please??
Forum: Plugins
In reply to: [Event Organiser] Custom formatted current occurrence start and end datetimesHi there,
Was there any answer to this? Been a month and no response..
Thanks
Forum: Plugins
In reply to: [Event Organiser] Custom formatted current occurrence start and end datetimesI’ve tried getting the occurrence ID with
eo_get_the_occurrence_id();
and then getting the single occurrenceeo_get_the_occurrence($post->ID, $occurrence_id);But I’m not sure where to go from here to get the custom format for the single occurrence’s date and time
Forum: Plugins
In reply to: [Custom Post Type Date Archives] Old version of pluginI’ve checked the url that the plugin thinks is correct, and that matches (a deeper level with month and day in there which we aren’t using, we are just using the year)
The snippet did fix the 404 – but we’re still having issues with the actual data not displaying.. but I think that might be some of our code .. I think.
I will keep trying to fix! Thanks for your help so far!
Forum: Plugins
In reply to: [Custom Post Type Date Archives] Old version of pluginHi,
Thanks for the quick update!
I have tried a couple of version and no change. Just anted to rule it out.So.. I have another question. Can you think of any reason why post date archives would suddenly stop working? We haven’t done any code updates within the theme where it was working fine. All other plugins are up to date/WP core up to date.
I have tested on a staging version, and disabled all other plugins, this didn’t solve the issue. I also tried using the 2020 default theme, but that also didn’t seem to work.Also tried saving permalinks too, which also didn’t fix.
So I’m at a bit of a touch place as to what to try next!
Forum: Plugins
In reply to: [Bellows Accordion Menu] Accordions always openA super in-depth fantastic response, thank you!
I shall take a look and try and find the potential error and chat to our server guy who is controlling our caching and CDN.
Thanks very much for looking at this and getting back to me so quickly.
Forum: Plugins
In reply to: [Bellows Accordion Menu] Accordions always openHi,
Thanks for getting back to me.
Yes I think it must be related to javascript.The site in question is here:
https://www.hca.ac.ukUsing Bellows only on the mobile / tablet menu (below 1024px)
Any clues as to why it might not be working would be really helpful!
ThanksForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] GDPR complianceHi Priyanka,
Thank you for your reply, I hope you enjoyed the Diwali Festival! No problem on there being a delay. 🙂
Thank you for clarifying the details of the plugin and the GDPR compliance. This is great news! I will be sure to check out the plugin and the settings further.
Nick
Forum: Plugins
In reply to: [PDF Builder for WPForms] Some text fields not working on PDFHi,
Screenshots here:
The form
https://pasteboard.co/IBUDnuq.pngThe PDF of the same fields – which were filled out correctly when sending the form
https://pasteboard.co/IBUDNC4.pngIt looks like it is only a couple of fields across the rather long form that aren’t showing the content. As mentioned before, they are simple text fields that don’t have any special conditions to them.
WPForms is capturing them and sending a notification email with them in ok.
Thanks
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Tooltip position on iPad not workingHi,
Is there any update on this at all please?
Still seeing the same issues on iPad.Thanks