PaulFrankh Posted February 2, 2015 Posted February 2, 2015 Anyone have experience of using SVGs in a Wordpress based site? I've switched to svg from old school image maps as they don't work on iOS. However I've now got an embedded svg which works GREAT except that when the links are clicked it opens within the embedded svg - the links are to pdfs held on the site database - is there a way around this? Also, is there a straightforward way (assuming CSS?) to get a mouse hover effect enabled. When they hover over the the link it shadows or something similar... Thanks all
creese Posted February 2, 2015 Posted February 2, 2015 There is a Plugin called Scalable Vector Graphics. Not used it myself though.
Arthur Posted February 2, 2015 Posted February 2, 2015 What do you have the target attribute set to for the PDF links? http://tutorials.jenkov.com/svg/a-element.html
PaulFrankh Posted February 2, 2015 Author Posted February 2, 2015 Managed to resolve the links issue by adding target="_blank" to each of the hrefs... but now I'm struggling to get it to be responsive...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now