Wes Turner
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Uncaught SyntaxError: Unexpected token }My guess is that a new hook was created and now the custom template we are using does not fully hook in and receive the variable for position.
I went to a default theme and did not have this problem.
Unfortunately, that means I have to dig a bit deeper to see if that is the case, comparing the latest templates and hooks for WC product/collection pages against our own theme’s versions.
Hi Jason,
I do not believe the script is inserted in any emails, it’s inserted in the response of the Ajax request in the admin screen for sending a test email; i.e. the json output. The script is inserted server side. I’ll do some additional investigating.
Forum: Plugins
In reply to: [Loco Translate] Exclude directories from scan of themeThanks, Tim. So I just ended up removing ACF from my theme. Look forward to the robustness of Version 2!
Forum: Plugins
In reply to: [tcS3] Uncaught ExceptionsFor the above comment re: not seeing the original file uploaded to S3. I still don’t see it on AWS console, but after fixing the rewrite rule, I no longer have 404s.
I was using:
#RewriteRule ^tcS3_media/(.*)$ http://d1vt6iw2a1rnfl.cloudfront.net/media/$1 [R=301,L]
RewriteRule ^tcS3_media/(.*)$ /index.php?file=$1 [R=301,L]Ideally the first rule should work and point directly to the cloudfront, no? I see you’re likely handling the fallbacks that way in the
load_imagemethod? This isn’t working for me as we are using full links (no specific sizes) and those are falling back to the local versions since the originals are not found on CDN.In any case, it would be nice to point directly to the CDN to prevent getting dings on multiple redirect chains.
Instead of the get request, it might be a better way to hook into the request, which would detect that the post type is attachment, so you could perform your checks there.
Forum: Plugins
In reply to: [tcS3] Uncaught ExceptionsAlso, do images get synced when a new one is added; that is, is there a hook for uploads that allows an object to be synced afterwards?
Possibly a real or wp cron job to periodically check for uploads that do not have the meta “is_on_s3” property and upload them automatically?
Forum: Plugins
In reply to: [tcS3] Uncaught ExceptionsAlso, I don’t see the original file being uploaded to S3, only the various sizes are getting there.
Forum: Alpha/Beta/RC
In reply to: Great Responsive Back EndI agree. So glad to see responsive added to WP admin and new theme by default.
Forum: Alpha/Beta/RC
In reply to: Warning: Unexpected character in input: '\' (ASCII=92) state=1Looks good!
Much more parts use old caps. This will not be changed, it will require too much time to do, and plugin is only in maintenance, this current 1.9 branch is no longer actively in development.
The only ones that caused problems for me were the above, which again were fixed by changing the numeric-based caps to the new term-based caps. I also had some errors along the lines of undefined index or variables.
Are you developing a newer version of this? Are you on github or google code or other?
We ended up not using this plugin and developing our own as it was vastly out of date and believe it or not way too robust for what we needed. Much props to the development of this plugin. Wish we could have used it. Please let me know if you use a code repo. I’d be happy to update your code if I get the chance.Forum: Plugins
In reply to: [Slideshow Gallery Pro] Hardcoding Slideshow Gallery ProI’m also looking into this. I have it working but it displays all custom slides as opposed to 1, 2, 3, etc.