Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the a3-lazy-load domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u407412259/domains/emmalanglab.com/public_html/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the invisible-recaptcha domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u407412259/domains/emmalanglab.com/public_html/wp-includes/functions.php on line 6121 Programming - kotonoha
The audio player button I introduced in the following post uses two audio files in accordance with the developer's instruction.
However, I feel that using only the .mp3 file might be enough (d Read more...
This post shares how to create a button that plays audio or has sound effects on click. This function is developed by Syncer.jp, who is a Japanese developer. (reference: https://syncer.jp/htm Read more...
This post shares how I fixed one of the MAMP's error saying
"Apache couldn't be started because port 80 is in use by some other software."
Somehow I couldn't install MAMP again, so I tried the Read more...
The following codes in this memo let me get the following changes for WordPress Tag Cloud:
Before
After
To get this tag cloud, I modified functions.php and style.css. It's often said Read more...
Are you looking for a solution for this issue?: suddenly Rstudio's plot pane stop showing any plots.
"dev.off()" might help you out!
I've been stuck with this issue till few hours ago, and Read more...