billjones
Forum Replies Created
-
I checked both files and there isn’t any reference to setting the path, deleted htaccess and same error.
pdxrealestatephotography.com
Is your site an add-on domain? your root folder may actually be another level down.
Look for a folder the same name as your site in the public_html folder, that is probably your root folder for the site your trying to install the certificate for.
Forum: Fixing WordPress
In reply to: if statement based on referrerposted at the top of a wordpress post. view sample link and then view source.
Forum: Fixing WordPress
In reply to: if statement based on referrerI tried this and didn’t get the echo of either statement.
This the url of the post. https://pdxrealestatephotography.com/virtual-tour-1495-ne-zachary-st-hillsboro/<?php
if( strpos ($_SERVER[‘HTTP_REFERER’, ‘rmls.com’) === false ) {
echo ‘Standard HTML code.
‘;
}
else {
echo ‘rmls.com HTML code.
‘;
}
?>Forum: Plugins
In reply to: [WP FullPage] just a blank screenOkay, the only thing the fullpage allows is a background image and then sections. not at all intuitive.
After I built a fullpage + fullpage section it works.
Or did I miss something?
It does not like iframes and is not mobile friendly.
https://pdxrealestatephotography.com/fullpage/19655-ne-calkins-ln-newberg/
Table was a set width=”900″ and td widths of 440, the table should not have opened wide. And on smartphone it will not resize to fit the screen. Samsung Note 5
I have another version where table is a single column, not my preference but both versions are very difficult to scroll down once they get to the iframes.
- This reply was modified 8 years, 1 month ago by billjones.
I get the same spam, really intelligent person, what if I wanted to hire him, no contact info.
I use form manager by Campbell-Hoffman
- This reply was modified 8 years, 1 month ago by billjones.
Forum: Themes and Templates
In reply to: [Chip Life] [Theme: Chip Life] Stay away from this themewhat is your support forum url? Please reply to [email protected]
Forum: Fixing WordPress
In reply to: getting a redirest to a different URLProblem fixed but not solved. This is definitely a wordpress issue:
A new, fresh install of 3.4.1 will not install correctly in my shared hosting account. My account consists of 2 MU sites, redhillsmedia.com and rhmpano.org along with another 20 plus wp installs in their own domain and subdomains. Some subdomain installs under redhillsmedia which at the top level is running MU.
3.4.1 install never sees the blog and invokes NOBLOGREDIRECT which when further tracked down does a network path call and for some strange reason grabs the rhmpano.org path, go figure.
My work around was to give up. I went and downloaded an old version of wp 3.0 and install it in my 5234wedgewood.redhillsmedia.com folder and it worked, I then let it upgrade to 3.4.1 and it still works.
looks good.
Forum: Fixing WordPress
In reply to: getting a redirest to a different URLThanks, i will ask them to check.
Forum: Fixing WordPress
In reply to: getting a redirest to a different URLWhat specifically would i have them look for. Did you look over the phpinfo and the posted report? Its all Greek to me.
Forum: Fixing WordPress
In reply to: getting a redirest to a different URLThey have spent hours and can not locate a problem. I have checked and re checked all my dns entries. I also disabled the rhmpano.org site and cleared my cache without solving anything.
treat a subdomain as a regular domain. Short name just meant something like my site is redhillsmedia.com and a short name would be rhm so the customer would see rhm.redhillsmedia.com
with your ftp client you will see a new folder under public_html with the subdomains name, just load wordpress there, everything below the wordpress folder, not the folder itself. Note: with plugins and themes if you ftp them yourself you need to included the folder, if you install theme and plugins via the wordpress control panel it will be done correctly.
Forum: Fixing WordPress
In reply to: getting a redirest to a different URLnow I get the error after turning on reporting for index.php
Warning: require(/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/astijon5/public_html/5234wedgewood/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/astijon5/public_html/5234wedgewood/index.php on line 17
files are there and permissions are correct.