Come inserire un’immagine nel forum italiano di WordPress
- utilizza un servizio gratuito come imgur.com dove caricare un immagine
- una volta caricata, tasto dx del mouse clicca su “Apri immagine in un altra scheda”
- copia indirizzo, tipo https://i.imgur.com/LnQeaae.jpg
- scrivi un tag HTM in questo modo <img src=” ……. “>
- al posto dei puntini inserire l’URL dell’immagine
How To enable Visual Studio Code upgrade on Linux Debian
Visual Studio Code enabled official Linux repositories on February 2017 (v1.10) sudo add-apt-repository -y “deb https://packages.microsoft.com/repos/vscode stable main ” sudo apt update sudo apt -y install code You can upgrade / dist-upgrade as usual sudo apt -y upgrade sudo apt -y dist-upgrade
How to Install the latest Mozilla Firefox version in Debian
These are the only two command that lets you install the latest Mozilla Firefox Quantum on your Linux Debian first download the latest Firefox version available wget -O FirefoxSetup.tar.bz2 “https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US” than create the directory mkdir /opt/firefox untar the latest Firefox version in the new directory tar xjf FirefoxSetup.tar.bz2 -C /opt/firefox/ …
Leggi tutto “How to Install the latest Mozilla Firefox version in Debian”
Owncloud code integrity popup upgrading to 10.03 [SOLVED]
I update owncloud to 10.0.3 and I got a message like “There were problems with code integrity check” The list of invalid files was appear like this: Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more …
Leggi tutto “Owncloud code integrity popup upgrading to 10.03 [SOLVED]”
WOOCOMMERCE ORDERS IN VERSION 3.0+ get protected data
WOOCOMMERCE ORDERS IN VERSION 3.0+ get protected data
WorkShop per sviluppatori sul supporto dei propri temi WordPress – Video e Slide by Kathryn Presner
Kathryn Presner dal Team Temi di Automattic offre in questo workshop molti consigli su come fornire supporto ai propri temi WordPress Di seguito il video e le slide The Developer's Guide to Supporting Your Themes from Kathryn Presner
Come installare le pagine di WooCommerce dopo aver già installato il plugin
Lo so, hai skippato durante l’installazione e ti sei pentito Come puoi tornare indietro e installare le pagine di WooCommerce?
Template a una colonna per una sola pagina col tema WordPress Twenty Seventeen
Come impostare nel tema twenty seventeen di WordPress solo una pagina col template a una colonna lasciando le altre a due
Warning: An existing WordPress network was detected fixed
How to fix Warning: An existing WordPress network was detected While converting a WordPress single install to multisite, the following error notice was displayed at the Network Setup admin page. Warning: An existing WordPress network was detected the instruction in Network Setup page clearly stated that the PHP constant definition below should be placed before /* …
Leggi tutto “Warning: An existing WordPress network was detected fixed”