JeanineH93
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCards] Redirect after sendingAwesome, thank you for the help!
Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Product category is NOT in cartYou are right, I’m sorry I didn’t see the “conditions” box. This is working now.
I have an additional question:
Is is possible to disable the woocommerce-proceed-to-checkout button when a woocommerce notice is shown?My example:
Customers need to be 1 product from category X. When this is not in the cart, my custom notice is showing. But I want the proceed to checkout button to be disabled until the customer adds the product from category X to the cart. They can not place an order without this product.
It would be something like: if woocommerce-info is active, woocommerce-proceed-to-checkout = disabled.
Is something like that possible?Hi there,
That’s not exactly what I’m looking for. Now I need to use 2 or more shortcodes if I want to display multiple vendors. But I want to show 2 or more vendors within the same shortcode, but only 2 products per each vendor.
Is that possible?That’s great, it’s working perfect now.
However, and I’m sorry for the question, is it possible to link the logo image to the vendor page? Just like how the “sold by” text was linked to the vendor page.Hi there,
Thank you for your answer.
I have tried it with the following code:// LOGO BEFORE SOLD BY TEXT function show_image_callback($text, $post_id) { $vendor = get_wcmp_product_vendors($post_id); $img_id = $vendor->image; $image = '<img src="'.wp_get_attachment_url( $img_id ).'" style="width:100%!important;max-height:60px!important;object-fit:contain!important;"/>'; $new_text = $text . " " . $image; return $new_text; } add_action('woocommerce_before_shop_loop_item_title', 'show_image_callback', 10, 2);
However, this is not displaying the image at all. I have disabled the “Sold by” option in the WCMp settings.
Is there something wrong with the code?
I’m having the same problem unfortunately.
Updating through FTP when downloading the plugin from www.remarpro.com is also not working.Forum: Plugins
In reply to: [Contact Form 7] Analytics tracking not working anymore@wpwanderer
No I have not used that method. I’m using Google Tag Manager and I have implemented this with the following tutorial: https://penguinwp.com/google-tag-manager-tracking-guide-wordpress/
It is very helpful!
After that, I have made a goal with:
Category: Contact Form
Action: SubmittedHopefully this helps!
Forum: Plugins
In reply to: [Contact Form 7] Analytics tracking not working anymoreI have solved my case. I am using the plugin “DuracellTomi’s Google Tag Manager” for analytics tracking.
Under Events: uncheck Form fill events (gtm4wp.formElementEnter & gtm4wp.formElementLeave)Under Integration: check Contact Form 7
Now it is sending data again.
Forum: Plugins
In reply to: [Contact Form 7] Analytics tracking not working anymoreIt seems like the form is not firing the following event: wpcf7mailsent
I have tried alternatives with submit and others, but I can not get it to work.Forum: Plugins
In reply to: [Contact Form 7] Analytics tracking not working anymoreHello, I have tried this but that does not work either.
All my settings were the same and suddenly the feature stopped working since a few days ago.Forum: Plugins
In reply to: [Font Organizer] Font not working in IECan you please help me with this??
Forum: Plugins
In reply to: [Font Organizer] Font not working in IEIE 11 gives me the following error:
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
Hi,
Also with another theme im experiencing the same issue. Any suggestions for me?Hi Rimpa,
I have the same issue. I have activated the shipping permission, but shipping costs are not being displayed anywhere.. not in the vendor new order email, not in the commissions overview and not in the vendor dashboard.
Hi Rimpa,
Thanks for the help, but the code is not working. The vendor info is still above the product title.
I would like it to be between the product title and the price.