jeff.cave
Forum Replies Created
-
Forum: Plugins
In reply to: [PS Sub-pages] Add current_page_itemI’m having trouble testing it, mostly because I borked my DB, but I’m making a change to ‘psSubPages.class.php’:line 92-93
$styleCurPage = (get_queried_object_id() === $page->ID)?'current_page_item':''; echo "<li class='${styleCurPage}'><a href='".get_permalink($page->ID)."'>".get_the_title($page->ID)."</a></li>";It will probably be Sunday before I get it tested. If you want to try the change yourself…
Forum: Plugins
In reply to: [PS Sub-pages] Add current_page_itemNot currently.
That’s the second request for displaying the current page. I’ve been a little slow to respond to this feature (busy with new job).
I’m actually having a little trouble figuring out how to integrate this feature. This plugin was developed to *not* show the current page (something a lot of similar plugins lacked). Can you confirm the usage:
Scenario:
1. Show siblings “on”
2. Highlight currently active page <– new feature?Forum: Reviews
In reply to: [PS Sub-pages] Perfect subpages only nav!It sounds like you were experiencing the same pain I was. Glad it does what its supposed to do.
Forum: Plugins
In reply to: [PS Sub-pages] custom postThis doesn’t appear to be directly related to the psSubPage widget. I would suggest asking on a more general forum. You are more likely to reach more people and get more suggestions.
Forum: Plugins
In reply to: [PS Sub-pages] parent as titleI like it. I’ll add it to the shiny new feature list.
Forum: Plugins
In reply to: [PS Sub-pages] parent as titleForum: Plugins
In reply to: [PS Sub-pages] parent as titleDo you mean as the title of the widget?
It’s interesting, I specifically wrote this plugin because I wanted to *not* see siblings, so I have not considered the sibling use cases that much.
Just to rephrase, you are looking for a mechanism to highlight the *active* page?
Forum: Plugins
In reply to: [PS Sub-pages] custom postIs there a reason you don’t want to use a “page”?
Forum: Reviews
In reply to: [PS Sub-pages] WorksGlad to hear it. I wanted to create something that was seemless and bonehead-simple.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Multisite FriendlyIt’s looking good so far. Thanks!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Multisite FriendlySorry it took me some time to wipe my slate clean.
Did some basic testing:
– it installs cleanly.
– The menu access is what I would expect.
– The default configuration seems alright.I give it a “pass” (though I haven’t exactly done thorough testing)
I currently have 1.4.3 installed on my live site and will keep you posted.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Multisite FriendlyI agree.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Multisite FriendlyI agree. I looked at it as well: non-trivial.
Though I did have a shortcut thought. You could just elevate the required permissions of the configuration forms in Multi-site environments. Having said that, I’m not sure that is desirable for most people. This is a tricky one from a use case perspective as well: some people want it at the site level; some at the multi-site level; some a combination of both.
Forum: Themes and Templates
In reply to: Simplify Theme IssueI experienced the exact same problem you are describing. Deleting “/wp-content/themes/simplify” did allow me to access the system.
Were you successful in deleting the folder via FTP?