WordPress Custom CSS JetPack QuickStart Guide

Editing JetPack Mobile Theme CSS Style Hi, this guide shows you step-by-step how to get started to edit the WordPress 5.x JetPack Plugin Mobile Theme CSS. And to Fix it is necessary to Install a JetPack Addon to Enable the WordPress 5 Custom CSS Module for JetPack. Customize Jetpack’s Mobile Theme by adding this plugin, and editing styles under Appearance > Edit CSS. Download Custom CSS JetPack’s Mobile Theme Addon Install it as a normal Worpress Plugin JetPack CSS Customizer. Finally, Edit JetPack Mobile CSS From WordPress Appearance > Edit CSS module. Then choose Additional CSS: Use this Class to …

Continue Reading

JetPack Mobile Theme Custom Menu ‘Undefined variable: menu_id’ Issue

Solving: ‘Undefined variable: menu_id’ in JetPack Mobile Theme Custom Menu Hi, this is a ‘Quick & Dirty’ but working Fix for the ‘Undefined variable: menu_id’ Issue in JetPack Mobile Theme Custom Menu setup. Edit the Main functions.php And this procedure need to be Repeated after each Plugin Update… Here I shows you how to do it by the Nix Command Line: sudo nano [SITEROOT]/wp-content/functions.php Just Replace [SITEROOT] with your Site’s Root Path. Search & Change The Line containing: return array( ‘primary’ => apply_filters( ‘jetpack_mobile_theme_menu’, $menu_id ) ); Ctrl+w to Search for ‘$menu_id’. And Change in: return array( ‘primary’ => apply_filters( …

Continue Reading