Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Sticky text jumps to right on page scrollHey @chihi108, apologies for the late reply. I can see you already solved this issue with another plugin, so I suppose you don’t need help with this anymore.
Though if you could create a hidden page and use my Sticky Block again on there, I’d be happy to take a look and see what the issue was with it.
Hi @jenxnb ! Apologies for the late reply. Indeed, this plugin is meant to stick at the top of the screen only, so making it stick at the bottom of the screen is not part of what it does. However, I see you already found another solution (at least on mobile).
I would like to link the button “Check dates” in the middle to the calendar in the sidebar on a mobile.. The desktop behaviour works wonderfully!
Not entirely sure what you mean by that, could you explain that a bit more please?
The language that is shown in those fields can not be changed by you (since this is located on Square’s servers, and not your site). However, note that the language that your customers see, will depend on their language settings.
For example, if the language of their OS is set to French, they will see “Numéro de Carte” instead of “Card Number“.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Cannot Uncheck ‘Test’ ModeI can’t see one, no. Maybe I’m looking in the wrong wp-config.php file? I’m looking in the one for the website itself, which is a sub directory of my primary domain.
If you have multiple wp-config.php files, then you may be looking at the wrong one. Can you check any other ones you have to see if that line might be in there?
Forum: Plugins
In reply to: [WooCommerce] Looks Like False Advertising – Bait-and-SwitchHi @churchjunction,
This issue has now been addressed and corrected, and the plugin page now includes a clear(er) mention of the need for our WooCommerce Subscriptions extension.
If you would like to follow up and discuss further options, please reach out to us via our support form at https://woocommerce.com/my-account/contact-support/
Make sure you select “Manage my WooCommerce.com account” and include a link to this topic on the forum for reference.- This reply was modified 2 years, 8 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Cannot Uncheck ‘Test’ ModeHey @jthom ,
I couldn’t find the Dev Mode line in my wp-config.php file (I did a command-F search) so could not disable that way.
That’s interesting. By default, WooCommerce Payments’ dev mode can only be set by that particular line in wp-config.php. Is there no line at all that includes the term
WCPAY_DEV_MODE?Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] JS ErrorHey @kevin-b
Autoptimize (and other optimizers/combiners) are sometimes a bit too aggressive when it comes to reducing code, which can result in errors (for example, when a variable from one function is renamed and that new name already exists in another function).
Do you see any similar errors with the Sticky Block plugin when you don’t have Autoptimize enabled?
Also, would you mind try and see if replacing the content from /dist/sticky-block.min.js with the contents from this slightly modified file helps?
- This reply was modified 2 years, 9 months ago by Senff - a11n.
- This reply was modified 2 years, 9 months ago by Senff - a11n.
- This reply was modified 2 years, 9 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] my dashboard feezed on zeero ordersHey @mostnasser
It is expected that your net income is based on Completed orders only. WooCommerce considers those orders completely final, for which you have received payment and you sent/delivered the item(s) to the customer.
A Processing order is not yet 100% final (it basically means it’s paid, but not shipped out yet) and will therefore not be included in the Net amount.
Hope this clarifies it a bit!
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] The buttons are not fully scrollingHey @mabf000
There are some errors in the browser console that are coming from your theme, for example:
Uncaught TypeError: slider.slides[1] is undefined initialSet https://prueba.ilevenn.com/wp-content/themes/cassio/js/components.js?ver=3.0.1:6192 setSliderOverlapEffect https://prueba.ilevenn.com/wp-content/themes/cassio/js/components.js?ver=3.0.1:6184 SliderFullScreen https://prueba.ilevenn.com/wp-content/themes/cassio/js/components.js?ver=3.0.1:5931 prepare https://prueba.ilevenn.com/wp-content/themes/cassio/js/components.js?ver=3.0.1:5160 _callback https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 render https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 render https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 render https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 render https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 dispatchEvent https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 m https://prueba.ilevenn.com/wp-content/themes/cassio/js/TweenMax.min.js?ver=2.1.3:1 6 components.js:6192:3I suspect that those errors are blocking the JS from the Smooth Scroll plugin and so I’d check into that first. You may need to check that with your theme’s support team.
It’s also possible that the buttons won’t work since your theme relies heavily on AJAX loading (so the Smooth Scroll plugin is not able to determine the height of the page right at the beginning).
Hey @abitofmind
Thanks for these suggestions. Would you mind adding this as a feature request on the plugin’s Github? I won’t have much time to work on it right away but then at least have it on my to-do list to look into, and work on it whenever I get a chance 🙂
Hey @abitofmind
Thanks for these suggestions. Would you mind adding this as a feature request on the plugin’s Github? I won’t have much time to work on it right away but then at least have it on my to-do list to look into, and work on it whenever I get a chance 🙂
Forum: Plugins
In reply to: [WooCommerce] Setting a Shop Page pulls up old deleted page contentHey @mgunselman, could you please show us what content you see on the Shop page?
Hey @abridgeeducamp
This is a bit of a
stickytricky situation! I sort of think that it’s more of a design issue than a technical issue (basically — if a block has content that’s taller than the screen, maybe it shouldn’t be sticky to begin with), but I can see situations where it would be handy to make it sticky and scrollable.I’ll check if this is something I can implement in a future version. In the meantime, you could add the following CSS code to your site that may be helpful:
.block-is-sticky { max-height: 100vh; overflow-y: auto; }(You may need to change the value of the height, depending on how far from the top the block becomes sticky.)
With this, the contents of the sticky block will get a scrollbar but only when it’s sticky, and only if the contents are taller than the screen height.
Since I don’t have access to your site, I can’t say for sure that this will help in your situation, but hopefully this gets you on your way.
Let me know if this is helpful!
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] disable sticky for mobile phone view@apteis Can you share a link to your site so I can take a look?
The report you see at this page appears to be very much outdated and reports an issue that has been fixed in version 1.4. You can see the relevant changes in the code right here (lines 212-216 in smooth-page-scroll-updown-buttons/trunk/smooth-page-scroll-updown-buttons.php ).