Jason Pelker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make Admin menu accordion?+1
Anyone have any suggestions for this?
Forum: Plugins
In reply to: [Admin Columns] Suggestion for Media columns: Download LinkIt wasn’t a complete solution, but I actually edited the built-in media row:
add_filter('media_row_actions', 'oikos_add_media_file_link', 10, 3); function oikos_add_media_file_link( $actions, $post, $detached ) { $actions['view'] = wp_get_attachment_link( $post->ID, 'full', false, false, 'Download'); return $actions; }I’d still love to see your plugin incorporate download links wherever feasible ๐ So thank you for adding the suggestion to Github!
- This reply was modified 9 years, 7 months ago by Jason Pelker.
- This reply was modified 9 years, 7 months ago by Jason Pelker.
Forum: Plugins
In reply to: [Hotjar Connecticator] ERROR -> The plugin doesn't have a valid headerSame. Bump.
Forum: Plugins
In reply to: [Device Mockups] CSSJustin,
You’re a boss. Thanks for staying up late and squashing this bug. Mockups works with Beaver Builder like a champ, now. See the proof in the hero section here: http://wpgenius.com (desktop only).
— Jason
Forum: Plugins
In reply to: [Device Mockups] CSSIs my plugin adding extra p and br tags even when it’s not being used?
Yep. That’s the issue. The extra characters disappear on deactivation.
Forum: Plugins
In reply to: [Device Mockups] CSSThe plugin is currently activated, but no shortcodes appear on the page as of right now (the mockups do appear fine when they’re placed, though, and they look great).
Forum: Plugins
In reply to: [Device Mockups] CSSJust kidding…it’s not extra CSS. It’s extra paragraphs and line breaks.
I’m using a page builder. I assume it automatically disables wpautop, while Device Mockups *enables* this feature.
Thoughts?
Forum: Plugins
In reply to: [upPrev] Trademark InfringementDoes that mean I can create an plugin called “WordPress”?
Sure can’t. There’s a difference between free use of code and unauthorized use of a trademark.
More information:
Btw, this is me asking nicely.
Forum: Plugins
In reply to: [Simple History โ Track, Log, and Audit WordPress Changes] RSSLet’s pretend my secret feed is: https://www.secretfeed.com/?simple_history_get_rss=1&rss_secret=vwfqlewyzobrqihsvfjw
Is it possible that the ‘https’ is throwing errors? Or something else I’m not seeing?
The validator didn’t even pick up the secret feed. When I ran the actual RSS link through it, it simply grabbed the main feed of the site.
Btw, thanks for your help. I didn’t expect you to answer Pรคr, but it’s highly appreciated.
FTP into your site, navigate to the wp-content/plugins folder.
Rename the folder “wordpress-seo” anything else (I just add an underscore).
This will deactivate the plugin and your site will restore.
Forum: Plugins
In reply to: [Updater by BestWebSoft] This plugin rarely worksI’ve entered a request ticket via your site. To that, I’ve attached a system info printout.
(And yes, I can update plugins manually.)
P.S. I will keep this post updated with any new information I receive from you. It’s important for other folks who might encounter this issue to see how it’s resolved.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Stripe CheckoutAny updates on this? Checkout is beautiful and fun (or at least I think so). I’d love to implement it. Thanks!
Forum: Plugins
In reply to: [Advanced Automatic Updates] Non ww.wp.xz.cn hosted (or premium) updatesWhat about an option menu listing each plugin with a checkbox allowing an update opt-out?
Otherwise, third-party updates trigger failed update attempt after failed update attempt, spiking the site’s RAM and sending dozens of emails to the admin.
As a bonus, this option menu would also prevent accidental updates of customized themes and plugins.
I’ve deleted the plugin, the cache, and several tables from the database. Still, site editors can not see the “Dashboard” tab in wp-admin.
How does still issue persist even though the plugin and its remnants have been removed? Are the settings hiding in an otherwise benign database table?
Forum: Plugins
In reply to: Submittable estimate formI’m building a web development estimate plugin currently and it might be ready before the end of the week.
Email [email protected] if you’d like to test out the plugin before it launches.