nykm
Forum Replies Created
-
minor;documentation
Settings > Appearance Settings > Tooltip Class
{fix description}I just used appendControlsTo by (1) changing
d.anythingSlider.defaults={
to
d.anythingSlider.defaults={appendControlsTo:”#nav”,
in the jquery.anythingslider.min.js(2) adding to the page/post where I wanted it to appear
<div id=”nav”></div>but then… the links don’t fire the slider to change. I think I’m missing a step here?
[The ‘#nav’ div is dynamic and the ‘li a’ tags do change, for instance, by moving the ‘cur’ class around.]
Forum: Themes and Templates
In reply to: return previous / next posts link NOT as anchor?I’ve edited the source files, but it just seems silly. Thought maybe I missed a tag.
Forum: Themes and Templates
In reply to: return previous / next posts link NOT as anchor?Thanks… no, the URL
Sorry if that wasn’t clear.
Forum: Themes and Templates
In reply to: Multiple Category and Single-Cat Templatesbump? 🙁
Forum: Themes and Templates
In reply to: Getting rid of borders around image hrefsa:hover, a:active, a:focus {
background-color: #6de445;also applies to the img a.
so
img a:hover, img a:active, img a:focus {
background-color: transparent;would fix that.
Forum: Themes and Templates
In reply to: Getting rid of borders around image hrefsIt looks like
.entry-content img
{
margin: -5px 0 0 -15px;
padding:0;
background:none;
background-color:#f5f2f0;
max-width:736px;
}should be background-color:transparent;
Forum: Themes and Templates
In reply to: Multiple Category and Single-Cat TemplatesThe subject says “resolved” but there’s no answer here :/
How do I apply category-#.php to all sub-categories as well?