Gene
Forum Replies Created
-
Nevermind, figured out the problem… I had enabled Javascript minify, which cause the issue, I’ve excluded the float.js file and it’s working now… thanks!
Forum: Plugins
In reply to: [WP Store Locator] How to show the excerpt in the search results listThanks! Took awhile longer than expected to get this working… until I finally noticed in one of the docs that I need to click on the “clear store transient cache”. Afterwards, it showed up correctly…
Forum: Plugins
In reply to: [Breeze Cache] v2.2.10 base64 lazyload issueI’m seeing the same issue on my client sites after updating to this latest version. Turning off lazy load images seems to be helping but I need to go through all sites to make this change manually…
Thanks for this great plugin… I’m also interested in on click animations… please consider adding this feature. 🙂
After looking through the php file I noticed in line 41 you have the following code:
$return_value .= sprintf( '1 <input type="hidden" name="cart[%s][qty]" value="1" />', $cart_key );I just removed the 1 in front of the <input> tag, not sure if it’s needed for something else but it works for me so far…
$return_value .= sprintf( '<input type="hidden" name="cart[%s][qty]" value="1" />', $cart_key );Hi, I’m having the same problem when you have a product checked as “Sold Individually”. On the checkout page, the number “1” is added at the end of the product title.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Error: “There was an error getting your inbox.”Had the same issue and ac607 has the correct solution for me too. thanks!
Hi, is there a way to hide the contact form on all listings instead of manually hiding it for each vehicle? Or maybe a filter that can hide it? Thanks!
Forum: Plugins
In reply to: [Genesis Testimonial Slider] random testimonials in widgetNevermind, found the Settings page under the Genesis section… was looking everywhere except there… thanks again for this great plugin!
It maybe helpful for others to include a link to the Settings on the Plugins page too. I see many plugins include a link next to the Deactivate link…
Is there a way to remove the disabled parameter in the placeholder option? Right now, if a user selects from the drop down menu, the user can’t change their mind and unselect something because you can’t choose the placeholder option since it’s being disabled… I hope that makes sense, if not, let me know and I can try to clarify…
Forum: Plugins
In reply to: [WP Store Locator] Remove zoom and fullscreen buttonsHi Tijmen, it would be great if you can add support for the removal of the Zoom button… thanks!
just tried turning off the auto zoom level setting, still not working…
Forum: Plugins
In reply to: [WP Store Locator] Include Category in URLThanks!
Forum: Plugins
In reply to: [WP Store Locator] Include Driving Directions Link on Individual Store PagesThanks again for your help! Was trying to find that page.