It sounds like something is interfering, normally the plugin works great. I recommend troubleshooting your other plugins and theme to see if there is any issue. Also make sure all settings are correct, just in case. Also I am assuming this is for the free version of USP.
Yes it’s the free version.. Hmmm. I could start with a new install of wordpress and test the plugin there, then add my other plugins and see if any of them cause it to stop working… Is that the recommended route of troubleshooting?
It works! I simply tried it on a fresh install of wordpress and it worked perfectly. So now I will go back to my original website and see if I can troubleshoot and get it working on that site as well..
One more question…
instead of adding a gallery of thumbnail images that you click to see the full size, I would like it to simply post the full size images, (with a max size specified of course) one under the other on the post. Is that possible?
Awesome, glad you figured out a way to troubleshoot the issue.
For your question, I think so. Under the setting “Images Auto-Display”, you can do something like this:
<img src="%%full%%" width="%%width%%" height="%%height%%" alt="%%title%%" />
That will display the images at full size without any link. Check out the setting description for more info/ideas.