-
Posted a reply to Copy text from text field to another textfield with press of a button, on the site WordPress.org Forums:
Is this script is closer than your idea ? https://www.w3schools.com/code/tryit.asp?filename=FE40ATRAYOYC In this case, you have… -
Posted a reply to No Login after changing to https, on the site WordPress.org Forums:
Did you change in wp-config.php : define ( 'FORCE_SSL_ADMIN' , false); to define ( 'FORCE_SSL_ADMIN'… -
Posted a reply to Copy text from text field to another textfield with press of a button, on the site WordPress.org Forums:
Is that what you want ? http://jsfiddle.net/L6629rxt/ -
Posted a reply to Copy text from text field to another textfield with press of a button, on the site WordPress.org Forums:
Yes it's totally possible with some plugins : - https://wordpress.org/plugins/easy-modal/ - https://wordpress.org/plugins/bootstrap-modals/ I don't test… -
Posted a reply to Hide top menu, keep sidebar menu?, on the site WordPress.org Forums:
Can you try this in Custom CSS : .main-navigation{display:none;}