Category: WordPress
-
Post Views: 30 1. In the background of WordPress, when switching from the code to visualization, it cannot be switched, and the console reports an error: uncaught typeError: _.pluck is not a function. as shown in Figure 1 2. The description code uses _.pluck(), but the currently loaded version of the underscore.js has been removed. However, some old plugins, themes,…
-
Post Views: 14 1. Because the website needs to use Google-certified CMP to solicit users’ opinions. So you need to create a privacy policy page in the website. Dashboard – Settings – Privacy. as shown in Figure 1 2. Create a new privacy policy page, enter the editor, delete (recommended text:) and publish. as shown in Figure 2 3. Check…
-
Post Views: 48 1. Upload pictures in WordPress, prompting: The server cannot process pictures. This happens if the server is busy or does not have enough resources to complete the task. Uploading smaller pictures may help. The recommended maximum size is 2560 pixels. as shown in Figure 1 2. Check the size of the uploaded image is 23 KB, and…
-
Post Views: 19 1. Refer to the template source code editing in the Shopify background, when uploading a file greater than 50 MB, the response 413 request entity too large. This should be limited by the settings of the Nginx server: client_max_body_size 50M . as shown in Figure 1 2. When uploading a 48.5 MB CSS file, it takes 2…
-
Post Views: 19 1. In Google AdSense’s income report for a period of time, the average income of a single click is about: US$1.55 (estimated revenue) / 30 (clicks) = US$0.05. as shown in Figure 1 2. Reference URL:https://www.shuijingwanwq.com/2021/08/04/5122/. The biggest possibility is that the Yoast SEO plugin is installed. In the end, it was decided to disable it. as…