Avada Theme Tutorial
The problem of invalidation of the Chineseization of the avada theme
In October 2019, avada was updated to version 6.1.0. As usual, upload the Chinese file to the languages folder, refresh the background, and the Chinese is invalid. I guess it must be official and less code. Then add it yourself. Officially updated themes and plugins often do this kind of thing. The avada theme file opens functions.php to edit the most...
woocommerce change product sorting
Woocommerce's default product sorting is in the order of custom sorting + name, we can change it to what we want, enter the Wordpress backend with the following settings, Appearance - Customize Woocommerce Product Catalog Select the default product sorting...
Some commonly used custom CSS styles for avada themes
Avada functions and styles are very powerful, but they can not meet the needs of various perverts. Try to use avada custom CSS to change the style, this will not affect the upgrade theme, just fill in Avada-Theme Options-Custom CSS, one line at a time. 1. Add a border to the main image of the product page. product .images {border: 1px...
What to pay attention to when uploading pictures
Using wordpress to build a website, upload pictures or other files, the default will not automatically rename the pictures for you, even if the names can be overlapped, it is not the effect we want. Many people upload pictures at will, even in Chinese, Chinese for foreign trade It's not SEO friendly, so it's important to get your local naming right first. The advantages of using English are: 1. It will be searched by Google Images or other image search engines...
Simultaneous display of product categories and menus
This tutorial applies to the avada theme and all themes that use the woocommerce plugin. The first thing to understand is: no matter what Wordpress theme, using the woocommerce plugin, the product category is not synchronized with the theme by default, and needs to be manually added to the main menu and automatically. Sort order. Step 1: First classify the products (including sub...