marco3253
Forum Replies Created
-
Forum: Plugins
In reply to: [The WP Remote WordPress Plugin] wordpress 5.0.1Hope to have news soon from this.
Thank you.
Forum: Plugins
In reply to: [WP Store Locator] Compatibility with wordpress 5.0.1Thank you, disabling Gutenberg worked and now it’s saving correctly.
Thanx!
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Error when saving priceThank you Tobias, i did not notice that extension before looking for that.
Thank you so much.hi Tobias, thank you for had solved the mystery.
I knew there was something related to table but didn’t thought about the rowspan!Thank you!
Hi tobias, don’t know why it was not enabled, i enabled it yesterday before messaging you, can you please try again now?
It’s enabled but not working.sure
this is where it’s working: https://www.alermipianovendite.it/appartamenti-liberi-in-vendita-diretta/
here is where is NOT working: https://www.alermipianovendite.it/asta-alloggi-26-luglio-2018/
all the options, containers in the page and all the stuff i could check are the same.
the problem should be of the table, because i tried to put the working table into the page where the other table wasn’t working and worked well, so it’s something related the table.Forum: Plugins
In reply to: [WooCommerce] Disable Billing infos in the checkout pageThank you Jesse for your dedication
here is the error from the last log:
2018-07-02T14:25:57+00:00 CRITICAL Cannot redeclare custom_override_checkout_fields() (previously declared in /home/creativejx/www/wp-content/themes/bridge-child/functions.php:55)
I have to say that in /themes/bridge-child/functions.php:55 there WAS custom code (this website was made by another developer so i don’t know why there was that code) and the comment of the code was:
// Registration page billing address form Validation
and then there is the function.Thinking that this could compromise the plugin and what i wanted to do, i back upped the functions.php and deleted all the custom functions found.
now it looks like this:
<?php // enqueue the child theme stylesheet Function wp_schools_enqueue_scripts() { wp_register_style( 'childstyle', get_stylesheet_directory_uri() . '/style.css' ); wp_enqueue_style( 'childstyle' ); } add_action( 'wp_enqueue_scripts', 'wp_schools_enqueue_scripts', 11); // Function to check starting char of a string function startsWith($haystack, $needle){ return $needle === '' || strpos($haystack, $needle) === 0; } // notify a new user add_action('woocommerce_created_customer', 'admin_email_on_registration', 10 , 1); function admin_email_on_registration( $customer_id) { wp_new_user_notification( $customer_id ); } // disable shop page function woocommerce_disable_shop_page() { global $post; if (is_shop()): global $wp_query; $wp_query->set_404(); status_header(404); endif; } add_action( 'wp', 'woocommerce_disable_shop_page' ); ?>
i don’t know why woo commerce now is looking for that old code.
Forum: Plugins
In reply to: [WooCommerce] Disable Billing infos in the checkout pageI already tried that code, searching the web, but is not working.
as soon as i paste the code in the functions.php of the child theme (no error showed in dreamweaver) i get blank pages on the websites. all the pages.but i noticed a thing
when the plugin “Woo Checkout field editor” is deactivated this is what i see:
https://www.creative07.com/download/noplugin.pngwhen it’s activated, and the billing form all the fields are set to disable, the page changes and it’s like this:
https://www.creative07.com/download/plugin.pngpretty strange…the fields are not the same, some yes and some no, and also the order is changed…
Forum: Plugins
In reply to: [WooCommerce] Disable Billing infos in the checkout pagenow i tried, but nothing changes.
this is what i see in the checkout page:
https://www.creative07.com/download/screen1.pngI would like to remove all the fields on the left, or in alternative just disable (i mean readonly fields) so the user cannot edit them.
in the plugin page, all the fields are disabled, both in billing info and shipping info.
If i disable also other fields like “comments” in the screen i posted the textbox on the right disappear.
so it seems to work, but not on the section i want to remove.Forum: Plugins
In reply to: [WooCommerce] Disable Billing infos in the checkout pagesure Jesse, i downloaded and installed Woo Checkout field editor, i set as “disabled” all the fields, but they still shows into the checkout page.
Forum: Plugins
In reply to: [WooCommerce] Disable Billing infos in the checkout pagethank you Jesse for answering.
the payment method is “pay at the delivery” there is no way to chose another method, and the shipping method is the only used, so also in this case you cannot select anything.ahahaha the magic of internet!
Thank you a lot for gave me some of your minutes! hope this can help also future people in the case.have a nice holiday!
Marco
ok ok it’s that, after the blank page i clicked BACK in the browser (only the plugin page is blank) so i was able to navigate into system configuration.
As soon as i saved the option you told me, now i’m able to go into plugin page again.THANK YOU and have great vacations ??
i can’t even activate the plugin for the very first time that i got the blank page, then i’m unable to use admin again until deactivation.
Anyway it’s not a problem if you are going to release the new version, the site we’re talking about is under construction, i just wanted to install akeeba to save the job already done until now.