Daniel Mesteru
Forum Replies Created
-
I also have the same error. Disabled the plugin to make the administration panel available again.
UPDATE: The issue is from Woocommerce, since 5.6 version.
From WooCommerce 5.6, WooCommerce is already handling the shipping_phone field. That means WooCommerce displays the “shipping_phone” as the same as the “billing_phone” field.
The snippet below resolved the issue.
https://ww.wp.xz.cn/support/topic/how-to-shipping_phone-under-address/- This reply was modified 4 years, 6 months ago by Daniel Mesteru.
Hello,
I can confirm the issue described by Cezarina with the vertical header also. After update to 3.1.0. from 3.0.7, some white space is added between menus and submenus and the submenus aren’t visible.
I’ve rolled over to 3.0.7 and I’ve resolved this but please do more testing before releasing new builds…
Luckily I’ve tested this on a staging version, but I’ve lost a few hours trying to find out what is the issue because I’ve made a bunch of other updates and didn’t know that the culprit is with OceanWP.
P.S 1: The above snippet didn’t worked for me for the issue on vertical header, I’ve tried it before rolling back.
P.S.2: I’m also a paid user of OceanWp addons and this isn’t the first time this kind of issues are released without thorough testing from developers. Please consider this as a feedback for future releases.
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu Link does not work after updaing to 3.0.6Confirmed as an issue with latest version OceanWP Version: 3.0.6.
Latest versions of WP, etc.Forum: Themes and Templates
In reply to: [OceanWP] Loading issues Simple line iconsHello,
Any updates here? Is the icon switch available?
Thanks.
Hi all,
@benjaminblue Did you succeed with this?
I have the same problem, when tabs are moved from their default position to under description, the accordion is displayed correctly in the old tabs position but the old tabs are being displayed duplicated in the single_product_summary position.
So we end up with both accordion tabs and default tabs in 2 positions.Theme: OceanWP
Any help/ideas?
Forum: Plugins
In reply to: [WooCommerce] Fatal error update 4.4 – Jquery!!!Update: rolling back to Woo 4.3 solved the issue so I presume that the culprit for this issue is the latest version of Woocommerce (4.4).
Forum: Plugins
In reply to: [WooCommerce] Fatal error update 4.4 – Jquery!!!I can confirm the issue on latest version of WP and Woo with Elementor Pro, OceanWp theme.
Before upgrade to Woo 4.4 it worked ok.address-i18n.min.js:1 Uncaught TypeError: Cannot read property 'join' of undefined at String.<anonymous> (address-i18n.min.js:1) at Function.each (jquery.js:2) at HTMLBodyElement.<anonymous> (address-i18n.min.js:1) at HTMLBodyElement.dispatch (jquery.js:3) at HTMLBodyElement.r.handle (jquery.js:3) at Object.trigger (jquery.js:3) at HTMLBodyElement.<anonymous> (jquery.js:3) at Function.each (jquery.js:2) at n.fn.init.each (jquery.js:2) at n.fn.init.trigger (jquery.js:3)Any solution?
+1.
I would like to know this too. I’m using OceanWP theme.Hello,
The issue is gone with the latest update.
Great job, thanks for the quick release.Have a great day!
Forum: Plugins
In reply to: [WC Fields Factory] Showing custom field twiceHi
Yes, I agree it’s a little rough but it does the job. I’m not actually that good with PHP at the moment but I’m working on it 🙂
I’ve tried the above solution provided by you and that does the trick. The edit invoice number field is back again functional for custom named admin panel shop.
Great support, I’m amazed at how fast you tackled this.
I hope this would help others too.Thank you,
DanielHello,
Thank you for your rapid response.
Of course, here is the snippet:/** |------------------------------------------------------------------------------------------ *Change Woocommerce admin panel name to something else */ function mdan_remove_woocommerce_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'WooCommerce' : $translated_text = __( 'custom_name_here', 'woocommerce' ); break; } return $translated_text; } add_filter( 'gettext', 'mdan_remove_woocommerce_text_strings', 20, 3 );Thanks,
DanielHello,
LATER EDIT (MAYBE IT HELPS)
On my custom installation of WooCommerce I have change Woocommerce admin panel name to something else. After I've removed the code and revert to "WooCommerce" default name for shop settings, the invoice number became editable again and I could set the number to 1 or whatever————————————————
I have this problem too.
I’m preparing for live now after a set of tests. In “Documents” tab, my current invoice number is 21 with no option to change it (it shows as a disabled field).Mention: I have deleted all orders after the tests so currently I don’t have any orders in DB.
Woocommerce 3.4.5
WP 4.9.8
Server type: LiteSpeed
MySQl: 5.5.5-10.2.16-MariaDB+1 on this issue. I’ve recently migrated from localhost to live server and the background images aren’t showing.