Forum Replies Created
-
Author
-
RaduModerator
Hi,
I was able to reproduce that , until we fix that please use a color picker like this one : https://www.google.com/search?q=color+picker to can find the opacity that you need.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
That meaning it’s something from their plugin and nothing from them theme since the issue happens using any other theme. And the plugin author should fix this in next version, you can try to use a previous version of bbpress.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorWill wait to see their official release since rc version it’s not the final one.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Check under wp-admin -> theme options -> header options -> Main Menu Font size
It should work
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThat snippet just remove this limit (see screenshot) so that resulting that there will not be any age limit for registering.
Yes
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorDid you had installed a plugin or similar that changes the theme on mobile view, disable plugins to see the problematic one.
Can we close this ticket please since it’s offtopic.
For any new theme issue open a new ticket.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 18, 2019 at 15:00 in reply to: member types not sorting and Profile redirect not working #218813RaduModeratorNot marked as solutionRaduModeratorHi,
Indeed, verified in code the string belongs to woo-commerce domain.So try to re-sync the POT file if you are using loco translate, then look for string ‘View cart’ see if appear new string as untranslated.
If still not, please add the next php code to functions.php and change view cart with your desired sentence
https://pastebin.com/raw/5BieRnR1Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I think you can change that using a SEO plugin like https://wordpress.org/plugins/wordpress-seo/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you screenshot (containing page url) please where the button disappears and where they should be placed? Our theme just style the bbpress not removes nothing.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I wanted to say that using that snippet your current issue should be resolved. In the admin panel don’t not needed to do nothing, just add the snippet and the birthdate field should offer you the possibility to select birthday ages under 18
So the code works, i’ve tested it and that removes and fixes the issue that you report (with the age limit)
COPY CODEfunction my_custom_bp_datebox($html, $type, $day, $month, $year, $field_id, $date) { $current_year = date("Y"); $allowed_year = $current_year - 1; if($type == 'year'){ $html = '<option value=""' . selected( $year, '', false ) . '>----</option>'; for ( $i = $allowed_year; $i >= 1920; $i-- ) { $html .= '<option value="' . $i .'"' . selected( $year, $i, false ) . '>' . $i . '</option>'; } } return $html; } add_filter( 'bp_get_the_profile_field_datebox', 'my_custom_bp_datebox',11,7);
So use this instead it may be something wit the priorities attribute, in the initial function it’s 10 now 11, both works for me, you try to test with 11 it should work!!!!
I will edit also the initial reply with the 10 priority after you confirm also that it works, maybe some user search for it.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 15, 2019 at 15:19 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218633RaduModeratorGreat
Have a nice weekend
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 15, 2019 at 15:18 in reply to: member types not sorting and Profile redirect not working #218632RaduModeratorNot marked as solutionRaduModeratorSo just edit as you need, our support handles only theme problems and questions.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
That’s your customization just set the white color for the text.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
There should be the resize avatar step but for some reason the photo isn’t there or it’s very very small, in general this kind of issues are caused by some custom css from child theme or by some template of buddy-press overwritten in the child theme. so i recommend you to disable child theme by activating parent and all plugins except buddypress and the css modifications if you had place them in other place then style.css from child theme.
Make sure you have theme updated.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The snippet from there it should hack that limit : https://archived.seventhqueen.com/forums/topic/kids-date-of-birth/#post-218332
So, if you will apply that you should not have the issue with age selection on date fields.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Revolution slider caused that, i’ve deleted and re-installed the plugin
All good now, the view from mobile it’s ok and no more js errors.
I will mark the topic as resolved.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Not sure why, check the attached, install it from wp-admin -> plugins -> add new.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Kleo icons from visual compoer or what icons from the menu? can you offer some exact details please?
On your contact page they are displayed :
So you can cache the page, try to not move the css to footer or similar it you had done that in your cache plugin.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The version was released today on 14 feb, so i’m happy that you had solved the issue.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I think it’s related to the allowable avatar size in kb
add also this to bp-custom.php or in wp-config.php
//1 MB file
COPY CODEdefine( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE', 10 * 1024 )
or
COPY CODEadd_filter( 'bp_core_avatar_original_max_filesize', function() { return 5120000; // 5mb } );
https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
https://www.google.com/search?q=BP_AVATAR_ORIGINAL_MAX_FILESIZE
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 14, 2019 at 15:10 in reply to: member types not sorting and Profile redirect not working #218536RaduModeratorNot marked as solutionRaduModeratorHi,
That’s wired that seems to be a isolated issue since i cannot see that behaviour on our demo or my local install or any user installs, so for the JS error i think there you should make sure that you have latest theme version and also latest revolution slider installed and i recommend you to delete the revolution slider and to install it again it will pull the newest version.
If those are still the same i can take a look in your wp admin to see what’s wrong there but before that make sure that you have latest theme version on your server.
When i will look at that i will see if plugins or child theme causes that by deactivating them for around 5 minutes temporary to test.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 14, 2019 at 14:49 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218532RaduModeratorHi,
add tough this function into functions.php from child
COPY CODEfunction sqr_add_js_footer() { echo " <script> jQuery(document).ready(function(){ jQuery(\"input[name='signup_username']\").on('change keyup paste',function(){ jQuery(this).val(jQuery(this).val().toLowerCase()); }) }) </script> "; } add_action('wp_footer', 'sqr_add_js_footer');
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi, Yes what you need to achieve ? What’s your necessary result ? The field description says “Select you Age field. This is used to calculate members age” So that may be used to transform the birthday to ages.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 13, 2019 at 17:43 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218488RaduModeratorHi,
Sorry in the javascript code not in CSS sorry, i’ve made a typo mistake.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 13, 2019 at 17:43 in reply to: member types not sorting and Profile redirect not working #218487RaduModeratorNot marked as solutionRaduModeratorHi,
The issue that was in the past was unrelated to the WPMl plugin it was a issue with the activation key itself, so there may not be any issue with our theme you should translate buddy-press emails correctly i recommend you to take a look and if you cannot find the answer ask there : https://wpml.org/forums/topic/buddypress-emails-translation/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts