innerlooping
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with “div id” and cssok, all of a sudden it all looks fine now…
Forum: Plugins
In reply to: Adding a rel= Attribute to Auto-hyperlink URLsworks great! thanks very much for the help.
Forum: Plugins
In reply to: Adding a rel= Attribute to Auto-hyperlink URLsMy apologies for an ill-formed post.
1. I have not received a response from the plugin developer yet, though I have submitted the request.
2. The plugin page can be found here: https://www.coffee2code.com/archives/2004/07/08/plugin-auto-hyperlink-urls/
3. I’m not familiar with PHP so I can’t pinpoint the location that should be altered, though a link to the code snippet can be found here: https://wordpress.pastebin.ca/316585
4. Understood. Any help would be greatly appreciated.
Forum: Plugins
In reply to: Adding a rel= Attribute to Auto-hyperlink URLsIs this more difficult than it seems? The reason I’d like to do this, is so that every page opens with greybox.
Forum: Plugins
In reply to: PHP not Showing in Sidebar w/ Exec-PHPI was completely unaware that there were execphp widgets. Thanks!
On the main support page it says “Themes and Templates — XHTML and CSS” so I was assuming that it was a css forum. The text in the tables is not displayed at ‘medium’ font-size like everything else around it on explorer. It seems like its just a quick fix in the css, but I don’t know css therefore I don’t really know what to search for because ‘css-d’ isn’t pulling up anything…
I added this to a random spot in my style.css code but nothing changed:
.td {
font-size:medium;
}.entry td,
.entry tr,
.entry table {
font-size:medium;
}Forum: Themes and Templates
In reply to: Add author to Freshy 1.0 themeYes, its resolved.
Its one of those, ‘give a man a fish and feed him for a day; teach a man to fish and feed him for a lifetime’ kinds of things. I now know how to add and manipulate all kinds of codes in the post meta data and elsewhere. Thanks again.
Forum: Themes and Templates
In reply to: Add author to Freshy 1.0 themeWorks brilliantly. I ended up adding the the_author_posts_link() code. Thank you!