Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Sticky not working on iPad viewportPhew! Glad it’s working now 🙂
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] .block-is-sticky not set@brogr The fix is in place now. Thanks again for reporting! 🙂
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] .block-is-sticky not setThank you! I’ve looked into it a bit more and indeed, my documentation is incorrect.
When a block is not sticky, it has the class
block-is-not-sticky.
When it is sticky, it has the classelement-is-sticky(and notblock-is-sticky, as the documentation incorrectly states).I’ll fix this within the next day or so. Thanks for letting me know!
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] .block-is-sticky not setHey @brogr
Do you have a link to your site where I can see the issue?
You can try adding the following CSS code:
.home .wp-block-cover__inner-container > p { background: rgba(0,255,0, 0.7) }Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Can you stick to the bottom?Hey @sbwd
That’s a good question, but it’s not directly what this plugin is meant for. Sorry!
I’m not entirely sure what you’re asking here. Are you having trouble with the WP Sticky Sidebar plugin, or is there an issue with using my Sticky Block plugin?
I don’t think this is directly related to my plugin to be honest. In essence, whether or not the block is sticky, entirely depends on the scrolled position. So either you scroll down 100 pixels, or you reload the page and it automatically scrolls down 100 pixels, doesn’t really matter — the sticky block only checks how much is scrolled down (regardless of how) and then makes the block sticky or not.
I’m trying to look at your page to see how this works, but your scrolling mechanism doesn’t really work properly for me (for example, when I scroll down, it automatically scrolls back to the top) so perhaps that’s what might be the issue here.
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Change background colour of sticky blockHey @nicblogs2
Do you have a link to your site, so I can see what the problem might be?
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] How to align sticky block to the right?Hey @mwcs
> I want to right align the sticky block inside the wp-block-colum
If you have a Column Block, you can put the Sticky Block in the most right column. Here’s an example of that: https://woo.senff.com/sticky-block-on-the-right-side-of-a-column-block/
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Global, sitewide settings?Hey @mwcs
That’s a good question! Indeed, there is no sitewide setting for this, since blocks are (usually) added on post/page level so the settings for them are also on that level.
A site-wide setting would complicate things considerably. If it would be used for *all* the sticky blocks throughout the entire site it could be done, but since people may want to use different blocks on different pages (and have more than one sticky block on a page), it would also need the same amount of site-wide settings.
I’ll make a note of it though, and keep it in mind for a possibility in a future update.
Hey @semjasa
By default, when you scroll down and then refresh, it will “reset” the location of the page based on the URL in the address bar.
Though, I’m not sure if I understand the issue correctly. Could you please give me the exact steps I need to take (and on which page) to see the problem?
Thank you for clarifying. It looks like what you’re looking for is a bit of the opposite of what this plugin does.
The plugin makes a block sticky at the top of the screen when you scroll down, but in your example the block is sticky at the bottom of the screen when you scroll down (and at the top of the screen when you scroll back up).
It’s not directly possible to do that with the plugin, but I can consider these options for a future version (same with making a block scrollable when it’s sticky).
Hey @sergioacuario
To make sure I fully understand the issue, do you have an example/use case where I can see what you mean exactly?
Forum: Plugins
In reply to: [WooCommerce Square] Variation Manage Stock IssueThe developers of the Square plugin are aware of this issue, and a bug report has been opened, which you can see here:
https://github.com/woocommerce/woocommerce-square/issues/361There doesn’t appear to be an indication of when this will be addressed/fixed, but I’d recommend you keep an eye on that bug report to be informed of any updates.