khuemann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website with department managementI have looked into wordpress multisite; however, the problem is that I need a global menu that has the pages that the deparments create. I also need the search, events, and categories all shared between departments.
I have found that multisite would not be beneficial for having all of these things global. I have found that using swith_blog() hook can go between sites to grab site menus, but I have heard this is really bad to do on the front end.
If there is a plugin that can load menus within menus dynamically then I think I could do what I am after with some basic user permission plugins.
Unless there is already a department plugin.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Clicking on tab, styles the page incorrectly@sensibleplugins I was speaking with you yesterday about the problem in the settings page. I have been using a pagelines theme and I am using a template packet for buddypress that makes buddypress match pagelines. However, I would not think the admin backend of wordpress would not be effected by what theme I am using.
However, I hope my information helps! I really can’t wait to be able to use the plugin ??
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Settings page not loading properlyThat is the whole code. I double checked and that is everything. Im not sure what happens when I access the plugin settings but most of the fundamental wordpress functions stop working and the page source code doesn’t render correctly when I access the plugin settings.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Settings page not loading properlyWhat do you mean? I pasted the source code on the pastebin website. Is there some other information you would like to know?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Settings page not loading properlyOk here is the src code for the settings page. It doesn’t look like some of your hooks are working correctly. Or it could be that I am working in a localhost host.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Settings page not loading properlyI am having the same issue as serge417. The settings page loads without any css and it will not update my profile menus.
Here is a picture of the issue. I am using the plugin on a localhost site if that makes any difference.
<img src=”https://2imgs.com/2i/t/111f0d27f4.jpg” alt=”2i – image hosting for free” title=”2i – image hosting for free”>
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Custom Post Type ErrorIf you look at the bottom of the errors, you can see “Anderson Camps” this is a custom post type. So it is working, but I am getting all of these errors that flood the multiselect box options.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Custom Post Type ErrorYes, I have the custom post type selected in the admin for the xprofile custom field.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Custom Post Type ErrorI do have custom post types created. I am using Buisness Directory Plugin, and I know that they use custom post types for the directory listings. I shows the listing at the bottom of the warning, I just don’t understand why its showing the warning in the first place.
Forum: Plugins
In reply to: Custom Posts type 'profile' editable laterSome of the stuff that needs to be in the custom post type will be:
-Camp type (Checkbox: day camp, night camp, family camp)
-Gender (Checkbox: Male only, Female only, Coed)
-Activities offered (checkbox: swimming, climbing, arts & crafts etc.)
-Website URL
-Session dates and prices (Example: Session 1 June 1 – June 14 $3000, Session 2 June 15 – July 8 $4000)(This may need to be a post in itself)
-Special needs offered (Checkbox: ADHD, Visually Impaired, etc)
-Waterfront (Checkbox: Lake, river, pond, ocean)
-Accreditations (Checkbox: ACA, etc.)
-DescriptionI would like all of these to be searchable and all of the information contained in the custom post type.