makmerghen
Forum Replies Created
-
@missveronicatv I understood the second point login form can contain only one field username or email or mobile number in addition to the password field
regarding the registration form please confirm in case i want user to use username or email or mobile field to log in so at this case i must add three fields of username and email and mobile number field in the registration form using registration form designer right?
@missveronicatv
so I have to add the three fields(username, email, mobiel number) in the registration field right ?
and such as username and email is unique the code you provide will make the mobile number unique too, right?@missveronicatv I want each user to use only one unique mobile number thats why
so if I use this code users can use their mobile number to log in even if they register with another username or what ?
and another question can I make the mobile number field unique ? and how
best regards
Dear @champsupertramp thank you for the recommendation
best regardsokay thanks
Forum: Plugins
In reply to: [GEO my WP] post grid give low resolution featured imageI checked it responsive template is very great and yes it fix the resolution issue
hope in future you can add template can show in mobile 3 columns of posts together in the screen
an let us can control to show only featured image + title + excerpt + address all together or only what we want to show
as examplepost-image1———post-image2———-post-image3
post-title————-post-title————–post-title
Excerpt1—————Excerpt2—————–Excerpt3hope that can be possible for mobile view
regards- This reply was modified 3 years ago by makmerghen.
- This reply was modified 3 years ago by makmerghen.
Forum: Plugins
In reply to: [GEO my WP] post grid give low resolution featured imagethank you dear sure I will test and will let you know if I faced any issue
best regardsthanks dear
I found exactly when this happened its in the next conditions :
1- English the main Language of the site
2-select Arabic language in translatepress
3- make Arabic language is first language in translatepress
4- using subcategory option or not .
when doing this the automatic calculation button being frozenso please advise
regardsDear @champsupertramp
thank you very much and best regardsDear @champsupertramp
sorry dear it was mistake from my side
both codes work so please recommend which one I should use
best regardsDear @champsupertramp
I added as text
even after I remove the text field and I add shorcode field
it is still disappeared in profile and even in edit profile pageso please advise
best regardsDear @champsupertramp thanks a lot for the code
it works only in shortcode and it appear the user id
but
in profile form the user id field still disappeared and if I enter edit profile I found the field as empty text fieldso please advise
best regardsDear @champsupertramp
this is the code// Display field data of Ultimate Member // e.g. [um_field_data userid="10' field="company_name"] add_shortcode( 'um_field_data', 'um_custom_field_shortcode' ); if ( ! function_exists( 'um_custom_field_shortcode' ) ) { function um_custom_field_shortcode( $atts = array() ){ $defaults = array( 'field' => NULL, 'userid' => NULL, ); $atts = wp_parse_args( $atts, $defaults ); extract( $atts ); ob_start(); $user_id = um_user($atts['userid']); um_fetch_user( $user_id ); $meta_value = um_user($atts['field']); print_r($meta_value); $shortcode_content = ob_get_contents(); ob_end_clean(); return $shortcode_content; } }
best regards
Dear @champsupertramp thank you very much
best regardsDear @champsupertramp
I became sure that when activate (Use a subdirectory for the default language) option to make the second language became the main language of the site then changing language field from account page will not give effect in front end
but if it is being “no” then it will give effect and language will changewhatever thank you very much for helping
I was hope that when change language from account language field then to save the selected language to the next time that this user log in again to the site even if the selected language was not the default one of the site but this can not happened
I will contact translatepress regarding this issuebest regards