Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Update RequiredHey @varunpahwa
I’m not sure I understand correctly — are you referring to something specific that needs to be fixed/updated?
Hey @chainboost
This was indeed a security issue in the plugin, thought it was fixed in version 1.4.
If you look at the full report for this error at https://m0ze.ru/vulnerability/%5B2021-04-29%5D-%5BWordPress%5D-%5BCWE-79%5D-Smooth-Scroll-Page-UpDown-Buttons-WordPress-Plugin-v1.4.txt , you’ll see that the date of the report is April 29. A fix was deployed shortly after that, so it looks like you’re looking at an outdated report.
By default, WooCommerce can not create payable orders for an “open” amount — it can only have customers pay a fixed amount.
However, you may want to look into our Name Your Price extension, which will let you create products in your online store with the option to pay any amount.
Give it a look and let us know if that helps!
@ahmedzeidan @pjlam @jamergin @mattthomas-photography @stephen87 @imadbendimerad @ajtek @247creative
Do any of you have a site that we can look at where the issue still appears? This will help us diagnose the problem.
I understand that updating Stripe to 5.2.1/5.2.2 will impact the look and functionality of the site, so it might be helpful if you could set up a staging site for that (so that you can update the plugin on the staging site, while leaving your live site untouched).
If you don’t already have a staging site set up, check with your hosting company as many offer this as part of their packages. Otherwise, you can use a free plugin such as WP Staging to set one up easily.
- This reply was modified 4 years, 11 months ago by Senff - a11n.
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Down link does not workHey @xamarshahx
Thanks for trying that. You can now rename them back to how it was.
It looks like that for some reason, a basic function to determine the browser height is not working.
In technical details:
$(window).height()should return the height of the browser window, but instead it returns the height of the entire page contents.It looks like this may be caused due to a theme conflict, or possibly a third-party plugin. I’d recommend to do the following:
– Temporarily switch your theme back to a default theme, such as TwentyTwentyone
– Disable all plugins except for the Smooth Scroll plugin.
– Test to see if the issue has been resolved.If that resolves the issue and the arrows work as they should, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
- This reply was modified 4 years, 11 months ago by Senff - a11n.
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Down link does not workHi there,
In order for me to troubleshoot this, could you please rename two of the files in your system? Both files are located under
/wp-content/plugins/smooth-page-scroll-updown-buttons/assets/js:– Rename smooth-page-scroll-updown-buttons.min.js to smooth-page-scroll-updown-buttons.temp.js
– Rename smooth-page-scroll-updown-buttons.js to smooth-page-scroll-updown-buttons.min.jsOnce you’ve done that, let me know and I can take a better look at it.
- This reply was modified 4 years, 12 months ago by Senff - a11n.
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Malware signal?1.4 is now released. Hopefully this will not trigger your host’s virus scanner anymore. 🙂
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Malware signal?Hey @kreeden
I’ve identified what made have triggered the virus scanner. I’m fixing this now and (once reviewed by WordPress’ plugin team) this fix will be included in the plugin’s next update.
Forum: Plugins
In reply to: [Meta for WooCommerce] Messed up layout on single product pageHey @joelmellin
You mention that deactivating the Facebook plugin did not get your pages back to normal, but from what I can see, your single product pages look good.
Has this issue been resolved, or do the pages only look bad when the Facebook plugin is active (and they look good when the Facebook plugin is not active)?
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Malware signal?Hi @kreeden
My plugin is definitely not malware, and I have no idea why the virus scanner would detect it as such. Because of that, I’m not able to give a direct solution for this, but are there any more details?
Does the scanner point out why it’s considered malware, or which part of the code it’s tripping over?
Forum: Plugins
In reply to: [WooCommerce] Set maximum height for a single product imageHey @ginkgogeor
You may want to check to see if your theme has the option to change the image sizes, which you can find under Appearance → Customize → WooCommerce → Product Images.
If you don’t have that setting, or it doesn’t do anything, you might want to upload square images for your products to begin with, so you won’t have to manipulate it with CSS.
As for the code you had before, this only works on products that have more than one image. To use it for all products, replace it with this:
.single.single-product .woocommerce-product-gallery__image { min-height: 500px; } .single.single-product .woocommerce-product-gallery__image a img { max-height: 500px; }Forum: Plugins
In reply to: [WooCommerce] How do I change the button to learn more on productsHi @pollypieces
The solution explained earlier will only change the text of the buttons, not the destination URL.
If you prefer your customers to not be able to add a product to the cart right from the Shop page, you may just want to remove the button from there. If that sounds like an option, go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.woocommerce ul.products li.product .button { display: none; }Select “Publish” from the top, and your changes will be applied to your site.
Forum: Plugins
In reply to: [WooCommerce] Set maximum height for a single product imageHey @ginkgogeor
Do you have a link to your site so we can take a look and see what code you might need for this?
Also, with using the code above, you’ve used both min height and max height. Was that intentional?
Forum: Plugins
In reply to: [WooCommerce] account personale/password persaHey @hellsbrigade
Like Maykato mentioned earlier, this may be caused by an issue with another plugin.
You will need to test this by deactivating all plugins (except WooCommerce) and switch to a default theme, and do a test to see if that works.
If you see that the same issue still appears when your site is on a default theme and WooCommerce is the only active plugin, let us know.
Forum: Plugins
In reply to: [WooCommerce] E_COMPILE_ERRORHey @ibice
Can you try to deactivate Elementor as well to see if you can then activate WooCommerce?
If you can, make sure to update WooCommerce to version 5.2.2 and then you can try to activate Elementor again.