Robothead
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Redirect to first resultThank you Mikko! Your reply helped me to solve it.
It was issue with wrongly configured Relevanssi from our side. Without Relevanssi I got multiple results and with Relevanssi only one, but the fact that it redirected threw me off.
- This reply was modified 6 years, 6 months ago by Robothead.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Cookie Acceptance PopupI didnt see any options but it is possible to deregister the script. Just add this to your theme functions.php until they give the option to disable it.
function wpdocs_dequeue_script() { wp_dequeue_script( 'gdpr-framework-cookie_popupconsent-js'); } add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );
- This reply was modified 6 years, 7 months ago by Robothead.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment method updateHi PerfectSolution!
I have another question for you. It seems that change payment button does not update currently for our setup the cards in quickpay.net page under subscription. Does it update the card when new payment is made or should it update at the moment when new card is added?
Quickpay logs are emtpy.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment method updateThank you PerfectSolution for super quick and practical replies ??
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment method updateThank you for quick reply! This helped a lot!
But in case the customer is using “change payment” under action, this should update the card for Quickpay, correct?
Thank you, I managed to migrate everything to the new installation. Migrated tables with Migrate DB Pro and posts with WP built in export-import as I did not want to overwrite already inserted posts.
Forum: Plugins
In reply to: Plugins No version info could be found errorCause: Woocommerce Helper
For me it causes also “Notice: Undefined property: stdClass::$slug in wp-admin/includes/class-wp-plugin-install-list-table.php on line 52”
error that is more discussed over here: https://core.trac.www.ads-software.com/ticket/33330
(for cleaning that one I am removing all Transient from DB)- This reply was modified 8 years, 6 months ago by Robothead.
Forum: Plugins
In reply to: Plugins No version info could be found errorWhy cant I keep editing my reply?
edit3: It seems to be problem with woocommerce helper plugin or woocommerce.com site. Seeing it accross different servers/installs same error for woocommerce.com paid plugins.
Woocommerce.com support has notice “We won’t be available to respond to support requests during this time, but we look forward to helping you when we return on September 22, 2016.”
- This reply was modified 8 years, 6 months ago by Robothead.
Forum: Plugins
In reply to: Plugins No version info could be found errorOur site is not using PDF invoice.
the plugins that have version error:
No version info could be found for PayPal Pro
No version info could be found for Shipwire
No version info could be found for URL CouponsEdit: staging site, that has not been touched for a week, also has the same issue.
Edit2: I think issue might be on the woocommerce.com side of things and not with our sites. All the plugins that have version problem are bought or dependant on woocommerce.com. My guess is their system is not giving out verson info for some reason and there isnt anything we can do currently.
Forum: Plugins
In reply to: Plugins No version info could be found errorSeeing the same error. Also using Woocommerce.
Ah,
Thank you for the quick fix!
Have a nice day ??