mrs_helga
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] Testimonial displays twiceSorry, Apply The Content Filter was checked on. I swiched it off and now everithing is ok.
Forum: Plugins
In reply to: [WooCommerce] Cart malfunctioning for 4 days nowI have the same problem – can’t add product to cart and then it’s already added.
i don’t have a cache plugin. Before i was trying W3 Total Cache, but it doesn’t work for me so i uninstalled it and deleted all the folders and configurations of this plugin from my server.
What can i do?
example: https://etfishing.com/product/fishing-tour/my latest version of pinpoint also stoped working with woocommerce after update today. As they say in a changelog: “WooCommerce functionalities have been changed. You can more easily attach Pinpoint to an WooCommerce product, variations are not needed anymore, availability is restored when an order is canceled and much more. Integration is much easier with multi vendor plugins types”
The new guide starting with version 2.1.2 says
Step 1 – Create a simple product.
Step 2 – Add price to product.
Step 3 – Attach a calendar in “Pinpoint Booking System” tab.
But it didn’t work for me! When I try to book and press the button “add to cart” nothing happens (the cart is empty) and when a press the second time it gives an error: “The period you selected will overlap with the ones you already added to cart. Please select another one. View cart”. And after that appears that i realy have something in the cart.
linkthis is my site
i niether worked with the site nor updated the theme or WordPress + i didn’t install any plugins or snippets this week
today i added one more slide to check if the problems is with the last slide or with a concrete post. so it was not the post, but the last position.
The slider is not shown only on one screen resolution, the others are ok.
I’ve tried to change the foto width but that didn’t help.
i will be grearful if you can help me ??I returned variable prices by commenting out sime lines in /includes/woocommerce/class-woocommerce-product.php but still don’t understand how can i show booking cost instead of prices variation. The cost of my variations is 0, it’s free, and booking cost is 550$ but now it shows that my product costs 1$.
Forum: Plugins
In reply to: [No Title Tooltips] PHP errorsi’ve just had something similar and fixed it as you wrote. thanks, Gabriel!
and thanks to the developer for that plugin – it works good for me!Forum: Themes and Templates
In reply to: [Modality] remove url from slide titleok, i got it. i removed
href=”<?php the_permalink() ?>”
from modality-image-sliders.phpForum: Themes and Templates
In reply to: [Modality] sub-menu size changingThanks, it helped hide the hover. But i still have a lot of white space after the titles of sub-menu. I tried to change almost everything in original CSS of .dropdown-menu ??
Forum: Themes and Templates
In reply to: [Modality] Slider images not scalingThanks, dielange! This code helped me to make slider responsive in the browser, but it’s still non-responsive on the mobile devices and the title of a slider as well. The text of a slider doesn’t even appear on mobile device…
to remove arrows
.banner .arrows {
display: none;
}Forum: Themes and Templates
In reply to: [Modality] sub-menu size changingSorry,
now it’s working: https://etfishing.com/Forum: Themes and Templates
In reply to: [Modality] sub-menu size changingHello,
this is my site:
https://etfishing.com/
Thanks!Forum: Themes and Templates
In reply to: [Modality] Category headings not displaying correctlyI have the same problem. So what should i write in my code? Any snippet? I’m not good at php…
You mean Extra fields or what? Sorry, I don’t understand where to do that?
If you mean Extra fields i have field “Number of people” there.
Is there any snippet to pass a product title to the reservation?I removed “Add to cart” button with the code
function remove_loop_button(){
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
}
add_action(‘init’,’remove_loop_button’);