pascaem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Whitescreen When trying to create a new PostI have the same issue, and I didn’t find out a solution for it yet .
Did you find a solution for it?
Error: You tried to opt-in to unstable APIs as moduleForum: Plugins
In reply to: [Shipping Rates by City for WooCommerce] How to change Wc City Fee titleHello,
I encountered the same problem , I think the title is not well connected with the function , I managed to change it in plugin’s code where is the default “Wc City Fee” text.
Plugins -> Plugin Editor -> Select ( Flat Shipping Rate by…) plugin -> shipping-method-class.php -> line 34.$this->title = isset( $this->settings[‘title’] ) ? $this->settings[‘title’] : __( ‘WHATEVER YOU WANT HERE’, ‘wccfee’ );
I manage to solve the problem. The titles didn’t have translation after I translated all of them it worked just fine
So, I manage to broke the test server, please watch the issue on production server ->
https://www.ifix.at/de/You can find the search in navbar ( search-icon )