Josh88
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Cache compatibilityIt is set to ignore
wp-.*\.phpby default, which should cover Ajax requests. I’ve tried explicitly adding the URL just to be safe, doesn’t seem to have solved it though.Thanks again, will update you if I find anything.
Forum: Plugins
In reply to: [Helpful] Cache compatibilityThanks for the quick response.
I’ve tried ignoring
{plugins_dir}/helpful/core/assets/js/*from the CDN, as well as disabling theEnable caching for wp-admin requestsoption since that would potentially include Ajax requests, though neither of those seem to have resolved it.I’ll continue experimenting with it and let you know if I’m able to find a solution.
Ok great, going to run this by them and purchase the pro version if they agree.
Left you a review also, thanks for the help.
Thanks for the quick response. Honestly, after thinking about it, I’m not sure that I agree with the client’s logic on this requirement, so it may not be worth explaining. I’m sure it’s a very niche request regardless.
Alternatively, with the current pro version, can I set a weight for each individual product and then get rates based off of the aggregate weight of the order, if shipped in a single box, but without any product dimensions being set? So the rates would solely be based on the total weight of the order, not on its size. I don’t believe this is possible with the free version, correct?
It turns out the issue was that I had moved the shipping selection to a custom div which wasn’t correctly hooked into update_order_review, so it wasn’t anything to do with the plugin. Thanks for the clarification, it pointed me in the right direction.
I’m using 4.5.3 and the error is still present:
Notice: The called constructor method for WP_Widget in AI_Twitter_Widget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in ...\wp-includes\functions.php on line 3718Forum: Plugins
In reply to: [ACF to WP-API] Writing ACF fields when creating postThis plugin – https://ww.wp.xz.cn/plugins/acf-to-rest-api/
It has a different route just for ACF data. So if you’re creating a post, you have to send a request using the base API route, then get the newly created post ID and use that to send the request with the ACF route. Once I figured that out it worked perfectly.
Forum: Plugins
In reply to: [Contact Form 7] This field has syntax errors.Also curious why [name] <[email]>, which is what you would expect to see in the from field, gives an error.
For some reason Reply-To is not working for me, so it’s certainly inconvenient for clients to have to manually enter the email address.
Forum: Plugins
In reply to: [ACF to WP-API] Writing ACF fields when creating postThanks, I ended up just using another plugin which supports writing ACF fields via the API.
In general this plugin’s documentation is seriously lacking. I’m surprised it’s not mentioned anywhere that seemingly expected functionality like this isn’t possible.
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Video Load TimesYea, I have the first frame as a background image already but having it visible for 4-5 sec before the video starts just doesn’t look very good.
I see what you’re saying about the resolution. I think between the time it takes to make the http request and load the iframe followed by having to load the video at max res, 4-5 seconds makes sense. I don’t see how it could be easily reduced.
Maybe YouTube just isn’t the best host for what I’m looking for. Thanks anyway for your help.
Forum: Plugins
In reply to: [Print-O-Matic] Print Window Not Appearing IEThanks for your reply. It turns out a Google maps iframe was giving me an ‘Access is Denied’ Javascript error which was apparently causing the issue, of course only in IE. It doesn’t appear to be anything to do with your plugin though, so thanks for your help.
Forum: Plugins
In reply to: [SpiderCalendar] Displaying Full Event Name on Month ViewNot going to purchase the pro version for such a basic feature, I’ll just modify it myself.
I will gladly give your plugin one star for how useless the basic version is though.
Forum: Plugins
In reply to: [Media Library Assistant] Using tag cloud shortcode to display galleriesYour example worked perfectly, it’s now functioning exactly as I wanted.
Thanks so much for all your help, your support is amazing.
Forum: Plugins
In reply to: [Media Library Assistant] Using tag cloud shortcode to display galleriesThanks for the quick response, I appreciate it.
I only want the widget on this page, so that’s not a problem. However, using the gallery shortcode on the page seems to suffer from the same issue as the widget with the blank category. Clicking a term will load the correct gallery on the page, but before a term has been clicked every image is loaded on the page, as you can see here – http://funkandlittle.net/funkgallery/
So I suppose the blank category issue will have to be resolved first. Other than that it’s working perfectly, so thanks a lot for your help so far.
Forum: Plugins
In reply to: [Media Library Assistant] Using tag cloud shortcode to display galleriesThanks for the response David, sorry again for my bad response time. I’m working on this sporadically in between other projects.
What I ideally want to do is have the widget contain only the tags (or attachment categories, whichever taxonomy is easiest) with no images. When a tag is clicked, the gallery is populated in the body section, not the widget. Perhaps this is more difficult than I thought, because I don’t want to put the shortcode in the body and then have the tags listed there.
Is this feasible, or should I maybe just resort to putting the shortcode in the body and having the tags appear at the top of the page?
In response to your first question, it would be great if I could have that gallery NOT populate in the widget if the attachment category is left blank. I had a quick look through the hooks at the bottom of the documentation, but I think it’s a bit beyond my PHP knowledge.
I apologize again for taking a week to reply to you, I really do appreciate the help and I’ll try to be quicker next time.