Mark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to modify twentyfourteen paging nav?Looks like the Inkblot theme and the webcomic plugin are the plug and play solutions for this. Switching themes, setting to resolved.
Forum: Themes and Templates
In reply to: How to modify twentyfourteen paging nav?Sure.
Just installed, so very little styling yet:
http://urbaninteractive.us/eschatoncomic/?cat=4
You can see that nav # 3 takes you to “Page 1” and nav #1 takes you to “Page 3”. The nav moves around from page to page. Both behaviors are undesirable.Forum: Plugins
In reply to: For Dummies: Advanced Custom Fields – NextGEN Gallery Field add-onI ended up using a plugin called Types instead, and made a custom field for the content text instead of the images.
Forum: Fixing WordPress
In reply to: Adding category to site name in header as an imagePosting always helps me solve things on my own. It’s like magic. Not intentional though.
This apparently is the appropriate parameter in the conditional:
elseif ( $category[0]->cat_name=='My Favorite Category' )1. Is there a more elegant way to solve this?
2. Should I do the css hover effect within the tag?
3. How can I do a relative url?(php novice)
Forum: Themes and Templates
In reply to: page of post thumbnails – want hover effect to reveal post titleHere’s the page:
http://urbaninteractive.us/client/kristadenio/by-krista-denio/Looking to eliminate the default rollover popover box thing and have a div with a fancier style slide up in a specific position on the thumbnail.
Forum: Fixing WordPress
In reply to: Hide Alt Title on Thumbnail Mouseovernegrelja, that kinda works with twenty eleven, but instead of the title now the rollover reads “Permalink to *title of post*”. Just an fyi…
Forum: Themes and Templates
In reply to: how to make twenty eleven a little less elastic?Oy vey. I am already working with a child theme. Everyone should please read more carefully.
I shouldn’t have written “hacked twenty eleven” at the top, I guess.
Forum: Themes and Templates
In reply to: how to make twenty eleven a little less elastic?Update in case anyone stumbles over here.
Twenty Eleven has a whole section called Responsive Structure which does what it sounds like it should do, but works counter to fixed layouts. The issue is discussed here:
By simply deleting the Responsive Structure section from the parent theme, all standard css properties work as expected, including no longer needing some kind of whacky background hack to connect the content to the footer. You lose a whole lot of smart degrading, I’m sure, but you regain the basics.
And, yes, I guess I did just edit the main Twenty Eleven parent theme, which esmi just told me not to do, and which I hadn’t done up until now, but it seems unavoidable.
Forum: Themes and Templates
In reply to: how to make twenty eleven a little less elastic?Hi esmi. I’m using a child theme, just didn’t make that clear. Thanks for the reprimand, though.
Forum: Themes and Templates
In reply to: how to make twenty eleven a little less elastic?Seems like this…
background: url(“images/background_strip.png”) repeat-y content-box;… instead of this…
background: url(“images/background_strip.png”) repeat-y fixed center;… does the trick. Whatever content-box is…
Forum: Themes and Templates
In reply to: how to make twenty eleven a little less elastic?In addition the #secondary sidebar crashes into the branding when the screen is made much less wide. I need all elements to be fixed. I believe I just need some “position: absolute”‘s in some places, but not sure where.
Forum: Themes and Templates
In reply to: Custom Menus on Different PagesThanks teknohipppy. I see now that this topic concerned the primary menu while I thought it was about the secondary menu in the sidebar. I think I found a plugin “Custom sidebars” to take care of my issue.
Forum: Themes and Templates
In reply to: Custom Menus on Different PagesHmmm…
What does “In the theme I have:” mean? What file does this line of code go into? I’ve tracked down the primary menu code in the header.php, but not the secondary menu code that teknohippy refers too. Using twenty eleven. Maybe that’s the issue?Forum: Themes and Templates
In reply to: Featured post issueIt was a css something or other. Started from scratch with a new child and built up the styles that might have affected it one by one. So far it’s working as expected.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] auto-slideHi folks
Different issue… My second featured post (“featured-post-2”) is mostly stuck below the area of the featured posts section. I can see a sliver of the top of it appear. Any ideas? It’s supposed to slide up, yes? It just isn’t moving. The 6 lines of -moz-transition stuff is present and untouched in my child style.css file.
I implemented the awesome auto thing posted above and can tell it’ll work, by the way.