Hyperlink in a svg- image does not work - Joomla! Forum - community, help and support
with editor added hyperlink <a>tag in svg-image.
so shape of svg-image clickable.
see svg-code below.
on "ordinary" html site works , and shape of svg-image clickable.
on joomla site not work!
for example see:
http://test3.edwinvermolen.nl/
(when right-click on image , choose 'view image', image open in new browser window. image clickable.)
does have suggestion how working in joomla.
svg-code:
<?xml version="1.0" encoding="utf-8"?>
<!-- generator: adobe illustrator 16.0.4, svg export plug-in . svg version: 6.00 build 0) -->
<!doctype svg public "-//w3c//dtd svg 1.1//en" "http://www.w3.org/graphics/svg/1.1/dtd/svg11.dtd">
<svg versione ="1.1" id="laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="150px" height="150px" viewbox="0 0 150 150" enable-background="new 0 0 150 150" xml:space="preserve">
<g>
<a xlink:href="http://test3.edwinvermolen.nl/">
<path fill="#c84232" d="m118.437,102.238c0,0-10.75-19.34-36.668-12.381c-33.702,9.051-35.52,53.996-35.52,53.996
s30.944,86.824,77.589,74.3c108.7,65.964,118.437,10 2.238,118.437,102.238z"/>
<path fill="#c84232" d="m31.563,47.751c0,0,10.752,19.35,36.67,12.39c33. 7-9.049,35.527-53.994,35.527-53.994
s15.305,57.018-31.35,69.545c41.312,84.037,31.563,47.751,31.563,47 .751z"/>
<path fill="#c84232" d="m78.565,36.525c1.732,6.442-2.091,13.063-8.531,14.804c-6.442,1.724-13.062-2.099-14.795-8.54
c-1.734-6.442,2.09-13.071,8.531-14.795c70.212,26.26,76.831,30.085,78.565,36.525z"/>
</a>
</g>
</svg>
so shape of svg-image clickable.
see svg-code below.
on "ordinary" html site works , and shape of svg-image clickable.
on joomla site not work!
for example see:
http://test3.edwinvermolen.nl/
(when right-click on image , choose 'view image', image open in new browser window. image clickable.)
does have suggestion how working in joomla.
svg-code:
<?xml version="1.0" encoding="utf-8"?>
<!-- generator: adobe illustrator 16.0.4, svg export plug-in . svg version: 6.00 build 0) -->
<!doctype svg public "-//w3c//dtd svg 1.1//en" "http://www.w3.org/graphics/svg/1.1/dtd/svg11.dtd">
<svg versione ="1.1" id="laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="150px" height="150px" viewbox="0 0 150 150" enable-background="new 0 0 150 150" xml:space="preserve">
<g>
<a xlink:href="http://test3.edwinvermolen.nl/">
<path fill="#c84232" d="m118.437,102.238c0,0-10.75-19.34-36.668-12.381c-33.702,9.051-35.52,53.996-35.52,53.996
s30.944,86.824,77.589,74.3c108.7,65.964,118.437,10 2.238,118.437,102.238z"/>
<path fill="#c84232" d="m31.563,47.751c0,0,10.752,19.35,36.67,12.39c33. 7-9.049,35.527-53.994,35.527-53.994
s15.305,57.018-31.35,69.545c41.312,84.037,31.563,47.751,31.563,47 .751z"/>
<path fill="#c84232" d="m78.565,36.525c1.732,6.442-2.091,13.063-8.531,14.804c-6.442,1.724-13.062-2.099-14.795-8.54
c-1.734-6.442,2.09-13.071,8.531-14.795c70.212,26.26,76.831,30.085,78.565,36.525z"/>
</a>
</g>
</svg>
when svg images viewed alone, links work.
this tells me there interaction else being loaded on page.
i disabled css , javascript – did not help.
try disabling plug-ins.
i see evidence of widgetkit , jce mediabox, start those.
Comments
Post a Comment