Jacob Schweitzer
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] No tabs are showingHi DarthTater,
You do not need to download jQuery UI, it is included automatically. The plugin does use CMB but it is included in the plugin so you don’t need to add anything. You need to add profile groups for this plugin to work which is located in Users -> Profile Fields (click the “Add New Field Group” button).Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI ThemeGlad to hear that it is working fine now, thank you for your kind words.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Fatal error when BP is deactivated before BPTThanks for the heads up on this one, I will correct it in the next version.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Besides tabs, can I make it into Accordion?That page is a jQuery UI page so you can look at the themes available or make your own. Accordion would be a different implementation, and it is possible but I’m not sure it’d look as neat as tabs. Plus the name of the plugin would be confusing then, so I’d have to make a new plugin as you can’t rename plugins on wordpress.org.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Issue with new version 1.6Could you be more specific as to the problem that was occurring? The tabs didn’t show at all or they weren’t working when you clicked on them or ?
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Memeber typesThere should be options in Settings -> BP Profile Tabs. The options for member types look like this:
Tabs to show for newmembertype member type
By default all tabs will show, so if you un-check one of the tabs it will not show. Let me know if I can do more to help clear this up.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI ThemeIs this issue resolved ?
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI ThemeIn my testing I am using a custom jQuery UI theme and it works fine (the South Street theme version 1.11.4). I’d guess this is a conflict between the jQuery UI JavaScript version you are using and the jQuery UI CSS you are using or another CSS conflict. The plugin uses the jQuery UI JavaScript that is present in your version of WordPress. Let me know if you are able to resolve this by upgrading or downgrading the jQuery UI CSS.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsI’ve added this in the latest version (1.6.0). Let me know if this is working properly for you, I’ve tested in the latest versions of WordPress and BuddyPress and it seemed to work fine. You should be able to use the checkbox options in the settings to choose which member types see which tabs.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Fatal Error Redeclare cmb_get_option functionThis is fixed in the latest version (1.6.0). Let me know if there is any other errors like this or the options aren’t working correctly for you.
Forum: Plugins
In reply to: [Magic Action Box] SSL mixed content error for custom stylesI found it was coming from this function – get_css_directory() which uses wp_upload_dir(). There is a ticket on core trac related to this – https://core.trac.wordpress.org/ticket/25449. Fixed it by setting the site url to ssl.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] is it possible to hide first tab?As of right now there is no way to remove the Base field group. You can re-name it and move things into the field group to fit the title but removing it completely isn’t possible, that is a BuddyPress issue, not with this plugin.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Where to put the Custom jQuery UI Theme?You could upload the folder to anywhere that is publicly accessible – so it could be another folder in your theme or in the uploads folder or in dropbox even. Then just add the URL to the jquery-ui.css file as the “Custom jQuery UI Theme”. For example as a test I used this URL for the option –
http://code.jquery.com/ui/1.11.4/themes/south-street/jquery-ui.cssForum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsWhat plugin are you using to associate profile fields / groups with a member type? The only way I could see doing this as of right now is to make some change that would allow people to put a piece of code in their theme that would allow hiding tabs for specific member types. Either that or making a full integration with member types to show or hide them in the Profile Fields creation / edit screens. The 2nd way would be better but a lot more work and I’m not sure how many people are using member types right now, its a pretty new feature still. I will look more into these options..
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] What happened Jacob?I’ve gotten a new job and have been transitioning over while still keeping some old clients, so I’ve been very busy, sorry about the lack of a reply on my part.