You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the "Ultimate Member - Optimize" plugin and click the "Activate" link.
23
+
Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the "Ultimate Member - Optimize and Color" plugin and click the "Activate" link.
24
24
25
25
### How to install from ZIP archive
26
26
27
-
You can install the plugin from this [ZIP file](https://drive.google.com/file/d/1DCro3M0qR4pUzx4SgHVNun0_c0V9Rq-x/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
27
+
You can install the plugin from this [ZIP file](https://drive.google.com/file/d/1psJ8dKJSY3qsFe2Limw0NNdtOw3kDq4G/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
28
28
29
29
## How to use
30
30
@@ -47,6 +47,7 @@ The **Colors** tab also contains tools that may be helpful:
47
47
-**Background**
48
48
-**Light line**
49
49
-**Line**
50
+
-**Light text**
50
51
-**Text**
51
52
52
53
#### Links and buttons
@@ -100,11 +101,12 @@ It is recommended to combine multiple Ultimate Member styles and scripts into on
100
101
#### Images
101
102
102
103
Ultimate Member does not allow using Cover Photo and Profile Photo images from the browser cache.
103
-
This approach is safe and secure, but it slows down rendering pages with Ultimate Member components and loading the member directory.
104
-
It is recommended to allow using images from the browser cache if your site is public.
104
+
This approach is safe and secure, but it slows down rendering the member directory and pages with Ultimate Member components.
105
+
It is recommended to allow using images from the browser cache.
105
106
106
-
Ultimate Member uses the largest Cover Photo thumbnail in the member directory on the desktop. Such large images are usually not necessary.
107
-
It is recommended to use an image that is 500px wide or slightly larger.
107
+
Ultimate Member uses the largest Cover Photo thumbnail in the member directory on the desktop.
108
+
However, the directory does not need large images.
109
+
It is recommended to use Cover Photo thumbnail that is about 500 pixels wide to load images faster.
108
110
109
111
-**Profile Photo caching** - Allow using Profile Photo images from the browser cache.
110
112
-**Cover Photo caching** - Allow using Cover Photo images from the browser cache.
@@ -113,9 +115,9 @@ It is recommended to use an image that is 500px wide or slightly larger.
113
115
#### SQL queries
114
116
115
117
Ultimate Member uses the standard WP_Query and WP_User_Query classes to build database queries.
116
-
Queries built this way are reliable and stable, but not optimized.
117
-
This slows down retrieving users in the user directory and posts in extensions that use custom post type, which slows down page rendering.
118
-
It is recommended to enable SQL queries optimization to get posts and users faster.
118
+
Queries created this way are reliable and stable, but are not optimized for speed.
119
+
This slows down retrieving users in the member directory and posts in extensions that use custom post type.
120
+
It is recommended to enable SQL queries optimization to get posts and members faster.
119
121
120
122
-**Speed up member directories** - *(optional)* Optimize the SQL query that retrieves users for the member directory.
121
123
-**Speed up Activity** - *(optional)* Optimize the SQL query that retrieves posts for the [Social Activity](https://ultimatemember.com/extensions/social-activity/) extension.
0 commit comments