Search Results for 'wordpress'
-
AuthorSearch Results
-
July 23, 2018 at 10:10 am #275400
In reply to: Cannot read property ‘selector’ of undefined
Dinesh Kesharwani
ParticipantHello @r-a-y
I am also using fresh WordPress setup, but still facing the issue. Here are the setup environment details:
WordPress: 4.9.7
BuddyPress: 3.1.0
Twenty Seventeen: 1.6I enabled script debugging by adding following code to wp-config.php:
define( 'SCRIPT_DEBUG', true );The issue is arriving when I am opening customizer from any page, either I am in Appearance section or Pages.
I tried one setting in BuddyPress and issue gone. I changed Template Pack from BuddyPress Nouveau to BuddyPress Legacy in
Admin Panel > Settings > BuddyPress > Options tab > Main Settings > Template Pack.When changed “Template Pack” to “BuddyPress Legacy” it’s not loading any js containing
wp.customize.control, so it’s not generating any error.July 22, 2018 at 10:39 pm #275353In reply to: Cannot read property ‘selector’ of undefined
Tushar
ParticipantHello @r-a-y
This error is occurring with all themes, either it’s on wordpress.org theme repository or any other source. Here I am attaching screenshots of WordPress’ default themes, from Twenty Ten to Twenty Seventeen.
1. Twenty Ten: https://i.imgur.com/kZUxTUD.png
2. Twenty Eleven: https://i.imgur.com/wMYZtfv.png
3. Twenty Twelve: https://i.imgur.com/rEng3N8.png
4. Twenty Thirteen: https://i.imgur.com/8tHqZ1D.png
5. Twenty Fourteen: https://i.imgur.com/rY2nZwM.png
6. Twenty Fifteen: https://i.imgur.com/3wrlQ0s.png
7. Twenty Sixteen: https://i.imgur.com/1PZB9Ka.png
8. Twenty Seventeen: https://i.imgur.com/suQPI1E.pngThis error is occurring due to
buddypress/bp-templates/bp-nouveau/js/customizer.min.js.July 22, 2018 at 7:22 am #275376In reply to: Featured Plugin Suggestion
Venutius
Moderatorthis might be closer to what you are looking for: https://wordpress.org/plugins/buddypress-verified/
July 21, 2018 at 4:41 pm #275367In reply to: Cannot read property ‘selector’ of undefined
r-a-y
KeymasterSorry, I cannot duplicate this on a fresh install of WordPress 4.9.7 and BuddyPress 3.1.0, using Twenty Seventeen and launching the Customizer.
Any steps to duplicate from a fresh install? What page are you attempting to launch the customizer from?
If you want to help debug the uncompressed javascript, add the following to wp-config.php:
define( 'SCRIPT_DEBUG', true );And note down the JS console message.
July 21, 2018 at 12:57 pm #275366In reply to: Bug in BuddyPress Simple Events (and how to fix it)
shanebp
ModeratorPlease use the
codebutton when sharing code.Thank you for this report and suggested fix.
Typically, bug reports are submitted in the support forum for a specific plugin.
The plugin has been updated.July 21, 2018 at 8:22 am #275357In reply to: Cannot read property ‘selector’ of undefined
sushant88
ParticipantNo it is not theme specific,
As I posted in my query, in basic troubleshooting I changed the theme, and issue remained.
It was persisting with default theme and our custom themes as well. The issue also persisted when we installed the demo wordpress website from the scratch.July 21, 2018 at 12:05 am #275349In reply to: Users are asked for Activation
r-a-y
KeymasterWhat I’m asking is, is a user suppose to get a separate email with the activation code that they copy paste into?
When a user completes registration, the user should get an activation email which looks like this:
Thanks for registering! To complete the activation of your account, go to the following link: example.com/activate/XXX/XXXis the activation key. When the user clicks on this link, the activation page should show a form with the activation key already populated. The user has to submit the form to activate their account.For those with custom themes, that activation key might not be automatically populated into the form. This has caused a few support forum threads like this one to pop up.
The fix for custom themes is noted here:
If you are not using a custom BuddyPress theme, then you can also try changing your theme to a WordPress default one to see if your problem still exists.
July 20, 2018 at 11:57 pm #275347In reply to: Cannot read property ‘selector’ of undefined
r-a-y
Keymaster@sushant88 @tushar4monto Does this occur with all themes or a specific one?
If it is a specific theme, is the theme freely available on the wordpress.org theme repository? If so, which one?
July 20, 2018 at 11:54 pm #275346r-a-y
KeymasterWe already have a ticket about this:
https://buddypress.trac.wordpress.org/ticket/7894July 20, 2018 at 10:11 pm #275345Henry Wright
ModeratorTrac is the best place to report bugs. See https://buddypress.trac.wordpress.org/
You can use the same username and password you use here in the forum.
July 20, 2018 at 12:43 pm #275326In reply to: Cannot read property ‘selector’ of undefined
Tushar
ParticipantHello
I get the same error. with default WordPress theme.
Uncaught TypeError: Cannot read property ‘selector’ of undefined
Please check the link. some settings options not working with this error. if I uninstall this plugin then all options are working.July 20, 2018 at 11:32 am #275322In reply to: Cannot read property ‘selector’ of undefined
sushant88
ParticipantBuddy press is not letting WordPress’ customize function play well. following error is thrown when we try to customize WordPress page
customizer.min.js:1 Uncaught TypeError: Cannot read property 'selector' of undefined at HTMLDocument.<anonymous> (customizer.min.js:1) at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2) at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2) at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2) (anonymous) @ customizer.min.js:1 i @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2 fireWith @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2 ready @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2 K @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,wp-a11y,wp-util,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-&load[]=ui-draggable,jquery-ui-droppable,backbone,wp-backbone,jquery-ui-resizable&ver=4.9.7:2Disabling the plugin allows us to customize the front page. We were able to reproduce the error with different wordpress setup on both linux and windows.
1. Which version of WordPress are you running? 4.9.7
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? subdirectory
4. Did you upgrade from a previous version of WordPress? If so, from which version? no
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
6. Which version of BP are you running? 3.1.0
7. Did you upgraded from a previous version of BP? If so, from which version? no
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? advanced-custom-fields-pro
9. Are you using the standard WordPress theme or customized theme? twenty fifteen, sixteen, seventeen,
10. Which theme do you use ? twenty fifteen
11. Have you modified the core files in any way? no
12. Do you have any custom functions in bp-custom.php? no
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.14
14. Please provide a list of any errors in your server’s log files. there were no error
15. Which company provides your hosting? cloudways
16. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux, Apache
Basic Trouble Shooting:
> changed theme , issue persisted
> disabled all plugins except BuddyPress,
> reinstalled buddy press and removed caching entirely
>
issue persistedJuly 19, 2018 at 6:30 pm #275308r-a-y
KeymasterThe problem is with BP Better Messages:
https://wordpress.org/support/topic/404-if-user-isnt-logged-in/I tested the plugin in BP v2.9.4 and v3.1.0 and when not logged in, the link 404s and doesn’t redirect either way.
A way to fix this is if the plugin added a subnav at this line:
https://plugins.trac.wordpress.org/browser/bp-better-messages/trunk/inc/component.php#L170// Add the subnav items to the profile. $sub_nav[] = array( 'name' => 'Inbox', 'slug' => 'inbox', 'parent_url' => trailingslashit( bp_displayed_user_domain() . $this->slug ), 'parent_slug' => $this->slug, 'screen_function' => array( $this, 'set_screen' ), 'position' => 10, 'user_has_access' => bp_is_my_profile() );Or BP Better Messages could write their own redirector code if the user isn’t logged in.
July 19, 2018 at 5:53 pm #275306r-a-y
KeymasterA couple of us replied to the Trac ticket that Dave posted:
https://buddypress.trac.wordpress.org/ticket/7932In order to avoid forking the discussion, I’m going to close this thread.
July 19, 2018 at 1:01 pm #275296Venutius
ModeratorFor bug reports there is https://buddypress.trac.wordpress.org/ by default BP does not use the email address to create the username. If your site is doing that then something is changing the default behaviour of BuddyPress.
July 18, 2018 at 10:24 pm #275293Rev.
ParticipantAnd finally, I just noticed that this forum is correctly showing my Username as “@pastordatm” which it should be on my site, https://datm.org/ under the Member profiles for BuddyPress.
QUESTIONS: Is this the correct sub-forum for the BuddyPress developers to see this bug report? Is there a Bugzilla bug tracking log (or similar) that has WordPress User access to see if this bug has been reported before? It may need updating for BuddyPress Version 3.1.0 now.
As always, thanks in advance for any assistance that can be provided towards this issue.
Pastor Dave
July 18, 2018 at 4:09 pm #275284In reply to: general doubts and questions
Venutius
ModeratorBP essentally uses the same login as WordPress, there’s a lot of ways of customising it though, depending on your knowledge. There’s various custom login plugins, including Theme My Login, which allows you to change a lot of the login functionality.
BuddyPress provides the following
Extended User Profiles
Groups
Messaging
Friends
ActivityForums can be added to groups if you install bbPress.
For standalone forums you only need bbPress
July 18, 2018 at 4:01 pm #275283In reply to: general doubts and questions
septimo
ParticipantI’m watching videos and forum tutorials and they tell me that Buddypress is a forum plugin … inculso in a page appears as one of the best forum plugin .. if the plugin does not achieve this I want to know;
with this plugin or is there any other way for them to register on my website outside of the wordpress pre-filled login panel?
Can I create another page or route?
July 18, 2018 at 7:44 am #275276In reply to: Problem: Cropping image doesnt work in profile!
r-a-y
Keymaster@redshujin – Change your theme temporarily to a WordPress default theme and give it another try.
If that doesn’t work, set up a fresh install of WordPress (either locally or somewhere else on your server) and only have the BuddyPress plugin activated. Next, attempt to upload a photo. If that works, then it has something to do with your particular install. Probably due to a plugin.
July 18, 2018 at 7:40 am #275275r-a-y
KeymasterSomeone reported an issue involving 404s that might be related to this forum thread.
To those experiencing 404s with custom profile or group subnav pages, can you try the following fix?
https://buddypress.trac.wordpress.org/attachment/ticket/7931/7931.01.patchJuly 18, 2018 at 3:03 am #275269In reply to: Can’t seem to work on Yoast SEO plugin
balebond
ParticipantI just implemented this approach.
I’m still reviewing the impact but so far so good I guess. Took out the part referencing buddyblog since I’m not using that plugin.
July 18, 2018 at 12:27 am #275265In reply to: Problem: Cropping image doesnt work in profile!
redshujin
ParticipantI am having this issue on our site. It is running KLEO Child theme. When a user tries to upload an image for the avatar you will only see a small box in the left top hand corner of where the picture preview should be. I have tried Chrome and Firefox browsers in which this happens on both. I have attempted to deactivate plugins and am not seeing this resolving. Please let me know what additional troubleshooting that you would like to see done or tested and I would be glad to do what I can to assist
WordPress 4.9.7
BuddyPress 3.1.0July 17, 2018 at 5:02 pm #275259In reply to: in Activation link the variable “key” is missing
pauapau
Participanti found the reason
in https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-members/screens/activate.php?marks=98#L62
at:line 101i found the reason. php thinks $user->errors is not empty. but it is.
so $user->errors is empty. as my error_log says
[17-Jul-2018 16:51:26 UTC] error activte :cheers pauapau
July 17, 2018 at 2:58 pm #275253In reply to: in Activation link the variable “key” is missing
pauapau
ParticipantThank you for you help guys!
i installed wordpress and buddypress new. There is still the same issue.
any idea?July 17, 2018 at 2:49 pm #275252Venutius
ModeratorWhat you could do is use something like https://wordpress.org/plugins/all-404-redirect-to-homepage/ and configure that to redirect ll 404’s to the login page.
-
AuthorSearch Results