ucsendre
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Local PickupDownload v1.0.53.1 from here:
https://downloads.www.ads-software.com/plugin/seo-by-rank-math.1.0.53.1.zip
Extract all files keeping folder structure.
Delete the Rank Math plugin folder using FTP and upload the previous version you have downloaded and extracted.
You are done.@phimplay What do you mean “V2.0.5 Pro”?
Azt sajnos nem tudom, de a 443-as port általában a https-hez használatos.
esetleg http://www.szamlazz.hu port 443 helyett https://www.szamlazz.hu port 443
Thanks for the quick answer!
Works like a charm ??Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] woocommerce-blocks?Hello @ospiotr
Am I missing something or this feature has not been implemented yet?
Should it have a separate setting field or is it (will it be) merged into “Disable WooCommerce scripts and styles”?Thanks and regards,
EndreInsert the shortcode into the custom template file xoo-el-header.php located in this directory:
your-child-theme/templates/easy-login-woocommerce/global/The shortcode should look like this:
<?php echo do_shortcode('[xxxxxxxxxxxxx optional-parameter="value"]'); ?>
Info on custom templates:
https://docs.xootix.com/easy-login-for-woocommerce/#override-tempaltesForum: Plugins
In reply to: [WooCommerce] Unable to edit Main PageMaybe you should consider changing your theme if there are no options to cutomize store pages.
Try Flatsome for instance.
There is not much page builder stuff to do on a store archive page.Forum: Plugins
In reply to: [W3 Total Cache] i can’t install W3 Total CacheMaybe you should check if your theme is updated, as this error seems to be triggered by a theme file:
/wp-content/themes/metro-pro-v2.2.2/lib/woocommerce/woocommerce-notice.php
This solved the problem for me now:
add_shortcode( 'alg_product_weight_in_gramms', 'alg_product_weight_in_gramms' ); if ( ! function_exists( 'alg_product_weight_in_gramms' ) ) { function alg_product_weight_in_gramms( $atts, $content = '' ) { global $product; if ( $product ) { return ( $product->has_weight() ) ? floatval( $product->get_weight() ) * 1000 : ''; } return ''; } }
I still believe “multiply_by” should be global.
Best regards,
EndreK?sz?n?m a gyors javítást!
Same error here.
Is there a chance for an update?
??Forum: Plugins
In reply to: [Health Check & Troubleshooting] PHP post_max_size warningI found the same bug on almost all of my sites ??
Seems like the health check requires the two values to be equal – which is false.
post_max_size can be greater than upload_max_filesize so it should check only if upload_max_filesize is greater than post_max_size or not.Forum: Plugins
In reply to: [jQuery Updater] jQuery Updater Options not savingHi Ramoonus,
It is good to hear that.
Maybe you could put a note on that screen saying those options are under construction.Thanks for the answer and for creating the plugin.
Kind regards,
Endre