jakwalker
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal CreditMy box is greyed out so I can’t select it.
Hi there,
Just installed it and it fixed the issue thank you.
On the previous version if I clicked βI already did itβ it would go away but if I disable or enabled any Plugin the notice would appear again.
Thank you for fixing it π
Forum: Plugins
In reply to: [Zephyr Project Manager] ArchiveYes perfect thank you very much!
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal Button Missing@slash1andy I presume its caused by the PayPal Plugin as the issue isn’t happening on 2.0.0
The Siteground Optimizer Plugin hasn’t changed or updated at all so everything is the same there.
It only started happening on the PayPal Plugin 2.0.1 which the change log shows it is for a fix for showing the PayPal button but that update may have fixed it for some people but now must have broken it for others
2.0.1 β 2020-05-26
Fix β PayPal buttons not loading on the page, accompanied with the javascript/console error: βpaypal.getFundingSources (or paypal.Buttons) is not a functionβ. PR#740Thank you for the information on the debit/credit card bit!
Let me know if you find a fix for the PayPal button as I will stay on version 2.0.0 for now as everything is working good.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal Button Missing@slash1andy sorry for the late reply I’ve been doing some investigating on the issue and got it down to a Plugin conflict with SG Optimizer.
There is a setting under the Environment Optimization tab…
Enable HTTPS
Configures your site to work correctly via HTTPS and forces a secure connection to your site.If you disable this then the PayPal button shows up on the front end again.
Hopefully this maybe help someone else out while an update is being worked on.
Personally I’ve downgraded back to PayPal Plugin Version 2.0.0 as the new update is adding a debit/credit card option on our product pages under the PayPal button and I don’t have time to see how to remove it at the moment.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] is possible delate the end date?I Need this as well! π
That’s perfect exactly what I was looking for thank you!
We actually purchased the Pro version of your Plugin now π
We replied to a ticket email you sent us but never got a reply…
Do you know what code we can add to function.php to change the line code in woo-custom-product-addons-pro/includes/class-wcpa-front-end.php
Line: 539
From this:
add_action($this->hooked_field_tag[0], array($this, ‘before_add_to_cart_button’), $this->hooked_field_tag[1]);
To this:
add_action($this->hooked_field_tag[0], array($this, ‘before_add_to_cart_button’),1, $this->hooked_field_tag[1]);
Thank you
OK thank you.
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
That’s great!
No problem at all! Thank you for your help too it’s much appreciated!
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
Not sure if it helps but if I remove the ‘post’, from the forth line down then it works.
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
OK so I found the function in function.php which brings in another function from a different file…
if (!function_exists(‘mh_add_meta_boxes’)) {
function mh_add_meta_boxes() {
add_meta_box(‘mh_post_details’, esc_html__(‘Post Options’, ‘mh-magazine’), ‘mh_post_options’, ‘post’, ‘normal’, ‘high’);
}
}
add_action(‘add_meta_boxes’, ‘mh_add_meta_boxes’);If I remove this code then it allows your plugin to work fine. Any ideas what the issue could be from this?
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko
I’ve actually managed to get it down to being an issue in the functions.php file I will see if I can locate which specific code is causing the conflict and let you know.
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
The theme is in the wordpress theme (MH Magazine) however I’m using the Pro version and I’ve tested the lite version and there is no issues with that.
I can give you access to a demo site to take a look at if your like?
Not sure how I can give to the details on here?
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
Ah OK it’s not a plugin issue but turns out it’s a conflict with my theme.
Do you have any ideas how I may diagnose what the conflict could be at all?
Kind Regards
Jak
Forum: Plugins
In reply to: [Change Last Modified Date] Does not work.Hi Zarko,
I have tried this as well…
Any other suggestions?
Kind Regards
Jak