therealkbrackson
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Easy(ish) way to switch primary siteand you work for dreamhost.
i could cry with happiness.
Forum: Networking WordPress
In reply to: Easy(ish) way to switch primary sitewhile i see what you did there,i am forever yours.
can’t tell you how many times you have bailed me out of my disasters.
Forum: Fixing WordPress
In reply to: Plz help me with this problemI would disable all your plugins,and re-enable them one by one.
Forum: Fixing WordPress
In reply to: Fading backgroundI would position that image at the top using CSS,to manipulate CSS in wordpress you need to either be able to directly edit your CSS in your theme files(however,i would advise against this) or install a custom CSS plugin that can add a “child” stylesheet to your page.
The code to position an image at the top of a page is pretty simple:
body{ background: url(http://yourimagegoeshere.com) center top #000; } /*(this tells you to pull the image and position it at the center and top of your body) also,that digit number is a solid background color*/If you create a “png” semi-transparent image with a fade at the bottom(google “layer mask fade” on how to do this) and place it in that code above it will fade into the solid color you select in your css.
Forum: Networking WordPress
In reply to: MU Subdirectory Redirects to DomainsThank you so much.
Also,I wanted to note a couple things,I kept the ftp user the same as the primary domain,and I used “fully host” along with making the directory exactly the same as my primary(no trailing slash on the end)
All my domains on dreamhost add www,which is fine, when I went in to map the domains in wordpress I added BOTH the non www and the www version,and made the www version the primary,not sure why this worked but it did.
Again thank you thank you!