tedcarstensen
Forum Replies Created
-
Thanks for the really quick reply, I just filled the form, happy to test the new version in our dev environment.
I’m having this same issue with PDF files. I’m running on Pantheon and using version 4.0.1 of the plugin.
Upon renaming a PDF in the WordPress media dashboard, the filename text changes to the correct name, but the rename button remains. The url does not load, and the size is referenced as 4KB instead of ~90KB in the dashboard.
The pdf is correctly renamed on the server, but it is apparently corrupted. The miniature jpg versions of the pdf were not renamed.
Forum: Plugins
In reply to: [Import External Images] Has anyone gotten this to work with Squarespace?this is copied directly out of the imported post in WordPress
<img src=”https://static1.squarespace.com/static/521e6810e4b0f17ecca9646b/521e6821e4b011d6bc2fd84b/56dca6e8e707eb815a7a910b/1457301256186//img.png” alt=”” />
this is what that same image looks like on the current Squarespace site
<img class=”thumb-image loaded” data-src=”https://static1.squarespace.com/static/521e6810e4b0f17ecca9646b/t/56dca6e8e707eb815a7a910b/1457301256186/” data-image=”https://static1.squarespace.com/static/521e6810e4b0f17ecca9646b/t/56dca6e8e707eb815a7a910b/1457301256186/” data-image-dimensions=”800×300″ data-image-focal-point=”0.5,0.5″ data-load=”false” data-image-id=”56dca6e8e707eb815a7a910b” data-type=”image” src=”https://static1.squarespace.com/static/521e6810e4b0f17ecca9646b/t/56dca6e8e707eb815a7a910b/1457301256186/?format=750w” data-image-resolution=”750w”>
So Squarespace is actively formatting the image to be 750px wide instead of 800px wide using the ?format item. But the image loads normally using the src from the imported post in WordPress, with /img.png and without.
Perhaps your Squarespace-specific code would work if it also cut off the final “/img.png” from the image src, leaving only “https://static1.squarespace.com/static/521e6810e4b0f17ecca9646b/521e6821e4b011d6bc2fd84b/56dca6e8e707eb815a7a910b/1457301256186/”?
Forum: Plugins
In reply to: [Import External Images] Has anyone gotten this to work with Squarespace?These are normal posts in a standard Squarespace blog, we have a lightly customized theme, but in styles only. I’m not entirely clear on what else could be custom about them?
When doing the mass-import, I was able to import 3 images that were hosted on AWS instead of directly in Squarespace. These were also interestingly all .jpgs, not .pngs.
Do you have any other ideas?
Forum: Plugins
In reply to: [Import External Images] Has anyone gotten this to work with Squarespace?Coding Concepts, I’ve tried several of the versions of the plugin you posted, but I’m still unable to import images hosted on squarespace. I’m getting the same error others are getting “No images imported – you might want to check whether they still exist!” despite the images definitely still existing.
When I attempt to do this on an individual post, the page reloads and the same text is present “You have (1) images that can be imported!”
Here’s an example of an image that isn’t being imported
I’m running WordPress 4.4.2 on Pantheon.io’s platform. Do you have any other suggestions?