fluKe
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2 domains, 2 separate blogs, 1 hosting package, lost my 2nd blogI don’t think the domain pointing is working correctly.
If you are using the “easy subdomain” method something may have gone wrong or it may not work well for full domains. I say this because going to https://worldviewforums.com/ points me to your main domain but going to https://worldviewforums.com/worldviewforums/ points me to where I should be going (though it doesn’t display correctly as it isn’t set up to be working on that URL).
So I would say that you need to sort out the pointing for the domain names in order to get it working. I would use .htaccess to do it.
I’ll send you a PM on the hosting forums as well.
~fluKe
Forum: Themes and Templates
In reply to: Footer postitioning problems (not as easy as you think)I almost had a brainwave a minute ago. I found by using the “padding-top” attribute I was able to move the footer down to the bottom of the page by padding inbetween where it was and where I wanted it to be.
However again there is a problem with this, on pages with content that is longer than the browser window the padding still applies at the bottom meaning there is an unecessary huge gap between the end of the content and the end of the page.
Does anyone know if it is possible to dynamically assign the amount of padding used? eg. calcualte the height of the page and if it is smaller than the window use the difference as padding… I think to do that though you would need to use DOM and it would be very complicated for what I want to do.
There must be a more sensible way…