andrew-s3
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Problems Detecting Second Sitei’m taking a stab in the dark that my problem is related to – https://codex.www.ads-software.com/Configuring_Wildcard_Subdomains quite possibly – anyone want to back me up on my theory?
Forum: Networking WordPress
In reply to: Problems Detecting Second Sitefrom reading other posts my .htaccess and wp-config.php look to be “okay” here’s what i’m working with for my wp-config:
/* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); $base = '/'; define('DOMAIN_CURRENT_SITE', 'domain.ca'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */
i’ve hidden the domain for privacy purposes
and here’s the .htaccess:
Options +FollowSymlinks RewriteEngine on # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
Forum: Fixing WordPress
In reply to: WP 3.4.2 – Pages & Posts display fatal ErrorFIXED
Forum: Fixing WordPress
In reply to: WP 3.4.2 – Pages & Posts display fatal Errorcurrently re-uploading everything from the newly downloaded ZIP from www.ads-software.com except the WP-CONTENT directory.
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themeit shows up that way in Chrome/Firefox; but not sure how to fix it; can’t get it replicated in IE… my co-worker believes it’s because something has a fixed-width that is causing the BG problem… though i’m not sure.
…and he was right; my #header-container was set at 1341px; lol! gotta love code!
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themeit shows up that way in Chrome/Firefox; but not sure how to fix it; can’t get it replicated in IE… my co-worker believes it’s because something has a fixed-width that is causing the BG problem… though i’m not sure.
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themei can’t get it to do that in my IE…
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themewhat browser are you using; i’m using all current releases of:
Chrome
IE
FireFoxand they all look fine, i’ve got 3 monitors that i’m stretching my browser window across and it looks fine
also, i’m going to add, i’m on a PC not a MAC
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themeand by the grace of god, everything is now functioning perfectly with all files in place… wtf?!
header.php
footer.php
functions.php
index.php
page.php
sidebar.php
single.phpagain, David… thank you thank you thank you for all your help and patience; you’ve just gained a new subscriber to your blog ??
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress ThemeI will definitely start using them!
on a side note; for some reason WP will not display a single post on a page… ie. click ideas & insights (blog) and click one of the headers. I tried it w/ and w/o my single.php file uploaded. I have a feeling this problem is the same problem as the page.php file… my McGuyver tactics are starting to fail on me ;-/
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress ThemeSounds like more work than necessary; it’s working in it’s current state w/o a page.php file. I don’t know how I frankensteined it let alone why it’s not working w/ the page.php file… but I don’t have the time to fart around w/ it anymore… sadly.
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themepage.php
header.php
footer.php
sidebar.php <– even though it’s never called.Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themestill can’t understand why when i upload my page.php file that only the “front page” is able to be displayed and no “pages” can be displayed; I get a 500 internal server error….
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themestill doesn’t like it when i re-upload my page.php file… i know it’s not necessary for WP to function, but in order for me to have a second page template i need it :-/ or I have to write some ridiculously long conditional IF, Else statement for those containers which i want to hide on internal pages… lol
Forum: Themes and Templates
In reply to: Problems with a Custom-Made WordPress Themei’ve deleted it; i think i’m just going to say F it and do a header.php w/ conditional tags to show/hide my rotator on the homepage etc. instead of trying to make page templates… for some reason this site just wants to p*** me off! lol! i’ve never had so many problems…..le sigh