Running jQuery code after deferred loading jQuery Library in WordPress
First, register, then enqueue your JS script file in your /wp-content/themes/<your theme>/functions.php. In the following example, I’m registering a file called global.js. This file will hold your new jQuery code. In your .js file, in my example I’m calling it global.js; use the function:
How to Display 9999 Galleries on the Manage Galleries
navigate to <site_root>\wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\admin\manage-galleries.php Edit line 15 to whatever amount
Android Build Exception – Process ‘command ‘node” finished with non-zero exit value 1
NOTEThis article’s title refers to the exception’s phrasing when using React Native <= version 0.59 – Exception text was taken from the Build Output pane of Android Studio. In React Native 0.60+, error could be this instead Caused by: org.gradle.process.internal.ExecException: Process ‘command ‘npx” finished with non-zero exit value 1 Process ‘command ‘node” finished with non-zero […]
Compiling Android Release APK Issue – Lint found fatal errors while assembling a release target
Auto generated report is an excellent resource created by Android Studio that I always forget about.
WordPress Plugin Recommendations
This article is meant to keep track of what I feel to be the best in WordPress plugins. These are my top recommendations for the general needs of a WordPress site.
Sitemap error: error on line 2 or 4 (number could vary) at column 6 (could vary): XML declaration allowed only at the start of the document
This page contains the following errors: error on line 4 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error. https://wordpress.org/support/topic/sitemap-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the/ Plugin SupportMichael Tina (@mikes41720) 1 year, 9 months ago Hello, This typically happens when a plugin […]
How to load a big SQL file
mysql -u database_username -p -D database_name < public_html/sql_uploads/your_sql_file.sql
Common services started from the command prompt
Restarting Services From the Command Line