fanboi
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for a good e-commerce plug in for 1st time e-commerce siteAnyone? Just looking for a good starting point. But not sure where to begin.
Forum: Plugins
In reply to: Looking for a good e-commerce plug in for 1st time e-commerce siteany suggestions?
Forum: Themes and Templates
In reply to: Need help with making clickable headerThat did it THANKS SO MUCH!!!!! Your help is Oh SO Appreciated!
Forum: Themes and Templates
In reply to: Need help with making clickable headerOK PROGRESS!!!
I did that and it seems to make the clickable header work – but only on the blog page – so I went ahead and added same code from index.php to page.php so it works on all pages.
<span class="title"><a href="https://thejordanpease.com/test/"><img src="https://thejordanpease.com/test/wp-content/themes/the-jordan-pease/images/invisible.gif"></a></span>
only 1 small prob… there is an odd black line on top and left edges of invisible gif (bright green streak is just there temporarily so one can see where the gif is.) The black lines are NOT part of the invisible gif file, so not sure where they coming from.
Forum: Themes and Templates
In reply to: Need help with making clickable headerumm. theoretically I suppose I could. but won’t that screw up all the pages that look for home.php?
Forum: Themes and Templates
In reply to: Need help with making clickable headeri used theme editor and looked in each php file in the menu… I used browser’s search to scan the code for part of the url (pease) – and it only shows up on index.php – but its context I said, not what shows up when viewing page source
I don’t see that code in any of them. Are there files that I can’t get to via theme editor?
Forum: Themes and Templates
In reply to: Need help with making clickable headerIf it helps I can zip the php files and post a link…
https://thejordanpease.com/test/customized-desktop-chaos.zip
Forum: Themes and Templates
In reply to: Need help with making clickable headerno special plugins running.
I’m so confused…
I just looked at page source and I see the code you mention…
but when I compare that code to the php files I see in theme editor – I can’t find which one that code is coming from. I have no idea how source relates to the php files.
code in index.php says…
<span class="title"><a href="https://thejordanpease.com/test/"><img src="https://thejordanpease.com/test/wp-content/themes/the-jordan-pease/images/invisible.gif"></a></span>
I checked home.php, header.php and rest of php and I don’t see where code that Rich ‘elfin’ Pedley found in source.
Why is this so complicated?
Forum: Themes and Templates
In reply to: Need help with making clickable headerthe code
<div id="blog-title"> <span class="title"><a href="https://thejordanpease.com/test/"><img src="https://thejordanpease.com/test/wp-content/themes/the-jordan-pease/images/invisible.gif"></a></span> </div>
is in place on index.php at https://thejordanpease.com/test/
but doesn’t seem to do anything, so I’m not even sure if that is the right approach. I started out doing this differently (see code I mentioned at start of thread) but was told that was wrong (even tho it came closer to working than anything suggested).
let me know if u need links for stylesheet. or any or the other desktopchaos files.
Thanks for looking into it!
Forum: Themes and Templates
In reply to: Need help with making clickable headercode – mark up, whatever you call it. Six of one half dozen of the other. You know what I mean.
I can’t write it, but I can usually reverse engineer something and make it work – I didn’t really think this would be so difficult.
I thought it would be relatively easy to just add the invisible gif to the header and make it a link.
I still think I was closer when i started. At least then I had the link working. Sure the whole page was a link, but it worked in part.
Does ANYONE have a clue as to how to do this… If I have to add code (or markup – whatever that is) to every template that’s fine. I just want to make it work.
Forum: Themes and Templates
In reply to: Need help with making clickable headerI don’t understand what that means… what is an anchor? I am not a programmer. I’m not able to take an idea and write code for it.
Forum: Themes and Templates
In reply to: Need help with making clickable headerRoot – i don’t understand what you are talking about. What does IE have to do with this?
govpatel – you said you looked html code and saw this
<div id="blog-title"> <span class="title"> <a href="https://thejordanpease.com/test/"/> </span> <span class="description"/> </div
I’m confused… you say no link… but there is a link in the code you mention.
Forum: Themes and Templates
In reply to: Need help with making clickable headerI put that code where the old code was… even tried full URL. Gif still isn’t even showing up (I made a green streak thru invisible gif so I would be able to see it).
<div id="blog-title"> <span class="title"><a href="https://thejordanpease.com/test/"><img src="https://thejordanpease.com/test/wp-content/themes/the-jordan-pease/images/invisible.gif"></a></span> </div>
Forum: Themes and Templates
In reply to: Need help with making clickable headerwhere does that code go? Same place I had code before? Within `<div id=”blog-title”>?
`Forum: Themes and Templates
In reply to: Need help with making clickable headerreally appreciate the help by the way!