kidkilowatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Private Site Allowed PagesHi @caseproof,
Is it possible to allow a page with a dynamic string like below? I used your code with both pages ‘workflow-inbox’ and ‘gravityflow-inbox’. The page loads, but not the content produced by the string.
/workflow-inbox/?page=gravityflow-inbox&view=entry&id=11&lid=255Thanks!
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Pin Limit?Nevermind. I found a previous support comment about how increasing the php memory limit and maximum input values on the server will fix it. That did the trick!
Thanks for the great plugin!
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Pin Limit?Actually, looks like it’s capped at 95.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Sort Orders by Billing NamePERFECT!!! Many, many thanks!
EXCELLENT! Thanks!!!
Hi Wasiliy,
Your instructions worked perfectly! Many, many thanks for your quick assistance!Ah, OK. Thanks Michael! Is there a section of code I can alter to change the redirect to wp-admin/users.php to something else after a user is approved?
Forum: Plugins
In reply to: [BP xProfile WordPress User Sync] Warning: Missing argument errorsIt’s generated by the Woffice theme. I noticed if I remove $posted_field_ids, $errors from these two lines, no error appears and the plugin still works.
636: public function intercept_wp_profile_sync( $user_id = 0, $posted_field_ids, $errors ) {
675: public function intercept_wp_profile_sync_patch( $user_id = 0, $posted_field_ids, $errors ) {
Forum: Plugins
In reply to: [Plugin: Audio Player] Random player with automatic insertionI have my track names/numbers in a post…
[audio:track1.mp3,track2.mp3,track3.mp3|titles=Song 1,Song 2,Song 3|artists=Artist 1, Artist 2, Artist 3]
and I display the post within my header file.
<?php $postslist = get_posts('include=68'); ?>
How can I adjust the random code to work with that specific post?
Thanks!!