Replies
Hi Carl,
Thank you.
I have received your debug log. I don’t seem to find any thing there can may be causing the problem.The php notice will be in all browsers, I was concerned about the javascript. There is one more thing I need to test though.
Checking it on multisite now and will be getting back to you in an hour.Thank you
Brajesh- Brajesh Singh on February 14, 2016 at 9:36 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2651
Hi Matt,
I am sorry for the inconvenience. The registration fix should have fixed them too. I am checking it now and will get back to you in 30 mins. - Brajesh Singh on February 14, 2016 at 9:35 pm in reply to: [Resolved] Vbulletin albums to mediapress #2650
Hi Simon,
Thank you for posting.I am sorry but we don’t have support for such migration at the moment.
If you are familiar with WordPress coding, I can point in the direction to create the galleries and importing media using code. I can supply for WordPress side of the code but i lack familiarity with vbulletin and may not be of much help there.
PS: MediaPress media are just normal WordPress media with a few meta and parent gallery id. So if there is a script to import vbulletin Media to WordPress media, we may use it.
Thank you
Brajesh - Brajesh Singh on February 14, 2016 at 9:31 pm in reply to: [Resolved] Remove sidebar on Buddypress Profile page #2649
Hi Jay,
I am sorry but I am not familiar with Divi theme, so Can’t help much there.The only thing I can point is you need to hide the sidebars on condition bp_is_user(). If they have some type of hook for it, please do let me know and I can supply some code.
Btw, a simple solution to make all BuddyPress pages use single column layout will be copying your page template which has no sidebar and naming it buddypress.php
Hope that helps a little bit.
- Brajesh Singh on February 13, 2016 at 8:04 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2642
Thank you. Glad that it worked 🙂
- Brajesh Singh on February 13, 2016 at 7:44 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2640
Hi Matt,
The update is available again and it fixes the issue with default data on registration page.
https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/Thank you
Brajesh - Brajesh Singh on February 13, 2016 at 7:20 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2639
Hi Matt,
Thank you. I just tested and I see the problem on registration page. It is due to how we handle values. Please give me 5 minutes and It will be fixed.About the selection of default value in dropdown:- Please make sure you have setup the default value correctly in the edit field page. I can see the default value selected when I set but it is not working with conditional profile field plugin.
- Brajesh Singh on February 13, 2016 at 6:33 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2637
Thank you Matt.
I appreciate your patience in helping me fix the issue with this plugin as well as the search bug on BuddyDev.Thank you. Have a great weekend to you too 🙂
Brajesh
- Brajesh Singh on February 13, 2016 at 5:56 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2635
Thank you for confirming.
I have updated the plugin to use wp_head instead. Can you please give 1.1.6 a try. It is available here nowhttps://buddydev.com/plugins/conditional-profile-fields-for-buddypress/
Thank you
Brajesh - Brajesh Singh on February 13, 2016 at 4:29 pm in reply to: [Resolved] Conditional Profile Fields Plugin : xpfields is not defined Error #2633
Hi Matt,
Thank you. I looked at it. There are two possibilities and I will need your help to understand and fix it.1. Is that page set as registration page in BuddyPress Pages settings? The javascript is only loaded on registration page.
2. Or bp_head is not being called. In that case, I can just switch the binding to wp_head.
Please let me know if the fist case is incorrect.