VFHwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Scaling for lots of rowsThanks for the response. That’s pretty much what I’m doing. But if I decide I need to hide a column or change a display setting, the only place to do it is the edit screen.
Maybe it’d be an easier approach to just separate out the table display/settings from the data.
I’m not sure how many people are running 4000 row tables through this plugin. So maybe I’m an edge case.
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite posts with thumb and excert …please?I’d like this feature too. But as an option I can turn on/off on the widget.
Forum: Everything else WordPress
In reply to: The New Scrolling is TerribleGlad to hear I can turn it off on a per user basis. Would prefer that as a global site setting.
I’ll try to run some tests and see if I can figure out whether or not it’s a plugin conflict.
It seemed to work OK with short posts, but with long ones, especially with a lot of media, it failed horrifically.
This seems like a UI element that didn’t need fixing. The scrolling content window was straightforward and intuitive.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache error even though not installedThe problem seems to have been the WP Super Cache additions to my wp-config.php
Thanks for the help!
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] How to get values from checkboxJust adding my voice to the thread. I’m having the same issue with checkboxes. cdodge’s fix worked for me, but what a pain in the but to do that for every checkbox on every form.
Hoping they fix this in the next update.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] 'Other' Check Boxes ValueI was mistaken about this being limited to entries where “other” is selected. I’ll close this out and a start a new thread.
Forum: Plugins
In reply to: [Post Type Switcher] Saving Draft… not completing in WordPress 3.9Just chiming in to say I’m experiencing the same problem. Have disabled the plugin for now and will wait for the update.
Forum: Fixing WordPress
In reply to: Publish and save disabledI’ll try replicating the issue with all plugins off and a default theme. Since I’m seeing it across different WP sites I thought it might not be a plugin issue. But they may all be sharing a common plugin that’s to blame.
Forum: Plugins
In reply to: [SoundCloud Is Gold] Broken with WP 3.9Just chiming in with the same issue.
Forum: Fixing WordPress
In reply to: Visual Editor Broken in 3.9It looks like it’s Soundcloud is Gold for me. Well I really need that plugin so I guess it’s time to roll back to 3.8.3
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Integration with Authorize.netThanks for the reply. I think you’re right, I need to look for another solution.
Forum: Plugins
In reply to: [SoundCloud Is Gold] targeting the playerBump.
As far as I can tell, you can’t modify the capabilities of your custom post type with CPT UI.
So what I’m going to do is move the custom post type in question from CPT UI to my functions.php file instead. CPTUI even gives you the code to copy/paste.
Then I’ll add the capabilities needed per this example:
http://justintadlock.com/archives/2010/07/10/meta-capabilities-for-custom-post-typesForum: Plugins
In reply to: [Youtube Channel Gallery] Clicking on thumbnails does not update player.I’m having the same trouble. Anybody have any suggestions about how to fix this?
Forum: Fixing WordPress
In reply to: Images with captions become not visible in adminI’m having the same problem. The images are actually there in the admin, you just have to scroll to find them. The problem seems to be that the caption wrapper is really, really wide.
Is that what you’re experiencing?
I’ve noticed that when I switch to a theme like Twenty Twelve, the captions look fine. Is there something I can do in my theme css to help while the devs look into this?