Dana S on "[Plugin: Related YouTube Videos] results based on post title and...
Thanks for the update :) I tried your code "'terms' => get_post_meta($post->ID, 'release_date', true)," and retrieving results based on this meta_value worked, but I'm having trouble retrieving...
View ArticleIbnul H. on "[Plugin: Custom Team Manager] Is there a maximum number of...
The issue is resolved on the version 2.1.0 Added Ajax members loading and setting page. Thanks for using my plugin.
View ArticleJonathandejong on "Unable to push new plugin to subversion containing folder...
Hi! I've created a new plugin and it's gotten approved to join the wordpress.org/plugins library. When trying to do the initial submit of /trunk I get these errors: svn: E195023: Commit failed (details...
View ArticleConduciveMammal on "Troubles installing/updating plugins on WP Multisite"
Ever since I installed WordPress 4.0 on my Multisite, I've been having troubles installing and updating plugins. After I click 'install' or 'update', it gets to the initial downloading part but just...
View ArticleKatsuragi on "Selling text (articles) through plug-in"
Dear all, I make a living as a freelance copywriter. Disgruntled with the current state of the platforms for copywriting (Odesk, Textbroker etc), I combined with a couple of fellow writers to offer our...
View ArticleMiksLatvis on "[Plugin: Post Series] Inserted code appears twice"
Hi, sorry for the bug, this will be fixed in the next update. It is coming very soon!
View ArticleMiksLatvis on "[Plugin: Post Series] Inserted code appears twice"
You're welcome! Plugin is now updated and tested with the new WordPress 4.0. In the next update I'm planning to add a new default style (flat, modern looking). I'm also thinking about including...
View Articleschmitty4437 on "Contact Form for a Business"
I apologize in advance. I'm very new to wordpress. I was curious if there is a contact form plugin that allows you to enter multiple emails addresses for different departments? Basically, something...
View ArticleTara on "Not sending trackbacks"
try this plugin's designated support forum: https://wordpress.org/support/plugin/stealth-publish
View Articledandr69 on "Not sending trackbacks"
I tried there, no answer. I thought maybe someone had this problem before. Or i could try something diffrenet.
View ArticleChris on "[Plugin: Related YouTube Videos] results based on post title and...
Just for the sake of confusion :) I think this would be the nicest or cleanest way to this: /* Load the "Related YouTube Videos" API class if it does not exist yet. */ if( !class_exists(...
View Articleerikacon on "Trouble signing in"
ceconn.com/say-cheese I have the correct username and password but still it won't let me sign in. This site also has the big warning page and I can't get in order to delete slagglishios plugin which is...
View Articletoddhol on "[Plugin: WP Permastructure] WP 4.0 broke my custom permalinks"
Mike, I did get the problem resolved. I had been using a plugin called "Custom Post Type Permalinks" which had been working for me until the upgrade. I removed the plugin and reinstalled it (even...
View ArticleJimmy K. on "[Plugin: Disable Site] site still up even when plug is enable"
Hello! Have you tried removing the contents of the Allowed IPs setting? Your local IP address might be in the box, allowing you to bypass the splash page.
View ArticleRichard Wawrzyniak on "Trouble signing in"
If you have FTP or cPanel access you can rename the plugin folder which will deactivate it. See the following troubleshooting steps for more detail:...
View ArticleGiaP on "Contact Form 7 Range Slider Output Number"
Hi couple of questions and first, really really appreciate you posting your solution!! 1. Just a bit confused about execution: $(".range-24").append(html); $('#budget_range').on("change mousemove",...
View ArticleGiaP on "Contact Form 7 Range Slider Output Number"
If it helps, here is what I have so far... <script> var budget = 0; var min_year = 1897; var max_year = 1996; html = '<input type="range" name="birth-year" step="1" class="wpcf7-form-control...
View Articleamishdirect on "Contact Form 7 Range Slider Output Number"
You still had parts of it calling my old script (#budget_range). I changed it all up for what I think you're looking for. Here you go :) var year = 1897; var min_year = 1897; var max_year = 1996; html...
View Article