Sterlingz
Forum Replies Created
-
Forum: Hacks
In reply to: Need to Create Small Plugin – Help NeededThat worked, that you very much :).
Marked as resolved.
Forum: Hacks
In reply to: Need to Create Small Plugin – Help NeededDid you get it working? It looks like your files are loading from my end.
Strange that you replied right when I opened this thread…
Yes, I got it working! But there’s still 1 problem:
When I view the articles from the front page: http://wowprofessions.com/ the colors are correct (notice how some items are pure white, others lime green, etc).
But when I access the articles directly: http://wowprofessions.com/jewelcrafting-leveling-guide-1-525-profitable/
All links are formatted using the default green of my theme. Any idea? Seems like a css issue but I can’t quite figure it out.
Forum: Hacks
In reply to: Need to Create Small Plugin – Help NeededHi, thanks for responding!
The software you linked is similar, but wowhead-tooltips extends the functionality significantly.
Since I’m posting, here’s what I’ve figured out so far:
1. It appears that the author dumped all relevant files on github before letting the site die. I found the plugin here: https://github.com/wowheadtooltips/wowhead_wordpress/blob/master/wowhead_tooltips.php
2. Using the wayback engine, I found the wordpress documentation:
http://web.archive.org/web/20100714181910/http://wiki.wowhead-tooltips.com/install:wordpress
It asks to put the following files inside head tags in header.php:
<link href=”./wowhead/css/wowheadtooltips.css” rel=”stylesheet” type=”text/css” />
<script src=”http://static.wowhead.com/widgets/power.js”></script>
<script src=”./wowhead/js/armory.js.php” type=”text/javascript”></script>I did put those lines in header.php, but it doesn’t appear like the files are being loaded? See for yourself: wowprofessions.com. Using firebug I was unable to find any of the files being loaded.
Any idea what’s going on?