Skip to content

Commit 112960d

Browse files
authored
Merge pull request #960 from cloudinary/update/readme-faq
Update FAQs
2 parents 86e033a + 7c99b55 commit 112960d

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

readme.txt

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,39 @@ Enjoy a seamless upgrade to experience the completely new look and feel of our p
4242

4343
== Frequently Asked Questions ==
4444

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.
4652

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.
4853

4954
**Which file types are supported?**
5055

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.
5264

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/).
5466

55-
**I have various other plugins installed, will the Cloudinary Plugin still work?**
5667

57-
**Im 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?**
5869

5970
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.
6071

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+
6178
**Why are my images loading locally and not from Cloudinary?**
6279

6380
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:
6683
* Your asset is stored outside of your WordPress storage.
6784
* The asset is not properly synced with Cloudinary. You can find the sync status of your assets in the WordPress Media Library.
6885

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.
90+
6991
== About Cloudinary ==
7092

7193
Read more about Cloudinary:

0 commit comments

Comments
 (0)