Hi.
I think I can help.
I love Quotes Collection. I’ve got Version 1.5.9 in xampp in localhost running on my laptop. Site’s not online yet, but I’ve been able to use html and css in my quotes, adding a drop-cap code to enlarge the opening quotation mark, and even adding an image above each quote. I don’t see any reason why you can’t put a manual link around the text of your quote to link it to the url of your post. You’d probably have to use a snippet of css to remove the link underline. I’m no pro at any of this, I just fiddled around until things worked.
Here’s my quote from William Blackstone in the Quotes Collection panel.
1 – https://bit.ly/2NEU9CN
Here’s my code for that, written right into the Quotes Collection panel where the quote goes:
<br /><span style="float:left;color:#D4D4C7;font-size:44px;line-height:35px;padding-top:3px;padding-right:3px;font-family: Times, serif, Georgia">"</span>...but every wanton and causeless restraint of the will of the subject, whether practiced by a monarch, a nobility, or a popular assembly, is a degree of tyranny.</p>
If I now want to link that quote content to a post url, I add:
xxxxx
with xxxx being the place holder for the whole content of the quote.
The result is a blue link on the quote TEXT in the Quotes Collection panel (no highlight in this case shows up on the image even though it’s included inside the link around the quote):
https://bit.ly/3bkBNz8
Here’s how that looks on the site (no change in appearance by default):
https://bit.ly/3pFlJgo
Now, if I hover the cursor over the text of the quote, the text changes color and is underlined:
https://bit.ly/3dxEC2I
Clicking it actually brings up the desired page added with the regular html link code.
If you don’t like the underline and highlighting on your quote content when you hover the cursor over it, you can use a bit of css locally to remove the link’s “text decoration”. Here’s a quick sample online of how to configure your link to do that:
https://support.e2ma.net/s/article/Remove-underline-from-links
I hope that helps.
And I hope the example above will give everyone using Quotes Collection ideas on how to dress up quotes with an image and css. There seem to be a lot of posibilities with this great plugin.