Jacob Schweitzer
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs in wrong places and duplicating@wplamp
There is some extra things in the profile-loop.php file which could affect the output, and the theme you are using is Bootstrap based which also has tabs, its possible the theme is using those tabs somewhere and has some javascript which is causing a conflict.If you could do a view source in your browser and send me or post the output it would be helpful. Or better yet let me know the site you are trying to get it to work on so I can take a look.
Its hard to debug when I have no idea what the environment is like that you are working on. I have tested the plugin in several different themes and it works fine, so there must be a conflict with the theme or another plugin that is causing it not to work.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs in wrong places and duplicatingHi guys,
I have not been able to verify these issues, perhaps they are due to the theme you are using loading an older version of jQuery or the jQuery UI. Could you give more information about the themes you are using or other plugins that are doing similar things?The plugin has been tested and is working in WordPress 4.0. I have tested with the following themes with no issues:
- Twenty Ten
- Twenty Eleven
- Twenty Twelve
- Twenty Thirteen
- Twenty Fourteen
wainwatkins, I like your idea about only showing groups that have entries, I will consider that and look into how it could be done. The plugin is fairly simple at the moment which makes it run fast, and I would like to keep it fast.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Text Doesn't FitI am guessing this was an issue with theme, marking as resolved.
Forum: Plugins
In reply to: [WordPress Importer] Fix for Duplicate CategoriesSo it imports menus the same way ? menu-1, menu-2, etc.. when it was really the same menu?
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Removing PluginHi namrons,
Sorry about the issue, this has been fixed. Update to version 1.5.4 and then un-install, it should work fine. The problem was specific to multisite installations, ensuring that when you un-install it removes data added by BuddyPress Profile Tabs from your database from each of your sites in the multisite.Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Moving fieldsOk great thanks for finding that out.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] syntax errorAlright I have removed that anonymous function as well. I would really suggest updating the PHP version on your server or switching to a new hosting service though, as the PHP version you are using is from more than 5 years ago – PHP Version 5.3 changelog . It could cause you problems with other plugins or themes in the future, so I would suggest updating.
Yes I have fixed the problem in version 1.5.2, it was an error with uploading the plugin to the WordPress servers.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] syntax errorI’ve done some research and found this is due to the fact that your WordPress installation is running on PHP version less than 5.3 which does not support anonymous functions. Anyways I have changed the code in that file so it should fix this problem. Let me know if it is working for you now.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] syntax errorI was not able to re-produce this error. Are you using a language translation plugin ? If so, which language translation plugin ?
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] 'Add New Field Group' Not displayedThe add a new field group button is in the backend, it is a part of the BuddyPress options. You can find it in the admin section Users -> Profile Fields.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Not working with latest version of buddypressThe plugin has been updated and is verified to work with BuddyPress 2.0.1.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] excluding a tab\group of fieldsYou want to exclude the group just from displaying or exclude it from the administration area as well? This is not something that is in the scope of this plugin but something I could add in the future or make another plugin for.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] removes social linksThe plugin does not alter the way the fields are displayed, it just wraps them in tabs. There must be another plugin which is affecting the links. Is it a link at all or something like a search page which you see after clicking the link ?