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
Copy file name to clipboardExpand all lines: readme.txt
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,22 +42,39 @@ Enjoy a seamless upgrade to experience the completely new look and feel of our p
42
42
43
43
== Frequently Asked Questions ==
44
44
45
-
**I’ve installed the plugin, what happens now?**
45
+
**Do I need a Cloudinary account to use the Cloudinary plugin and can I try it out for free?**
46
+
47
+
To use the Cloudinary plugin and all the functionality that comes with it, you will need to have a Cloudinary Account. __If you don’t have an account yet, [sign up](https://cloudinary.com/signup?source=wp&utm_source=wp&utm_medium=wporgmarketplace&utm_campaign=wporgmarketplace) now for a free Cloudinary Programmable Media account__. You’ll start with generous usage limits and when your requirements grow, you can easily upgrade to a plan that best fits your needs.
48
+
49
+
**I’ve installed the Cloudinary plugin, what happens now?**
50
+
51
+
If you left all the settings as default, all your current media will begin syncing with Cloudinary. Once syncing is complete, your media will be optimized and delivered using Cloudinary URLs and you should begin seeing improvements in performance across your site.
46
52
47
-
If you left all the settings as default, all your current media will begin syncing to Cloudinary and will start to be optimized and delivered by fast CDN on your website using Cloudinary URLs. Once the syncing is complete, you should start seeing improvements in performance across your site.
48
53
49
54
**Which file types are supported?**
50
55
51
-
Most common media files are supported for optimization and delivery by Cloudinary. For free accounts, you will not be able to deliver PDF or ZIP files by default for security reasons. If this is a requirement, please [contact our support team](https://support.cloudinary.com/hc/en-us/requests/new) who can help activate this for you.
56
+
Most common media files are supported for optimization and delivery by Cloudinary. For free accounts, you will not be able to deliver PDF or ZIP files by default for security reasons. If this is a requirement, please contact our support team who can help activate this for you.
57
+
58
+
To deliver additional file types via Cloudinary, you can extend the functionality of the plugin using the [actions and filters](https://cloudinary.com/documentation/wordpress_integration#actions_and_filters) the plugin exposes for developers
59
+
60
+
61
+
**Does the Cloudinary plugin require an active WordPress REST API connection?**
62
+
63
+
To function correctly, the Cloudinary plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.
52
64
53
-
To deliver additional file types via Cloudinary, you can extend the functionality of the plugin using the [actions and filters](https://cloudinary.com/documentation/wordpress_integration#actions_and_filters) the plugin exposes for developers.
65
+
For more information, see [WordPress’s REST API Handbook](https://developer.wordpress.org/rest-api/).
54
66
55
-
**I have various other plugins installed, will the Cloudinary Plugin still work?**
56
67
57
-
**I’m having an incompatibility issue with a theme, plugin, or hosting environment, what can I do?**
68
+
**I'm having an incompatibility issue with a theme, plugin, or hosting environment, what can I do?**
58
69
59
70
We’re compatible with most other plugins so we expect it to work absolutely fine. If you do have any issues, please [contact our support team](https://support.cloudinary.com/hc/en-us/requests/new) who will help resolve your issue.
60
71
72
+
73
+
**Can I use the Cloudinary plugin for my eCommerce websites?**
74
+
75
+
Yes, the Cloudinary plugin has full support for WooCommerce. We also have additional functionality that allows you to add a fully optimized Product Gallery.
76
+
77
+
61
78
**Why are my images loading locally and not from Cloudinary?**
62
79
63
80
Your images may be loading locally for a number of reasons:
@@ -66,6 +83,11 @@ Your images may be loading locally for a number of reasons:
66
83
* Your asset is stored outside of your WordPress storage.
67
84
* The asset is not properly synced with Cloudinary. You can find the sync status of your assets in the WordPress Media Library.
68
85
86
+
87
+
**How do I handle a CLDBind error which is causing issues with lazy loading?**
88
+
89
+
The Cloudinary lazy loading scripts must be loaded in the page head. Ensure your site or any 3rd party plugins are not setup to move these scripts.
0 commit comments