champdor
Forum Replies Created
-
Hi @tdmarsol,
I stumbled upon this thread seeking a solution for this very UI feature. Could you solved it yourself? Do you have any advice for me to achieve it?
Best regards,
ChampdorForum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] GLS API log?Nem csináltam semmit, de megoldódott a dolog.
Azért k?sz?n?m a segítséget!
Champdor
Hi,
Yes, there was another similar code for My account Orders. Once I restricted it for my account endpoints the images went away.
Thank you for taking the time.
Forum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] GLS API log?K?sz?n?m! A fejleszt?i módot kikapcsoltam, így visszatért a service PSD hiba.
A kérdéses csomagpont elérhet?ségét délel?tt a GLS is visszaigazolta telefonban, illetve most ellen?riztem a csomag.hu-n is. Nyitva van:
2092 Alpha Zoo
8200 MentavillArról, hogy tele van, értesülünk valahogy?
Vagy van más ?tleted?
ChampdorForum: Plugins
In reply to: [Woo Billingo Plus] Kétféle fizetési mód küldése a Billlingo feléPéter!
Jól néz ki. Már fel is tettem, a héten teszteljük.
Szuper a settings migration! ??K?sz?njük a gyors segítséget,
ChampdorImage: I don’t get it. Our snippet should only work on Checkout:
// CHECKOUT: product image in order summary add_filter( 'woocommerce_cart_item_name', 'pkt_product_image_on_checkout', 10, 3 ); function pkt_product_image_on_checkout( $name, $cart_item, $cart_item_key ) { ? ? if ( ! is_checkout() ) { ? ? ? ? return $name; ? ? } ? ? $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key ); ? ? $thumbnail = $_product->get_image(); ? ? $image = '<div class="chk-product-image">' . $thumbnail . '</div>'; ? ? return $image . $name; }
Thank you for the action. CSS works now in Simple template.
Best regards,
ChampdorOut of ignorance ?? I’m all the way in, to use Simple.
We only use the plugin to print a packing slip but we print the invoice to view the price as well. We are not showing it to customers.
I only added one line of CSS for the
thead
not to be black for saving toner. Also we don’t need the product image for toner saving purposes.However thorough it is, I still cannot find any way to disable the product image in the documentation. Also how do I add CSS to the Simple template?
Oh I think I mixed up the two plugins. The original price is handled by Discount Rules obviously. Sorry to bother.
Champdor
+1. Leaving reCAPTCHA I would need it for a simple contact form made 5 years ago and I don’t want to install Gravity just for this. Please consider ??
Hi @elviiso,
Yes, it perfectly makes sense. Anyway we had much trouble originally to build this unusual idea of the webdesigner. But it seems that there is no solution in the long run.
I already redesigned this page without slick and works fine. Thank you for your time to clarify this issue.
Best regard,
ChampdorHi @elviiso,
A very quick and dirty test shows that without slick the galleries work: domain per test per.
Since the carousel is not needed on the original page since 2,5 slides is always visible from the 3, I will suggest to my client to forget the carousel and put the galleries side-by-side.
On a side note one of the galleries similarly does not work on mobile on the original page even though that’s a separate section for mobile without slick. But I guess the slick.js is loaded anyway and it interferes with Foo.
So if you want we can close the issue without solving the problem.
Champdor
Hi @elviiso,
Did you manage to look into it? We are desperate to get back to the proper workings.
Thank you,
ChampdorSumit,
Just for clarification, so you are saying that %USER_EMAIL% will provide the Contact form email field value if user is not logged in but filled in the form field?
Champdor
Forum: Plugins
In reply to: [WP Booking Calendar] Privacy Policy checkbox don’t act requiredYes, mistakenly display:none was on it instead of clip or visibility for custom checkbox design.
Thank you for your help.Elvis,
How I hate webdesigners who place single thumbnail galleries into a carousel!
– FooBox WordPress Galleries was enabled.
– Disable Other Galleries was not, I enabled it but nothing changed.I re-enabled Elementor lightbox so that at least the single image lightbox would look nornal and visitor could click on X instead of has to go back in browser.
My gut tells me that the problem is not on settings level but Elementor misinterpreting/not rendering the shortcodes in its carousel.
What do you thing of my idea: I would recreate the carousel with slick slider, without Elementor so Elementor would have nothing to do with displaying the shortcodes.
Of course it’s a bigger work but I have to make this work as intended.
King regards,
Champdor