nicdimmock
Forum Replies Created
-
Forum: Reviews
In reply to: [WC Fields Factory] Crashed my site. Can’t get back in!!renaming your /wp-content/plugins/wc-fields-factory/ directory to something else should disable the plugin and restore your site…. Then enable debugging in and re-active the the plugin to break it again, but with error messages ??
Excellent, thank you – Just what I needed.
Do you have plans to also add a filter to export only orders that containing certain product(s)?If you don’t then I may have to add that functionality myself, else I will wait for you ??
Thanks again
Forum: Plugins
In reply to: [WC Fields Factory] Update product Qty when using drop downHi @sarkparanjothi
Since the 3 weeks I posted this question I decided to perform the development myself.
To solve the issue I wrote my own plugin that uses some jQuery to react when the dropdown boxes I mentioned were changed. This then extracts the ticket count and changes the woo commerce qty textbox. The qty textbox is also set to readonly so the user can only change the quantity by using the dropdowns. It’s quite effective and my additional javascript doesn’t interfere with your client side validation code, which is a bonus.If your plugin is still under development it might be an area you may wish to expand into.
Thanks
Nic.Actually I’ve just realised that custom.js is a theme js file, so nothing to do with you ??
Sorry to have bothered you, excellent plugin!!
NicForum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] additional button classesI’ve actually done the changes needed as I needed them for a client. I’ve contacted you via github. (about 5 lines changed so not really a big deal!)
Many thanks
Nic,Forum: Plugins
In reply to: [WC Fields Factory] Reading the WC fields contentsExcellent, thank you @deeveedee. Those suggested functions led me to the answers I wanted. Thanks very much!
Hi there
Wondering if you received the URL to my site via your weblizar contact form, and were able to help further with my issue?It’s a DEV server so happy to install any test / debug versions of your flickr plugin
Thanks
NicHi.
The (free) theme is called sparkling by colorlib
Can I send you the URL privately somehow? It’s a clean development server with very little security and no IP restriction plugins, etc.Sorry, I had to find an immediate fix for my client, so had to look at your plugin source code.
The issue seems to be in flickr-album-gallery-pro-short-code.php
You are outputting the javascript and html directly rather than returning it as a string from the function.
(using echo / outputting html rather than ob_start() and ob_get_clean(), etc )Do you have an email address I can use to send you my URL?
Thanks
Nic.Photo’s are rendered so points 1,2 and 3 are not the issue
No js errors are reported in the console.The problem is they are not rendered at the position of the FAGP shortcode.
Two images to show my point:
1. page editor in wp-admin: https://www.dropbox.com/s/cwdne8iehtvjclo/Capture1.JPG?dl=0
2. rendered page: https://www.dropbox.com/s/ke7qanrfp9qmz9i/Capture2.JPG?dl=0