Mark
Forum Replies Created
-
Forum: Plugins
In reply to: Nivo-slider arrows with larger clickable area?The solution was to expand the arrow artwork from the default 60×30 to 300×300, then adjust the divs in the nivo-slider.css and default.css.
Forum: Themes and Templates
In reply to: twentyeleven: entry-meta area covers page contentTurns out it was a result of messing with #primary, #content, #secondary, and the stuff under the “Singular” section. Putting the default values back solved the issue.
Still trying to figure out the positioning of elements. Twenty Eleven is a lot more opaque to me than Twenty Ten.
Forum: Themes and Templates
In reply to: twentyeleven: entry-meta area covers page contentHere ya go:
http://urbaninteractive.us/client/kalil2011/Forum: Plugins
In reply to: twitchy jQuery Accordian MenuSolved with a suggestion found here:
http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-accordion-menu-widget/Forum: Plugins
In reply to: twitchy jQuery Accordian MenuHappens when choosing:
About –> Philosophy
About –> Staff/BiosThose two use different page templates than the rest of the site.
Forum: Plugins
In reply to: How to use an extra user field for ordering an author listHere’s the page in progress. I need to change the order of staff…
Forum: Themes and Templates
In reply to: help: trouble removing box around dropdown itemsYes, I understand. Problem solved. I was just wondering — and now I’m thinking it makes sense — that the problem stemmed from the child theme not overwriting the parent theme since those three lines were simply deleted from the child.
Anyway, thanks for your help.
Forum: Themes and Templates
In reply to: help: trouble removing box around dropdown itemsJust wondering. Do you think it’s coming from the parent theme?
To be more clear, I was editing my child theme based on twenty ten. I haven’t touched twenty ten. Wondering if there are reasons to do so now and then.
Forum: Themes and Templates
In reply to: help: trouble removing box around dropdown itemsThanks esmi. I just added it back and did this:
box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);Doesn’t seem right but it works.
Forum: Themes and Templates
In reply to: help: trouble removing box around dropdown itemsYup. I’ve taken out those three lines and the shadow still appears. I’ve also used this to no effect:
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;