menathor
Forum Replies Created
-
Great, thanks!
Thanks Ben, will give that a shot!
Hey @lesko77. I’m trying to do something similar. Would you mind sharing your code? 🙂
@voltronik Perfect, thanks!
But just wanted to make sure it’s possible to extend the plugin to add my own notification events? I couldn’t find any developer docs. Are there hooks and filters to do this? Or REST API endpoints?
Also, is it possible to hook into the notification actions to send additional types of notifications? For example if I wanted to add SMS or push notification options in addition to email.
Cheers
- This reply was modified 5 years ago by menathor.
Forum: Plugins
In reply to: [WP Remote Users Sync] Scalability setup and questionPS. Are activity logs stored in a custom database table?
And are there any security implications to setting Action Tokens to never expire? (to minimise the connections between sites).
- This reply was modified 5 years ago by menathor.
Thanks! Do you know if it will remain a standalone product?
Also, are there any limits on the number of sites we can connect via a single wordpress.com account? I’m running an agency.
Cheers
Forum: Plugins
In reply to: [Super Page Cache] Filter to change cache buster query stringNever mind, found it 🙂
Forum: Plugins
In reply to: [Post Meta Controls] Ability to use a text field to set page/post title?@melonpan Re: the post meta, that makes sense thanks!
Re: the block settings, sorry I wasn’t clear. I meant switching out of the meta tab and back to the normal block controls (font and colour styling etc.) when the block is clicked. I think that would be more user friendly 🙂
- This reply was modified 5 years, 1 month ago by menathor.
Forum: Plugins
In reply to: [Block Navigation] Feature request: Add “Delete” and “Duplicate” optionsThanks! I must be using an old version because I’m pretty mine didn’t have a remove option. I’ll update and check when I get home.
3 other small UI tweaks that would be great:
1. Currently, clicking the block navigation icon in the top bar opens the navigator, but clicking it again doesn’t close it. Clicking again to close would be cool.
2. Could you add a unique CSS class (something like #melonpan-blocknav) to the wrapper so we do some custom tweaking? 🙂
3. Could you make it so that when a block is clicked in the page, the navigator automatically closes and the block’s settings are opened? This could be an optional setting. Personally, I find it a bit confusing when I click into a block and the block settings don’t appear in the sidebar.
Thanks again and keep up the great work.
Forum: Plugins
In reply to: [Visual Admin Customizer] Db location of settingsGreat, thanks! So I guess I can squeeze out a bit more performance if I set them to be auto-loaded?
Also just curious how elements on pages are being hidden- is it via CSS or via removing DOM elements with js?
Great, thanks! So just to confirm, all extra queries added to backend pages by the builder (Query Monitor shows that there are quite a few…) will disappear? And everything built or styled by the builder will display properly on the front end?
Thanks Ari.
Would it be possible to lazy load fonts as the user scrolls through the select options? I think that’s the way a few themes do it- the font names momentarily appear in plain text and are quickly replaced by the font face when the come into the viewport.
Forum: Plugins
In reply to: [Block Manager] Feature request: setting per post typeI was also interested in this. It’d be useful for custom post types too.
@lukefiretoss Thanks Luke. But do you know if that filter just disables the backend pages? Because I’d like the new lookup tables to still be populated so I can use the data myself. It definitely makes certain queries faster.
@davidvongries Thanks! I had a look into filtering the other plugin and unfortunately it’s not going to be possible. Would it be possible to use some kind of action hook that fires when each control is changed? That way I could do anything else I needed to before the page is refreshed.
And if it’s not currently possible, could you add some hooks for this to v4?