psionicsin
-
Help with Navigations Dropdown Element
This might be a Mac specific problem, but can anyone check the site out on your own Safari and then Chrome/FF and tell me why Safari is not receiving the min-height: auto; property??
-
Help with Navigations Dropdown Element
@ChrisP Thanks for that, but sadly I don't think that can apply to be. The Genesis Framework, while great, is very hard to customize as it depends greatly on hooks instead of letting users just copy and paste the original themes PHP files for …
-
Help with Navigations Dropdown Element
Ok. Thanks for your help.
-
Help with Navigations Dropdown Element
@ChrisP Ok I see what you mean now. How'd I even miss that lol? I use Chrome to develop while viewing the changes in Safari and for some reason Safari wasn't displaying the changes. And Safari on my iPad isn't showing the changes ei…
-
Help with Navigations Dropdown Element
Ahh ok found the class, lol sorry. But yeah it's not doing anything for me
-
Help with Navigations Dropdown Element
@ChrisP I don't see that class anywhere. Did you add the class and THEN style it? Because attempting to do that resulted in nothing.
-
USPS WooCommerce Plug-In Help Needed
Is there anyone on this forum that has used WooCommerce (either for yourself or a client), and can shed some light on this shipping situation for me?
-
USPS WooCommerce Plug-In Help Needed
I'm sorry, but that doesn't apply. The plug-in wants each item to have a defined weight and dimension, not the dimensions of a box. It automatically tells you what boxes they fit in when calculated. We can't decide what box the custom…
-
USPS WooCommerce Plug-In Help Needed
Well that's the thing...if they order 1 shirt, it'll be some kind of box. If they order 20 shirts, it'll be a bigger kinda of box. Can't define it by that. The plug-in asks that each item have weight and dimensions applied to th…
-
Help Customizing WP PHP Files in Dancefloor Theme
Any WP gurus out there that can help me and help me to understand what's going on as it's changed?
-
Need Help with MAMP Woes
Ahh no worries now. I just changed my document root from the htdocs folder, to a custom one. No more permission problems now lol.
-
Need Help with MAMP Woes
I checked inside of Get Info and I set everything to "Read&Write". Still can't extract into any directory in htdocs. Is there something else I should be using to check my "Read&Write" permissions?
-
Need Help with MAMP Woes
Bringing up "http://localhost:8888/MAMP/?language=English" is not the problem. That come sup just fine. My problem is with "http://localhost:8888/". It no longer shows my list of directories. I get a message that says "Not …
-
CSS: Trouble Positioning Nav Element
@wolfcry911 I couldn't stop laughing when I read that lol. But ok, will do.
-
CSS: Trouble Positioning Nav Element
@wolfcry911 I've always been confused by this, but how would/could I implement THIS TECHNIQUE in place of the overflow:hidden hack?
-
CSS: Trouble Positioning Nav Element
@wolfcry911 Ok I tried what you suggested and it looks great...except for one thing... H2 is still being a b**** and not wanting to go underneath H1 See update here. Hard Refresh for new content.
-
CSS: Trouble Positioning Nav Element
@ChristopherBurton I remember using AP many moons ago, and then getting yelled at on codingforums.com for it lol. @wolfcry911 Didn't think you were mad at all lol. I just wanted to make sure that I thoroughly detailed my process and shortcom…
-
CSS: Trouble Positioning Nav Element
@ChristopherBurton / @wolfcry911: I'm trying to make this site as hack-less as possible. I've been told to never use positioning as it's just a fast hack to get around problems that could be dealt with otherwise {professors words, no…
-
CSS: Trouble Positioning Nav Element
Hard-Refresh your page. hgroup is no longer in that markup. It's supposed to look like this:
-
CSS: Trouble Positioning Nav Element
@ Ketu Can you take a look at the development of it so far and see what's going on? I was told that I could make this work WITHOUT grouping or div-grouping those headers together. However not much explanation went into how I can do this. Woul…
-
CSS: Trouble Positioning Nav Element
Should I still keep all of the float:left's on h1, h1 a, and h2...or is that too repetitive and I should remove them?
-
CSS: Trouble Positioning Nav Element
@ketu: Thanks. That did work very well!
-
Applying Image Buttons to Existing Layout
I was told by someone that I shouldn't use positioning either, but that's the only way I know of to get them where they needed to be, but I still can't figure out why they're moving my div's around.