ashapanka
-
mysql help, #1045 - access denied
I'm using Xampp version 3.1.0, and Windows 7.
-
mysql help, #1045 - access denied
I never changed this, so yes I am using the default values for user (root) and password (none). I can't access phpmyadmin, when I try I get the above error. It's strange. However, a solution would be to create a new database in the command…
-
"Slideshow Gallery" WordPress Plugin Help
Thanks, but I actually figured this one out. Turns out the problem was some of my own js code, and not the plugin itself. I figured this out when I changed themes and this plugin worked. Thanks again.
-
need footer pushed to bottom of page
I agree, I wish I could have provided one!
-
need footer pushed to bottom of page
I understand. I did some research and it looks like adding "clear: both; " to the footer might fix my problem.
-
need footer pushed to bottom of page
Thanks! I actually already added this line to my css (forgot to mention it above) but the footer is still right below the content, rather than pushed to the bottom. Is there something that can be undoing this style?
-
need footer pushed to bottom of page
bingo! http://grab.by/gLum is what I need...I can't have my footer overlap content.
-
need footer pushed to bottom of page
look at this, you'll see the problem: http://jsfiddle.net/sNtxg/
-
need footer pushed to bottom of page
Sorry, I should have been more clear. I have many pages on this site with varying amounts of content (some a couple words, some long paragraphs). My goal is to have the footer below the content, and at the bottom of the page.
-
need footer pushed to bottom of page
note: "footer, .push" should be "#footer, .push"
-
Fullpage image slider using responsive grid
I found a solution: http://srobbin.com/jquery-plugins/backstretch/ amazing little plugin, thanks for the help!
-
Fullpage image slider using responsive grid
I'm not sure.... should i get rid of that? Then have the container be relative and the images in the slider be absolute?
-
Fullpage image slider using responsive grid
I understand that. The slider is outside of the container. The problem is that both the slider and the container have "position: relative;." In order for the full background to work, one has to be absolute.
-
Fullpage image slider using responsive grid
Thanks, unfortunately this site isn't live. That's an interesting solution you have, but my goal is to only have 1 container, and have that be on top of the image slider (ie: container --> z-index: 1; slider: z-index:2). That way the co…