lswon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: THEME: Unreflected V2Gary, love the theme and can’t wait for a release.
Forum: Your WordPress
In reply to: Qwilm Theme CustomizedLooks excellent! You thinking about releasing it with your tweaks?
Forum: Themes and Templates
In reply to: New MX4 themeIt will probably be available by the end of next week. Says so in the first post 🙂
Forum: Fixing WordPress
In reply to: Enhanced Simple PHP GalleryGutiela, I managed to find a fix for the problem on the support forum for spg.
Courtesy of DeGrey:
Change line 8 in sp_helper_functions.php from
$input_dir = $dir;
to
$input_dir = $_SERVER['DOCUMENT_ROOT'] . '/gallery' . str_replace('.','',$dir);
with /gallery being the path of your galleryForum: Fixing WordPress
In reply to: Enhanced Simple PHP GalleryWow, I just realized I was having this problem after Gutiela posted the link to my gallery. Have there been any fixes to this problem?
jwurster: the problem is not the lcation. This script worked perfectly fine before 1.5.2
Forum: Installing WordPress
In reply to: Integrate Gallery into WordPressWell, I use ESPG, and it’s relatively easy to integrate it into your WP theme 🙂 check it out by visiting my site.
Forum: Plugins
In reply to: Photo album / galleryI’m really happy with ESPG because of its ease of use. You can see it in action on my site
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?brainwidth, thank you very much for the easy fix 🙂
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?moshu, thanks for the help. I removed the
tags and reduced the errors from 4 to 1. Can’t figure out this last problem.
This is what my sidebar.php file looks like:
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?I just checked my sidebar.php and I have no missing
- tags anywhere.
Forum: Fixing WordPress
In reply to: Why is my Sidebar not validating?The code looks like this:
- <h2>Search this Site</h2>
-
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
Isn’t this correct?
Forum: Fixing WordPress
In reply to: Help with ContactFormRyanduff, it doesn’t appear to center in FF.
Check it out: EMAIL
Forum: Fixing WordPress
In reply to: Help with ContactFormCrap, I put http:// twice in the link 😮 Sorry about that :).
As far as the WP-Contact form goes, I did nothing but install it and implement it into a page. WHen I visited the page, the form was aligning to the right and off the page in FF, but it looked fine in IE.
Forum: Themes and Templates
In reply to: Help with Wide/Narrow columns and SPG galleryI apologize for the inconvenience. I did a search for this last week and it came up with nothing. Today after finally posting about it, I read down further, and the solution is right in front of me.
Sorry for wasting bandwidth 🙂
Forum: Themes and Templates
In reply to: Help with Wide/Narrow columns and SPG galleryI’m not seeing anything thats calling the index.php template file, but chances are I’m just overlooking it.
I have it set to <div id=”content” class=”widecolumn”>
, but this doesnt seem to be doing the trick.