Steven Word
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Automatic Friends] Stop Friend Request EmailsForum: Plugins
In reply to: [WP Present - beta] Shortcode for WPresent[wppresent src=https://wppresent.com/blog/presentation/wp-present/embed/ w=1024 h=300]
Let me know if you have any trouble.
Forum: Plugins
In reply to: [BuddyPress Automatic Friends] No Menu Item in WPMUResolved
Forum: Plugins
In reply to: [WP Present - beta] OptimizePress 2Thanks @torkild,
A service wrapped around this plugin is already in the works. [Moderator note: Please keep all support on these forums]
Forum: Plugins
In reply to: [BuddyPress Automatic Friends] No Menu Item in WPMUIn the Network Admin check for “Automatic Friends” in the Users menu.
https://localhost/wp-admin/network/users.php?page=s8d-bpaf-settings
Forum: Reviews
In reply to: [BuddyPress Automatic Friends] Works perfectly!Thank you for the review! I’ll take a look at groups for a future release.
Forum: Reviews
In reply to: [WP Present - beta] Wonderful!!!Thank you!
Forum: Reviews
In reply to: [WP Present - beta] Promising, keep going!Thanks Jan! I’m hoping to get mostly wrapped-up during the holidays, but we’ll have to see how it goes.
Forum: Plugins
In reply to: [WP Present - beta] Slides are not displayedCan you let me know what browser/os you are using so I can look into this?
Would you refresh your permalinks (visit the permalinks setting page in the admin) and then go back to see if you can view a presentation. Any additional details are greatly appreciated.
Forum: Plugins
In reply to: [WP Present - beta] Slides are not displayed@prometheus Fire
The customizer issue has been resolved.
Forum: Plugins
In reply to: [WP Present - beta] Slides are not displayed@prometheus Fire
The customizer issue is known and I’m putting a band-aid on the problem until I can get a patch into core.
As far as the blank slides, can you help me out by testing this one thing? Go into the admin and take a look at the permalink settings. You don’t need to save them or anything. Then go back to the presentation and let me know if it renders?
Forum: Plugins
In reply to: [BuddyPress Automatic Friends] can't Login if plugin is activeHi Monika,
The error you are receiving is from a different plugin,
/buddypress-extended-friendship-request
and not this one. This plugin may be conflicting with BPAF and I would contact the author of this plugin for resolution.@crazywhistlepig — Not at the moment, but I will consider adding this feature to a future release.
Forum: Hacks
In reply to: WP_Query FiltersThank you for the reply. I was able to get the code working with a small tweak.
$published_query_string = "author=$user_id&post_status=publish"; $publishedQuery = new WP_Query(); add_filter('posts_where', 'filter_where_custom'); $publishedQuery->query($published_query_string); while ( $publishedQuery->have_posts() ) : $publishedQuery->the_post(); do_some_stuff(); endwhile;
Once I realized I was not including the filters on the page I was working with, think started progressing quite a bit faster. ??
Forum: Fixing WordPress
In reply to: Can’t access dashboard; getting two errorsFound my issue
ABSPATH is defined in /wp-admin/admin.php so that is the most obvious place to look for an error.
In my case, this file existed but was empty. I’m guessing it was the result of a file transfer error during the last upgrade.
My Solution:
Download a copy of wordpress that matches your version number. Replace the /wp-admin/ with the one from your fresh install version.The version repository can be found here: https://www.ads-software.com/download/release-archive/