tinyCoder
Forum Replies Created
-
Hi, thanks for the reply.
Yes, users appear in the directory, every directory shows it’s own users correctly, but the filters are not showing in the main members directory.
Thank you.
Forum: Plugins
In reply to: [String locator] No results were found, no matter what i typeAwesome man! works fine now ??
Thanks.
Forum: Plugins
In reply to: [BuddyDrive] Conflict with WPMLSame problem here also, is there any fix yet please?
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnectedYes, a conflict from a plugin. Actually it was a plugin written very bad! very very bad! it includes tons of javascript and css that breaks the whole control panel without even taking care about http and https while including them, I had to modify it myself to render the styles and scripts only on the needed plugin page.
Thanks for the reply.
Forum: Plugins
In reply to: [Polylang] Make Polylang compatible with BuddyPressHi, I installed the plugin I mentioned up there, then went back to buddypress settings->pages and click save.
Now your
website.com/en/members
will work!The plugin is still unstable and needs some development but it fixes the problem that the pages are empty.
I hope this helps.
Forum: Plugins
In reply to: [WP Admin UI Customize] Sidebar Menu Items DuplicatedHi, I have the duplicated items only on EDUCATION SYSTEM menu which is LearnDash plugin, If I reset the menu and rebuild it again, the duplicate comes back only to LearnDash menu!
Forum: Plugins
In reply to: [Polylang] Make Polylang compatible with BuddyPressI found this awesome plugin!!!
https://github.com/awsmug/multilanguage-buddyPress-with-polylangFantastic, solved my issue.
Forum: Plugins
In reply to: [Polylang] Make Polylang compatible with BuddyPressYou will have a problem with pages, BuddyPress doesn’t recognize the “members” page if you access it from “www.site.com/en/members” .. and that’s for other pages too, and you will have other problems if you put the language code in the subdomain, does someone know how to fix this?
- This reply was modified 8 years, 1 month ago by tinyCoder.
Forum: Plugins
In reply to: [Loco Translate] “Save” button in Loco Translate does not workHi, I have the exact same problem, I have LearnDash installed but I was translating a normal theme that is designed for LearnDash, it was working perfect but suddenly stopped, here are some useful info:
Image for the Error: https://s27.postimg.org/jmzttt4fn/Screen_Shot_2017_01_24_at_12_26_32_PM.png
Ajax Request Headers (Without Cookies):
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: xxxxx.ca
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://xxxxx.ca/wp-admin/admin.php?path=languages%2Fthemes%2Fthrive-ar.po&bundle=thrive&domain=thrive&page=loco-theme&action=file-edit
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Content-Length: 161305
Connection: keep-aliveNothing is returned from the ajax request, is there anything I can provide to help fixing this issue?
Thanks.
Forum: Plugins
In reply to: [Loco Translate] Problems saving and translation not showingSorry, posted in wrong thread.
- This reply was modified 8 years, 1 month ago by tinyCoder.
SOLVED!
The developer forgot to include hidden groups in the query, doing this solved the issue, i can see the groups now:
$groups_arr = BP_Groups_Group::get( array( 'type' => 'alphabetical', 'per_page' => 999, 'show_hidden' => true ) );
File: wp-content/plugins/buddypress-learndash/includes/bp-learndash-groups.php
Line 79hope this helps somebody.
Note for the developer:
$groups_arr = BP_Groups_Group::get( array( 'type' => 'alphabetical', 'per_page' => 999 ) ); print_r($groups_arr);
This returns an empty array! even if I have 10 groups.
Forum: Plugins
In reply to: [String locator] No results were found, no matter what i typeYes, that worked
/Add this/si
I think everything was working fine few months ago the last time I tried the plugin.
Thanks man, I hope you could find the problem soon, good luck.
Forum: Plugins
In reply to: [String locator] No results were found, no matter what i typeSure, check this:
https://s29.postimg.org/e455bw6br/Screen_Shot_2017_01_19_at_10_26_19_PM.pngWhile it is exists in the plugin:
<p><?php printf( __( ‘Add this %s to a BuddyPress group.’, ‘buddypress-learndash’ ), LearnDash_Custom_Label::label_to_lower( ‘course’ ) ); ?></p>Even tried searchinf for: bp_learndash_metabox_function
While it is exists:
public function bp_learndash_metabox_function( $post ) { wp_nonce_field( plugin_basename( __FILE__ ), $post->post_type . '_noncename' );
No result.
I have the same problem and came here to report it, please find us a fix soon!