This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I've created a View that displays a custom post type called "Technologies." I'm displaying various bits of info about each technology including an image. When I insert in image in full size, it works. However, when I try to make the image a custom size, the image breaks because for some reason there is an extraneous bit of code inserted into the img src.
Examples:
This is full size image: (works) hidden link
Custom size image (doesn't work) hidden link
As you can see, the ":16612" part is breaking the link. Any suggestions?
Thanks!
Please note that the page also takes about 20 seconds to load, which also seems to be an issue with the images. When the images are working, the page loads very fast.
HI Shane,
I contacted my host, Pantheon. The tech there said that they have had some other instances of this behavior but he wasn't sure of a work-around. He said it was "definitely" a plug in or theme issue. He asked me change themes but the error still persisted. I think what led him to that conclusion is the fact the image works when I use "original size" but when I try to use custom size, it breaks.
For now, in the development stage, I can just manually edit my images so they are same size but down the road I don't want to have to do it that way.