napsfan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Flow Plus] How to disable the mouse over pauseIndeed. Thanks for your prompt help. Helpful and appreciated.
I’ll add a review later today.
Forum: Plugins
In reply to: [WP Flow Plus] How to disable the mouse over pausePerfect! Thank you. 🙂
May I ask one more favor:
If the user wants to scroll the page with their mouse wheel, this doesn’t work for them (depending on their mouse placement at the time), since the mouse wheel advances the carousel instead. And since my carousel is nearly full width, I think this would frustrate users.
In some cases (my case specifically), I’m happy to just let the scroller advance on its own, with no image title upon hover, no mouse wheel advance, and no lightbox image if clicked.
So essentially, just totally disable all mouse hover. Treat this as passive background content from the user’s perspective.
There must be a simple way to do that also?
Thank you.
Yes, same problem here. Was working fine for many months, but now orders stuck in pending payment state starting about a month ago.
Have not yet found a solution.
Forum: Plugins
In reply to: [Simple Google Calendar Widget] Does this use the new Google API v3?Thanks for this tip, peckjon. I’ve just got that installed and tweaked to look just the way I want it also. A pretty nice plugin, actually.
Woohoo. I probably wouldn’t have stumbled onto that without your suggestion.
Forum: Plugins
In reply to: [Simple Google Calendar Widget] Does this use the new Google API v3?Yeah, I tried it myself also and didn’t have good luck. Drats.
Not sure if the author has any plans for upgrading in the very short term? Assuming not, I guess it’s time to look around…
Forum: Plugins
In reply to: [Plugin Organizer] Plugins being turned off in Admin pagesThank you for your prompt support 🙂
Indeed, changing that setting has resolved the issue for Shopp.
I don’t see a similar setting in VFB (a much simpler set of admin options with that plugin). So for now, I may leave the the global setting turned on in your plugin, and perhaps unload some scripts and styles manually in my functions.php, since only a small subset of pages actually use forms.
Thanks again. You can mark this issue resolved.
Forum: Plugins
In reply to: [Plugin Organizer] Plugins being turned off in Admin pagesWell, it’s a somewhat subtle error actually.
For Visual Form Bulider, they have a preview pane on the right side of the Admin page. When the global plugin setting is turned to “off”, with the Admin setting set to “disabled” (to disable an selective loading for admin pages, as I understand), the preview pane for VFB admin page gives an error:
Fatal error: Class ‘Visual_Form_Builder_Pro’ not found in … /wp-content/plugins/visual-form-builder-pro/form-preview.php on line 61
Here is line 60 and 61, which is trying to instantiate an object:
// Visual Form Builder Pro class
$vfb_pro_preview = new Visual_Form_Builder_Pro();As soon as I turn the global plugin setting back to “on” for VFVB, then things work fine again.
A similar thing with Shopp. There are some things in Admnin that appear to be fine. But then I noticed that there were some important features, perhaps javascript related, that were missing from the Admin pane. My guess is similar, that some objects or scripts are trying to be loaded and are not visible/available to the Admin pages.
Hope this helps explain. Thanks.
Forum: Plugins
In reply to: [NG Gallery Optimizer Modified] Breaks Thumbnail Layous in Safari…I had this same experience in other browsers — Firefox and Chrome both. For me, the gallery worked fine when I was logged into WordPress. But as soon as I logged out, I had the same issue (vertical tiling).
Looking at Firebug, I noticed that the nextgen gallery CSS was not getting loaded. Ah ha. So I disable this plugin, and everything works fine again.
I’ve deleted this plugin and do it the old-fashioned way — editing my functions.php file to dequeue the nextgen gallery stuff.
Michael, this is great. THANKS!
I have to tweak this a bit for my own needs, but this is exactly the “secret sauce” I was looking for. Thanks for sharing.
I am getting the same thing tonight. Newest plugin version, newest CF7, and WP 3.4.2. All fresh downloads.
Any insights how to fix this???
This did NOT work for me. I’m using the Tiny MCE Advanced plugin for my enhanced editing. Is that why? I was hoping your plugin would work in that case also, given how common/popular Tiny MCE Advanced is. Or is there perhaps some other issue in my case…??
Thanks.
Forum: Plugins
In reply to: [Filter By Comments] [Plugin: Filter By Comments] How to realy use itI’ve been trying this with the same issue. Works fine with orderby_last_comment, but orderby_last_activity is not working. Just reverts back to published date.
Frustrating. This plugin is so potenitally useful. Seems something is not right with the JOIN logic??
(or are we just doing something stupid)
Using this way:
query_posts( ‘orderby_last_activity=1&category_name=teachers-blog&paged=’ . $paged);bump…
I’m interested in the same thing. Would like to give my editors the ability to clear the cache, without granting them full admin privileges.
I use Quick Cache and “Google Analytics for WordPress” plugin. They work together fine.
I apologize. Turned out to be pilot error (typo in the email address, making it badly formed and not recognized as an email).
Great plugin. Thank you!