noobieboy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit Card Feild is not working.Hi @shameemreza Thank you for the response.
I had followed the steps before posting the question here. However since the page was built using elementor widgets, I was unable to disable that plugin. The widgets used on the page was the actual culprit.The checkout page was created using the “Checkout” widget from Elementor (or from its addon plugin “JetWidgets for Elementor and WooCommerce”).
I replaced the widget with the default shortcode for the Woocommerce checkout page and it works fine now.The PHP version was 7.4 and I upgraded to 8.1, but that dindn’t fix the issues for me.
Marking this as resolved. Thank you once again.
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Cookie Consent and MapHello @flippercode0505 ,
Would you be able to give an idea on how long it may take to fix the above issue?
Thanks in advance.Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Cookie Consent and Map@flippercode0505 Thank you for the quick response.
Is there any similar option in the free version?Hi @nitronikol ,
Thanks for the detailed reply.Hi,
I was facing the same issue and I managed to disable the zoom while scrolling by editing the plugin file.
I’ve edited the fileassets/js/3d-flip-book.min.js
.
Below code was editedmouseCmdWheelZoom:{activate:function(e){var scale=_this8.bookWatcher.scale;e.deltaY<0?_this8.cmdZoomOut():e.deltaY>0&&_this8.cmdZoomIn(),(!_this8.state.smartPan||Math.abs(_this8.bookWatcher.scale-scale)>1e-4)&&e.preventDefault()}}
and changed it like this
mouseCmdWheelZoom:{}
Once again thank you.
I’m not sure whether you misunderstood or not, my custom function didn’t touch any of your plugin files. It was a simple ajax function to get the brand slug. I just wanted to check whether there is any way to skip the brand name while filtering the products for the second or third time.One last question. Will it be possible to add the same filter as I said, if I change my brands to parent categories instead of “berocket_brand” like you suggested above?
Appreciate your time.
Thank you.- This reply was modified 2 years, 9 months ago by noobieboy.
Hi @dholovnia,
Thanks for the quick reply.Is there any workaround for this?
Here I have added a custom function to update the URL, but when I click the filter for the second time, the filter does not work.
My code changes “mywebsite.com/shop/” to “mywebsite.com/shop/hp/”. But if I try to filter products under “Dell”, it will show “No products found”. When I checked the network tab, the filter function is calling a URLmywebsite.com/shop/hp/?filters=berocket_brand[dell]
instead ofmywebsite.com/shop/?filters=berocket_brand[dell]
.Will it be possible to make a workaround like this?
Forum: Plugins
In reply to: [WP Review Slider] Reviews with same height.This works perfectly.
Thank you @jgwhite33Forum: Plugins
In reply to: [WP Review Slider] Reviews with same height.Hi, thank you for your reply.
I’ve a paid version of this plugin with me. But I couldn’t figure out how to show the slides with same height.
Could you please guide me?
Thanks in advance.Forum: Plugins
In reply to: [wpForo Forum] Error in Database.@gvectorssupport ,
What may be the cause of this error? Even if I follow above steps, is there any chance of occurrence of this error in future?Forum: Plugins
In reply to: [wpForo Forum] Error in Database.Hi @gvectorssupport ,
As you said uninstall will remove all forum data right? If I activate the forum after removing data, will I be able to display current contents in my forums?