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
Next revisionBoth sides next revision
appwiki:wordpress [2021/10/06 08:09] – [Problem and Fix] yingappwiki:wordpress [2022/09/22 07:29] – [Custom Font] ying
Line 321: Line 321:
   * 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 627: Line 627:
     * WP Mobile Menu (more like replace built-in mobile menu): https://wordpress.org/plugins/mobile-menu/     * WP Mobile Menu (more like replace built-in mobile menu): https://wordpress.org/plugins/mobile-menu/
   * custom menu per page:   * custom menu per page:
-    * conditional menu: https://wordpress.org/plugins/conditional-menus/+    * conditional menu: https://wordpress.org/plugins/conditional-menus/ (70k, 1yo) (menu level condition only) 
 +    * If menu - visibility control https://wordpress.org/plugins/if-menu/ (80k, 1yo) (menu item level) 
 +      * ref: https://betterstudio.com/blog/conditional-menu-in-wordpress/
     * (above is better and newer) CE WP-Menu per Page: https://ppfeufer.de/wordpress-plugin/ce-wp-menu-per-page/     * (above is better and newer) CE WP-Menu per Page: https://ppfeufer.de/wordpress-plugin/ce-wp-menu-per-page/
 +    * coding method: https://www.youtube.com/watch?v=OFieHs4E-P4
   * Admin Panel enhance   * Admin Panel enhance
     * Admin menu editor: (change names admin menu to fit function)     * Admin menu editor: (change names admin menu to fit function)
Line 924: Line 926:
  
 ====== Problem and Solution ====== ====== Problem and Solution ======
- 
  
   * Problem: WP plugin - Elementor widget panel keep loading:   * Problem: WP plugin - Elementor widget panel keep loading:
     * solution:      * solution: 
 +      - sometimes, it maybe browser cache mess up, just open a private browser tab to see if works or not, if not then try following
       - memory not enough, go cPanel File Manager, site location       - memory not enough, go cPanel File Manager, site location
       - edit wp-config.php, under define('WP_DEBUG', false); line add <code>       - edit wp-config.php, under define('WP_DEBUG', false); line add <code>
Line 938: Line 940:
     * 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 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"
 +    * research more: https://security.stackexchange.com/questions/216804/whats-the-security-risk-of-using-a-protocol-relative-url-in-a-css-stylesheet
  • appwiki/wordpress.txt
  • Last modified: 2024/03/13 20:00
  • by ying