macart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Load Image in DivMy web search found this, but not sure how to properly write the function for wordpress. Will this work in WordPress?
<script type="text/javascript"> function changeIt(imageName,objName) { var obj = document.getElementById(objName); var imgTag = "<img src='"+imageName+"' border='0' />"; obj.innerHTML = imgTag; return; } </script> </head> <body> <div id="image1"> <img src="1.jpg" border="0" alt="one" /> </div> <br /><br /> <a id="one" href="#" onclick="changeIt('1.jpg','image1');">one</a> <a id="two" href="#" onclick="changeIt('2.jpg','image1');">two</a>
Forum: Fixing WordPress
In reply to: Load Image in DivSorry lets try this again.
<div class="secondaryNav"> <a id="home" href="mysite/wordpress/home" title="home"></a> <a id="blog" href="mysite/wordpress/blog" title="blog"></a> </div> <div id="contentBanner"></div>
Forum: Fixing WordPress
In reply to: Load Image in DivForum: Fixing WordPress
In reply to: Page Specific Header ImagesIm wondering if this isn’t working because my header doesn’t fall into the typical header.php file. My header is actually in my index.php file. Anyone know if this is an issue or how to get this workin. Thanks
Forum: Fixing WordPress
In reply to: Page Specific Header Images<div class=”contentBanner”><?php if(is_page(‘home’)){
echo ‘<img src=”www.mysite.etc./banners/home.jpg” />’;} ?></div>Tried echo, not working. What am I doing wrong?
Forum: Fixing WordPress
In reply to: Page Specific Header Images“You don’t appear to be doing anything with $hdrimg”
Im new to this, not sure exactly what that means?
Thanks for the link, scanning it for clues.
Forum: Fixing WordPress
In reply to: Javascipt Image Zoom & WordPressYou have saved my sanity, I have been lost on this one. Thank you very much for the help!!!
Forum: Fixing WordPress
In reply to: Javascipt Image Zoom & WordPressThe smaller image can be clicked and it will open the larger image, is there some way to turn this off?
Forum: Fixing WordPress
In reply to: Javascipt Image Zoom & WordPressEXCELLENT!!!! THANK YOU SO MUCH FOR THE HELP!!!!!!
Forum: Fixing WordPress
In reply to: Javascipt Image Zoom & WordPressThank you, Thank you, Thank you! For the reply.
Ok, Im still doing something wrong.
My page has a dot on it, when I rollover the dot, I get
part of the zoom.My WordPress page html:
https://wordpress.pastebin.com/m2b0a73bcmojozoom.css and mojozoom.js are both in my theme folder,
addresses look to be correct, they are below.
https://wordpress.pastebin.com/m1868a605My mojozoom.css
https://wordpress.pastebin.com/m308422a2Thanks
Forum: Fixing WordPress
In reply to: Where can I go for WordPress Help???Thank you for the response. My being a newbie I’m sure is part of the problem, and I wouldn’t be on this forum if I hadn’t already exhausted every other effort.
How else should I ask “Has anyone on here been able to get a Javascript image zoom to work in WordPress?”
Either no one on here has the skill to accomplish this or they don’t want to share. I can’t be the only one to ever try this in WordPress.
Thanks
Forum: Fixing WordPress
In reply to: Newbie needs help Please!! Driving me Insane!!!Has anybody on here gotten something like this to work in WordPress?
Forum: Fixing WordPress
In reply to: Newbie needs help Please!! Driving me Insane!!!Trying to get MojoZoom to work on a wordpress page.
Forum: Fixing WordPress
In reply to: JQzoom Evolution & WordPressIf your not sure what JQzoom is, here is the link.
https://www.mind-projects.it/projects/jqzoom/Forum: Fixing WordPress
In reply to: Random ImageWorking perfectly! Thanks again