Brance
Forum Replies Created
-
Forum: Plugins
In reply to: [Scroll Triggered Box] scroll to element not workingI wanted to trigger it with the last widget (#archives-2) in my sidebar, so it would come up after you had scrolled past the majority of the sidebar. But I get nothing.
When I set it to “Scroll and/or Time delay” and set it to 20% it more or less works, but it depends on the length of the page, so it comes up in a different place on the home page than it does on a single post page.
Ideally, it would come up at the end of the sidebar on any page, which is why “Scroll to Element” would be preferable…
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] always show responsive menu on smaller screensWell, I’ve made some progress. This isn’t perfect, but it’s working for my needs. There is probably a cleaner solution, but this should point you in the right direction.
Basically, I just targeted the screen sizes with the @media calls in the css, then specified that I was working with the non-sticky header and made it look like the sticky header. I did this for the iPad in portrait view, and the iPhone in all views.
Here’s an example of the css to get you started.
/* ============================================== */ /* iPhone5/Android landscape (& narrow browser) */ /* 568x320 */ /* ============================================== */ @media screen and (min-width: 320px) and (max-width:568px) { /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */ .navbar .navbar-inner { box-shadow: none; background-image: none; border: none; background-color: transparent; } body.sticky-disabled .tc-header .brand h1 { font-size: 1.6em; font-weight: normal; } .tc-header { height: auto !important; border-bottom: 2px solid #e9eaee; border-top: 0; position: fixed; z-index: 100; top: 0px; left: 0px; line-height: 1.6em; } .tc-header .brand { float: left; width: 80%; text-align: left; padding-left: 10px; position: relative; z-index: 2; } .tc-header .outside { float: left; width: 80%; margin-top: -15px; padding: 0; } h2.site-description { color: #000; font-size: .7em; margin: 0; padding: 0; } .navbar-inner .site-description { display: none; } body.sticky-disabled .navbar-wrapper { position: relative; z-index: 1; } body.sticky-disabled .navbar-wrapper .navbar-inner .row-fluid { height: 50px; } .navbar .btn-navbar { margin-top: -30px; } }
You can see it in action here: Elliott Capo
Forum: Themes and Templates
In reply to: [Customizr] always show responsive menu on smaller screensI’m trying to accomplish the same thing. Is anyone having any luck figuring this out?
Forum: Fixing WordPress
In reply to: Lost Admin PrivilegesI got it fixed, here’s how.
I logged in to phpmyadmin on a working instal of WP 2.8.4
went to the wp_options table
found the option with option_name = wp_user_roles
opened that record and copied the option_value fieldthen went to the database for my fouled instal (still in phpmyadmin)
went to the wp_options table
found the option with option_name = wp_user_roles
opened that record and pasted into the option_value field what I had copied from the other databaseThe only thing I had to do after that was login to the faulty WP install as the admin
turn off all the plugins
turn them back onThat gets all the plugin settings pages working properly.
And it’s all good now. I can edit/publish pages again!
Forum: Fixing WordPress
In reply to: Lost Admin PrivilegesI’m having this same trouble.
I tried switching to the default theme, and deactivating all plugins. nothing worked.
I can do everything else I need to do, but with Pages, all I can do is “submit for Review”
Any answers?????
Forum: Everything else WordPress
In reply to: wordpress and ecommerce application integrationlooking at your files, it doesn’t look like you would be able to keep WP updated automatically.
I would like to do something just slightly less integrated. I’d just like to have them share the users table so all of my registered blog readers would be able to login to my store with their existing info, and once logged in either place to remain logged in on both.
I don’t need the admins combined, though it looks like you did an awesome job of it.
Forum: Fixing WordPress
In reply to: WP2.5 Gallery view problemboldt,
did you ever figure out how to have the number of comments on a particular photo appear in the gallery display? I would love to have that feature.
Forum: Plugins
In reply to: is there a plugin to ‘flag’ comments?Did you ever find a solution to this, or figure out a way to do it? I would be interested in the same thing.
thanks,
Brance
Forum: Plugins
In reply to: Idea: Mailing List PluginI’ve modified a WordPress MU plugin to allow the admin to send a mass email to all registered users. I didn’t bother with letting people opt in, that’s part of registering on the blog. it’s very simple and it’s only tested on WP 2.0.1
download it here: massmailer.php