Changeset 2558327
- Timestamp:
- 07/04/2021 09:18:34 AM (5 years ago)
- File:
-
- 1 edited
-
easy-lightbox-2-automated/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-lightbox-2-automated/trunk/readme.txt
r2558323 r2558327 41 41 == Frequently Asked Questions == 42 42 43 Q: Why doesn't it work for me? 43 **Why doesn't it work for me?** 44 44 45 45 A: Either: 46 46 47 47 1. For this plugin to work, you must have the [Cleaner Gallery]((https://wordpress.org/plugins/cleaner-gallery/)) plugin installed. 48 49 48 2. You have changed the plugin folder's name to something other than "easy-lightbox-2-automated". 50 51 49 3. The problem is with your Wordpress theme, mangling image display properties. Use another theme, that doesn't interfere with posted images. 52 53 50 4. You have other plugins that conflict with Lightbox 2. Disable your other plugins and see if that helps. If it does, re-enable each plugin, one at a time to see which one is causing the conflict. 54 51 55 Q: It doesn't work properly in Browser X (Explorer 6, 7, etc)? 52 **It doesn't work properly in Browser X (Explorer 6, 7, etc)?** 56 53 57 A: Yes it does. The problem is with your Wordpress theme, mangling image display properties. Use another theme, or hack your theme's Cascading Style Sheets (CSS). http://www.w3schools.com/css/ 54 Yes it does. The problem is with your Wordpress theme, mangling image display properties. Use another theme, or hack your theme's Cascading Style Sheets (CSS). 58 55 59 Q: I made my own Wordpress theme, or heavily hacked another one, and lightbox doesn't work at all, ever. 56 **I made my own Wordpress theme, or heavily hacked another one, and lightbox doesn't work at all, ever.** 60 57 61 A:You forgot to include wp_header() in your header.php of your Wordpress theme. Be sure to look at the default theme, or other quality themes (eg: standards-compliant XHTML and CSS) to see how they work while hacking your own ;)58 You forgot to include wp_header() in your header.php of your Wordpress theme. Be sure to look at the default theme, or other quality themes (eg: standards-compliant XHTML and CSS) to see how they work while hacking your own ;) 62 59 63 60 If you have read and tried the above, then, and ONLY then, I invite you to post your issues, in detail (include links) to my site.
Note: See TracChangeset
for help on using the changeset viewer.