Replies
- Brajesh Singh on August 17, 2016 at 1:11 pm in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #5129
Thank you Leigh.
Regards
Brajesh - Brajesh Singh on August 17, 2016 at 11:39 am in reply to: BuddyPress Ajax Registration – keep loading after hitting register #5127
Hi Brandon,
Did you ask WPLMS guys to fix the bug in their theme? I will help you but need to know their response. - Brajesh Singh on August 17, 2016 at 10:19 am in reply to: [Resolved] Embed external web page into WordPress Page or Post #5123
Hi Dandy,
You can open a new popup window using window.open method as you may see herehttps://developer.mozilla.org/en-US/docs/Web/API/Window/open
Hope that helps.
- Brajesh Singh on August 17, 2016 at 7:54 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #5122
Hi Leigh,
The plugin is theme dependent for css selector.For your current theme, Please put this in bp-custom.php
function bpgclite_custom_selector( $selector ) { return 'body.is-single-group .site'; } add_filter( 'bpgclite-css-selectors', 'bpgclite_custom_selector');That will work. In future I will be thinking of giving site admin otpions to enter their selectors instead of writing code.
Please let me know if it work or not?
Thank you
Brajesh - Brajesh Singh on August 16, 2016 at 2:15 pm in reply to: bp Ajax registration for lost password page #5119
Hi,
WPLMS has a redirection bug even if you disable it n the backend. Please see my solution hereCurrently Login/Forgot password is not available in the plugin but I will add that in next 2-3 days as I have seen too many demands for the same.
Thank you
Brajesh- This reply was modified 9 years, 10 months ago by
Brajesh Singh.
- This reply was modified 9 years, 10 months ago by
- Brajesh Singh on August 16, 2016 at 1:00 pm in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5117
I am sorry but I don’ know why it is happening if you upgraded. It is working fine on my install.
Please make sure that your changes are present and not lost in upgrade. I don’t know if I can do much about it.
- Brajesh Singh on August 16, 2016 at 12:57 pm in reply to: [Resolved] Embed external web page into WordPress Page or Post #5116
Hi Dandy,
Browsers won’t allow that with this page.The problem is iframe inside iframe/embed is not allowed by browser security policies. That page contains an iframe leading to the problem.
There is no solution to that unless the site is providing an iframe free version of pages.
Hope that clarifies.
- Brajesh Singh on August 15, 2016 at 11:03 am in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5111
Hi Simon,
No you don’t have to do anything in your theme. The templates that you have customized should remain there. That’s the purpose of the templates. - Brajesh Singh on August 15, 2016 at 5:44 am in reply to: bp Ajax registration for lost password page #5109
Hi Emanuel,
Thank you for purchasing the plugin.Do you want to show the form when the Register button on that page is clicked? or do you mean you want the login/forgot password functionality with it?
You are most welcome.