sisalik
Forum Replies Created
-
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Bug in WC invoicesWell, I have never paid for this, so I must have a free version, if it’s not the default invoice generated by WooCommerce.
- This reply was modified 2 years, 1 month ago by sisalik.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Bug in WC invoicesI think not. It seems to be thisone: https://codecanyon.net/item/woocommerce-pdf-invoice/5951088
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Bug in WC invoicesHi!
As far as I’m aware of, this should be the Woocommerce plugin, probably “PDF invoices”.
I have the latest version, but I had wrong setting because of the previous version’s problem. Can’t be sure, yet, if the translations work, did translate some of the strings from ground zero (all were lost).
Syncing creates problems: https://snipboard.io/jd6eCv.jpg
Please let me know, when its fixed
Yes, it’s fixed for now
I didn’t find a place to reset it, that’s why I turned to you. I didn’t have any other choice except to disable the plugin. Re-enabling didn’t fix that.
Today after re-re-enabling I was able to do everything and saw the “menu”: Connected Services, Connect More Services, Admin Settings. Since the plugin was broken, I wasn’t able to reset it.
So:
- This is not necessary anymore.
- Can’t check that anymore, but probably not.
- Can’t check anymore, but this error was in admin panel not public, so I need to log in anyway and Incognito window shouldn’t change anything.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] multiply priceHi!
It works for the checkbox, radio buttons and select box, but not for textbox.
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingAdded to my custom CSS (hides the floating text and version of WP, keeps footer-div visible):
/* WooCommerce product sidebar disappearing bug fix */ #wpfooter { display: inherit !important; } #footer-left { display: none; } #footer-upgrade { display: none; }
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingIn order to get this problem, you need to enable Enable full-height editor and distraction-free functionality. option under Screen Options, And then have long text in post content as described in main issue and shown on above video.
I do have those…
You can disable display: none; via Inspect element and then try to see the results.
…and this indeed fixed the problem.
And the other solution was to disable the full-height editor and distraction-free functionality.
Thank you!Is this concidered a bug and should I post it on the GitHub, as @rainfallnixfig stated:
Looking at the WooCommerce Github repository I could not find a report for this. Could I get you to open up a new issue on GitHub and check with the developers if this is intended behavior or should be considered as a bug?
https://github.com/woocommerce/woocommerce/issues/new/choose
WooCommerce developers will be able to respond to your inquiry and let you know.
—
About the other errors, my host doesn’t have a clue about these and no idea how to fix them:
error 60: SSL certificate problem: certificate has expired
Remote Get: ? wp_remote_get() eba?nnestus. V?ta ühendust oma serveri majutusega.
Can you help me on these?
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingOk, but they weren’t the issue before, so this still doesn’t solve the disappearing sidebar problem.
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingRemote Get: ? wp_remote_get() eba?nnestus. V?ta ühendust oma serveri majutusega.
From the system status report, please be sure to contact your host regarding this.
Also, I’ve found this alternative solution for the error.
Didn’t work, wrote to the host on both subjects.
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingAs mentioned I was checking this and your previous post, I’ve also seen a video that displays the issue (in the previous post). I am assuming it is the same issue, correct?
Yes, it’s the same issue
To clarify, did you open your site using another browser? Is the issue present when using another browser? Can you please check this? Are there any browser extensions installed on the browser when checking the issue?
Yes, I tried this on Edge, too, and there are no extensions.
Forum: Plugins
In reply to: [WooCommerce] Product editor sidebar disappears while scrollingAlso:
- Woocommerce’s JS files have references to div “side-sortables”
- Woocommerce’s PHP is where the div “poststuff” is created
- Woocommerce’s CSS has references to div “poststuff”