isaacl
Forum Replies Created
-
Forum: Plugins
In reply to: iframe plugin height issuesOK, I got it working, thanks to some help from the developer.
I had to use same_height_as=”content”, but I also had to have the page on the same domain for that to work, so I just moved the page, and it worked fine.Forum: Themes and Templates
In reply to: Theme decoding threadAnd here’s a thread from someone with a similar problem, with another theme from the same site, but seems like it works differently, not sure it will help:
http://wordpress.org/support/topic/watercolor-theme-injected-credits-i-cant-remove?replies=2Update:
I think I kinda got it to work, by changing the $tp_credit_footer_HomeOnly variable to TRUE, and then taking out the code that checks if it’s on the home page, so it should never run that.
I also deleted the part that checks for links online.
Here’s my current template.php – http://wordpress.pastebin.com/bXgPQwePIs there anything else I should be removing?
Thanks!
Forum: Themes and Templates
In reply to: Theme decoding threadAnd it seems like it reports back to somewhere…
I’d really like to get that removed, and just have a simple link in the footer.
And there’s also links that show up in the sidebar.
Here’s the sidebar.php, in case you need that too –
http://wordpress.pastebin.com/9p65zMZC
I know some basic PHP, but this stuff is too complicates for me…
Thanks a lot!!Forum: Themes and Templates
In reply to: Theme decoding threadHere ya go:
http://wordpress.pastebin.com/0p9xtt1f
Thanks!!Forum: Themes and Templates
In reply to: Theme decoding threadCan someone help me remove those ad links from the file?
When I try taking soe of the functions out, the whole footer disappears…
Thanks!!Forum: Themes and Templates
In reply to: Theme decoding thread@johnburn –
Thank you very much!!Forum: Themes and Templates
In reply to: Theme decoding threadThis is the code from my template.php file:
http://wordpress.pastebin.com/5KdVhQHU
Can someone decode this?
Thanks a lot!!