Explanation of flex used in CSS
This section describes how to use flex layout in CSS.
Learn more about colspan and rowspan for joining cells in HTML tables.
Learn how to solve the problem of BrowserSync not reflecting CSS changes in real time in WordPress development.
Solution to the problem of CSS changes not being reflected in real time in BrowserSync. Read More »
This section explains how to connect your Mac and Sony camera via FTP for easy photo transfer.
How to make an FTP connection between a Mac and a Sony camera Read More »
This section explains how to remove the dotted line when Button is in focus and what to do about it.
How to remove dotted lines during Button focus and notes Read More »
This section explains how to use the WordPress REST API to get raw content instead of rendered.
How to get raw content instead of rendered with WordPress REST API Read More »
Describes how to solve the problem of not being able to access the WordPress REST API from GAS on Xserver.
Problem with WordPress REST API not accessible from GAS on Xserver and how to resolve it Read More »
This page explains how to solve the problem of toc.js not working in WordPress by using the order in which jQuery is loaded.
Learn how to check the number of characters in VS Code without extensions.
How to check character count in VS Code without extensions Read More »
Here is a solution to a problem with WordPress Site Kit not outputting analytics tags.
Problems with WordPress Site Kit not outputting analytics tags and how to resolve Read More »
How to solve the problem of images not reflecting alt text in WordPress and why it is important.
Problem with image alt text not being reflected in WordPress posts and how to resolve it Read More »
By combining the aspect-ratio and object-fit properties of CSS, you can maintain the aspect ratio of an image and fine-tune the way the image is displayed while supporting responsive design.
Useful image display technique combining aspect-ratio and object-fit Read More »
The third argument of get_template_part() is used to explain how to pass variables to the template and how to safely check them with the isset() function.
Usage about the third argument of get_template_part() Read More »
If you want to mix and match custom posts on your WordPress post pages, here’s how to customize your query using the pre_get_posts action hook.
This section describes how to specify files using Gulp’s glob pattern.
This article explains how to resolve the “TypeError: Cannot read properties of undefined (reading ‘getSheetByName’)” error that occurs in the App Script for Google Spreadsheets. It details the technical background as well as effective ways to deal with the issue, including restarting the editor and explicitly retrieving the spreadsheet.
If an element does not display the way you want it to in CSS, it is important to check the display attribute settings. This section details examples of specific problems and their solutions.
Solutions for when CSS doesn’t display the way you want it to Read More »
Learn more about errors when a child theme does not recognize its parent theme in WordPress and how to resolve them.
How to check for broken theme errors and parent themes Read More »
This section explains the causes of why engagement is not showing up in Google Analytics and the solution to change the report to public.
What to do if engagement (PV) is not displayed in Google Analytics Read More »
This section details the causes of text-overflow: ellipsis; not working and how to deal with it, such as display: block;.
What to do if text-overflow: ellipsis; does not work Read More »
This section explains how to use align-items: start to align Flexbox child elements with the content without aligning their heights.
How to not align the height of small elements with display: flex (to match the content) Read More »
An appropriate development environment is essential for efficient web development. This article introduces the best development environment for web coding, from hardware to software. 1. Hardware Macbook Air Reasons for recommendation: How to install: External Display Dell S2721QS Reasons for recommendation: How to install: Magic Keyboard (with numeric keypad) – English (US) Reasons for Recommendation:
Explains how to center a page with vertical writing mode writing-mode: vertical-rl, including how Firefox supports it, using inline-block or Flexbox instead of margin: auto to achieve the intended layout.
How to center with writing-mode: vertical-rl (Firefox support) Read More »
The new CSS units lvh, svh, and dvh allow for more precise control of viewport height in mobile environments. This section details the differences from the traditional vh and specific usage examples.
This course explains how to output the title attribute in WordPress wp_nav_menu through the creation and use of a custom walker class, a technique that can help improve SEO and user experience.
Explanation of how to use assign-unchanged and skip-worktree to ignore files already managed in Git. Understanding the uses and differences and using them appropriately prevents accidental commits.
This page explains why custom fields disappear in WordPress and how to solve the problem. The cause is due to a low PHP setting max_input_vars, which can be solved by adjusting the setting.
How to solve the problem of custom fields disappearing on save in WordPress Read More »
Learn how to easily customize the slider design using Swiper’s custom CSS properties.
How to use and configure Swiper’s CSS custom properties Read More »
This section describes the problems with setting height: 100% in html and body and how to avoid them.
This section describes common error messages when Wordmove fails to push a database and what to do about it.