690 shaares
3 liens privés
3 liens privés
4 résultats
taggé
wordpress
Because I lost this many times :
- Go to menu
- Select your menu
- Select your menu item
- Click on Icon
- Select an Icon
- On the opened popup to choose the icon, on the right : hide text
So simple..
UPDATE OCTOER 2022
If you want to quickly start the Restore process and don't care about having that option always enabled, then just fire up the Developer console on the browser and run this while on the Restore page
var modelimport = new Ai1wm.Import();
var storage = Ai1wm.Util.random(12);
var options = Ai1wm.Util.form('#ai1wm-backups-form').concat({ name: 'storage', value: storage }).concat({ name: 'archive', value: 'REPLACE-WITH-ARCHIVE-NAME'});
// Set global params
modelimport.setParams(options);
// Start import
modelimport.start();
All in one backup : to restore from a local server file.
Put the .wpress file in :
<wp_home>/wp-content/ai1wm-backups
Protection contre les bruteforce login dans wordpress avec fail2ban