VERYA Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If Menu blocks Appearance > MenusI disabled the plugin entirely, and since my access is fairly straight forward, this is enough for now: https://gist.github.com/veryaca/88ea2b62db9a58579f4756698f27130b.
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If Menu blocks Appearance > MenusI can access Appearance > Menu, but the menu doesn’t take the accessibility rules in consideration. I just hides every menu item that has a rule attached to it. Your previous code fixed it, but now we are back to square one.
No need to reply though, I coded my own little snippet to do what this plugin is supposed to do.
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If Menu blocks Appearance > MenusThis is acting up again. Anyone has a suggestion for a fix?
- This reply was modified 4 months ago by VERYA Inc..
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If Menu blocks Appearance > MenusThis is the only valid fix, until the plugin author fixes the real issue (if he ever does).
Thanks @one3rdnerd!
Exactly what I was looking for. Thanks!
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Edit translations manuallyI already asked. They said I must ask here.
I don’t have the paid version yet, but before buying it, I want to understand how manual translations work.
Forum: Plugins
In reply to: [Simple Shopping Cart] “item_number” parameter not working with Stripe?You could use the
metadatafeature of Stripe.Forum: Plugins
In reply to: [Loco Translate] _n() not being picked up properly?!Awesome. Thanks for your time.
I will raise the issue with WPForms.
Forum: Plugins
In reply to: [Loco Translate] _n() not being picked up properly?!Here is the .pot file and the 2 PHP files where the string can be found: https://file.io/KPspn4uo6Ohk.
From what I understand in your reply, the same string can’t be use in different contexts?
Forum: Plugins
In reply to: [Loco Translate] _n() not being picked up properly?!Here it is: https://file.io/lWgrqqLlYa2R
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Link generated with shortcode issue…Thanks, but no thanks. After almost 2 weeks, I uninstalled the plugin and found a better solution.
@eskapism Thanks!
Seems like on the frontend (using
SimpleHistoryLogQuery()), I’m not getting a lot of information/settings. For instance, all the template info from above (between the curly brackets), but the timestamp is also incorrect (it’s in GMT, not using the WP setting)…Here’s what I get, when calling
SimpleHistoryLogQuery()on the frontend:2023-10-06 15:13:05 Deactivated plugin "{plugin_name}" 2023-10-06 15:13:11 Deleted plugin "{plugin_name}" 2023-10-06 15:19:07 Updated {post_type} "{post_title}" 2023-10-06 15:20:19 Updated {post_type} "{post_title}" 2023-10-06 15:21:28 Updated {post_type} "{post_title}" 2023-10-06 15:22:18 Updated {post_type} "{post_title}" 2023-10-06 15:22:57 Updated {post_type} "{post_title}" 2023-10-06 15:23:40 Updated {post_type} "{post_title}" 2023-10-06 15:23:41 Deleted {post_type} "{attachment_title}" ("{attachment_filename}") 2023-10-06 15:49:09 Updated {post_type} "{post_title}"- This reply was modified 2 years, 7 months ago by VERYA Inc..
Forum: Plugins
In reply to: [Simple History – Track, Log, and Audit WordPress Changes] Frontend?Thanks!
SimpleHistoryLogQueryis what I was looking for.