Title: Nick Lewis's Replies | WordPress.org

---

# Nick Lewis

  [  ](https://wordpress.org/support/users/nickylew/)

 *   [Profile](https://wordpress.org/support/users/nickylew/)
 *   [Topics Started](https://wordpress.org/support/users/nickylew/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nickylew/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nickylew/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nickylew/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nickylew/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nickylew/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/nickylew/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nickylew/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nickylew/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Current Taxonomy items no longer show in UI when editing post type](https://wordpress.org/support/topic/current-taxonomy-items-no-longer-show-in-ui-when-editing-post-type/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/current-taxonomy-items-no-longer-show-in-ui-when-editing-post-type/#post-18705291)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Current Taxonomy items no longer show in UI when editing post type](https://wordpress.org/support/topic/current-taxonomy-items-no-longer-show-in-ui-when-editing-post-type/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/current-taxonomy-items-no-longer-show-in-ui-when-editing-post-type/#post-18705004)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Admin nag for ‘Changes that you made may not be saved’ when reloading](https://wordpress.org/support/topic/admin-nag-for-changes-that-you-made-may-not-be-saved-when-reloading/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/admin-nag-for-changes-that-you-made-may-not-be-saved-when-reloading/#post-14060262)
 * 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.
 * [https://core.trac.wordpress.org/ticket/52440](https://core.trac.wordpress.org/ticket/52440)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Use of Emoji’s in Cookie banner text?](https://wordpress.org/support/topic/use-of-emojis-in-cookie-banner-text/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/use-of-emojis-in-cookie-banner-text/#post-13658552)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] Fatal error when activating plugin](https://wordpress.org/support/topic/fatal-error-when-activating-plugin-62/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-when-activating-plugin-62/#post-13567234)
 * Hi [@beluserra](https://wordpress.org/support/users/beluserra/)
 * I can confirm I am using the latest version yes.
 * Thanks
    Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax add to cart for WooCommerce] Issue with YITH gift card plugin](https://wordpress.org/support/topic/issue-with-yith-gift-card-plugin/)
 *  [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/issue-with-yith-gift-card-plugin/#post-12708367)
 * A 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Custom formatted current occurrence start and end datetimes](https://wordpress.org/support/topic/custom-formatted-current-occurrence-start-and-end-datetimes/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/custom-formatted-current-occurrence-start-and-end-datetimes/#post-12523615)
 * Hi there,
 * Was there any answer to this? Been a month and no response..
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Custom formatted current occurrence start and end datetimes](https://wordpress.org/support/topic/custom-formatted-current-occurrence-start-and-end-datetimes/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/custom-formatted-current-occurrence-start-and-end-datetimes/#post-12393349)
 * I’ve tried getting the occurrence ID with `eo_get_the_occurrence_id();`
    and 
   then getting the single occurrence `eo_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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type Date Archives] Old version of plugin](https://wordpress.org/support/topic/old-version-of-plugin-2/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/old-version-of-plugin-2/#post-12386095)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type Date Archives] Old version of plugin](https://wordpress.org/support/topic/old-version-of-plugin-2/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/old-version-of-plugin-2/#post-12385618)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bellows Accordion Menu] Accordions always open](https://wordpress.org/support/topic/accordions-always-open/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/accordions-always-open/#post-12255113)
 * A 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bellows Accordion Menu] Accordions always open](https://wordpress.org/support/topic/accordions-always-open/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/accordions-always-open/#post-12254638)
 * Hi,
 * 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.uk](https://www.hca.ac.uk)
 * Using Bellows only on the mobile / tablet menu (below 1024px)
 * Any clues as to why it might not be working would be really helpful!
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Abandoned Cart Lite for WooCommerce] GDPR compliance](https://wordpress.org/support/topic/gdpr-compliance-248/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/gdpr-compliance-248/#post-12080228)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Builder for WPForms] Some text fields not working on PDF](https://wordpress.org/support/topic/some-text-fields-not-working-on-pdf/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/some-text-fields-not-working-on-pdf/#post-12026789)
 * Hi,
 * Screenshots here:
    The form [https://pasteboard.co/IBUDnuq.png](https://pasteboard.co/IBUDnuq.png)
 * The PDF of the same fields – which were filled out correctly when sending the
   form
    [https://pasteboard.co/IBUDNC4.png](https://pasteboard.co/IBUDNC4.png)
 * It 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Tooltip position on iPad not working](https://wordpress.org/support/topic/tooltip-position-on-ipad-not-working/)
 *  Thread Starter [Nick Lewis](https://wordpress.org/support/users/nickylew/)
 * (@nickylew)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/tooltip-position-on-ipad-not-working/#post-12021093)
 * Hi,
 * Is there any update on this at all please?
    Still seeing the same issues on iPad.
 * Thanks

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/nickylew/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nickylew/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nickylew/replies/page/2/?output_format=md)