supperad1998
Forum Replies Created
-
Hi schmidt25 !
I know maybe I get you a little confusing. To make it easier to visualize, I send you a picture of my website.
https://drive.google.com/file/d/1IhyNkjenJ73ZQArxn_TA2qJikewKCdMp/view?usp=sharing
Here I want to show 1,2,3 of the banner on the left or right like this. But when using left bar or right bar option. 1,2 will overlap with the same position so it will only show up in position 1.
Thank you.Or if possible, I want a position to be able to add different groups with different display conditions.
For example: in 1 position, I can add more at the
– homepage – group banner 1
– in post page – banner group 2
current is just add condition.i things solution now is use js. You get Js path of “all select” and click it in set time out
Forum: Fixing WordPress
In reply to: Can’t set password for new usersI found solution
go /wp-admin/includes/user.php
and cmt line 179if ( ( $update || ! empty( $pass1 ) ) && $pass1 != $pass2 ) {
$errors->add( ‘pass’, __( ‘Error: Passwords don’t match. Please enter the same password in both password fields.’ ), array( ‘form-field’ => ‘pass1’ ) );}