appwiki:wordpress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:wordpress [2022/03/08 17:28] – [Problem and Solution] yingappwiki:wordpress [2024/03/13 20:00] (current) – [Problem and Solution] ying
Line 71: Line 71:
   * Manually method:   * Manually method:
     * upload wordpress web page folders     * upload wordpress web page folders
-    * create database and insert exported SQL data file+    * create database and insert exported SQL data file (you may search replace site address if domain changed) 
 +      * alos for domain change, go phpmyadmin, in wp_options table, change siteurl and home value
     * correct "wp-conf.php" for database connection and "siteurl,name change" and "database url replace" (maybe) and ".htaccess rewrite setup"     * correct "wp-conf.php" for database connection and "siteurl,name change" and "database url replace" (maybe) and ".htaccess rewrite setup"
 +    * ref:
 +      * https://help.vodien.com/articles/change-database-configuration-in-wordpress/
  
 **Problem and Issue on Restore** **Problem and Issue on Restore**
Line 321: Line 324:
   * use non-standard webfont or any font for wordpress   * use non-standard webfont or any font for wordpress
     * convert to web font format and css code it into page     * convert to web font format and css code it into page
-    * online web font convertor: http://www.web-font-generator.com/+    * online web font convertor: https://transfonter.org/
     * online font source: http://sc.chinaz.com/     * online font source: http://sc.chinaz.com/
  
Line 940: Line 943:
     * Solution: if you use SSL in your website, most likely, the Chrome didn't load your site in https by default, that you need to force all browser to load https version instead of http version     * Solution: if you use SSL in your website, most likely, the Chrome didn't load your site in https by default, that you need to force all browser to load https version instead of http version
       * the plugin: https://wordpress.org/plugins/wp-force-ssl/       * the plugin: https://wordpress.org/plugins/wp-force-ssl/
 +
 +  * Problem: run Elementor update ruin the whole wordpress
 +    * solution: disable all the plugin and only on Elementor, then run data updater, after it is done, reactive the old plugins
  
   * Problem use http or https link inside wordpress in transition period   * Problem use http or https link inside wordpress in transition period
     * Solution: if you will use ssl and https is the way, but sometimes "mixed content" in page, with https and http will make browser complain, sometimes for internal resource, you may use "protocol relative url" like "//doc/my.pdf"     * Solution: if you will use ssl and https is the way, but sometimes "mixed content" in page, with https and http will make browser complain, sometimes for internal resource, you may use "protocol relative url" like "//doc/my.pdf"
     * research more: https://security.stackexchange.com/questions/216804/whats-the-security-risk-of-using-a-protocol-relative-url-in-a-css-stylesheet     * research more: https://security.stackexchange.com/questions/216804/whats-the-security-risk-of-using-a-protocol-relative-url-in-a-css-stylesheet
  • appwiki/wordpress.1646760520.txt.gz
  • Last modified: 2022/03/08 17:28
  • by ying