asteadman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: faviconIt’s showing on all pages for me mate. Maybe it was a caching issue?
Forum: Plugins
In reply to: [MP3-jPlayer] Issue playing from sidebarHi Simon,
Thanks for the reply. When I deactivate nivo-slider the homepage goes blank apart from the top navigation bar. Therefore indicating an issue however unfortunately I do not have the skill to fix such issues.
I’ll have to run away from resolving the issue and try another player to see if that works for now and maybe redesign over the Summer.
Forum: Hacks
In reply to: Image maps – Use JAVA script?The issue there is still how to get the click on the image map to call all of that code and how to use the div tags on the image map in the area tag.
I don’t usually but for now I will give up. In future I may write my own code to call my own panoramic images hosted on my own site.
thanks for the feedback 🙂
Forum: Hacks
In reply to: Image maps – Use JAVA script?Thanks for the feedback.
I cannot get the panoramic image to open as a url. The dermandar.com embed code basically adds the panoramic image with a play button in the centre that when pressed launches the full screen panoramic.
What I think I need is a Java function with the embed code then pass it a variable and run the script but with limited java knowledge I wouldn’t know how to do this. For example:
JAVA Function:
<div id=”dmd_pano_(variable)” style=”width: 960px; height: 150px;”></div>
<script type=”text/javascript”>
var dmdEmbeds = dmdEmbeds || [], variable_w=’960′, variable_h=’738′;
(function(){ dmdEmbeds.push(‘variable‘);})();
</script>
<script type=”text/javascript” src=”http://static.dermandar.com/js/embed.js?v=94.84.65″></script>Then the area map code:
<area shape=”rect” coords=”130,35,1,53″ callFunction(variable)>Like you said it is hard when you do not know what their code is doing. I have asked their support team for help with this. I’m guessing that I would not require their first <div> tag as this places an image on page which I would not require.