Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

JQuery Featured Content Gallery

Опис

Originally intended to be similar to the famous Featured Content Gallery but using JQuery thus avoiding conflicts with other plugins. However I tried to use a different, I think simpler, way of administrating the options. I believe FCG would now say that they are trying to achieve something different. JFCG is now essentially a rotating banner.

When I started making this plugin I wanted to do it in the most ‘proper’ way possible, avoiding a quick fix for the website I wrote this for (www.camberleyengineers.com). I have tried to make all the code clean and use the recommended ways of doing things. As is always the case with these things, it’s probably veered away from this ideal somewhat so any helpful comments would be greatly appreciated.

The original inspiration came from Jon Raasch’s excellent tutorial http://jonraasch.com/blog/a-simple-jquery-slideshow

If you use this plugin and you like it, please give me a nice star rating and report that it works on the wordpress.org page. If you have any problems, please report them on the forum page for the plugin so I can fix ’em. It’s hard to tell how my plugin is doing and make it better without any feedback.

To Do

  • Validate all fields on admin pages
  • Clean up CSS and tables on gallery page
  • Change caption to a div tag. It needs to be able to hold HTML as well as having 1.0 opacity forground with lower opacity background. It is currently in an h2 tag which looks ok but the text has the same opacity level as the background (0.5). I think this will make the biggest difference as to how the plugin is viewed by others.

Browser compatibility Issues

For the future

  • Extra JS animations
  • Options for how caption shows up rather than users adding all the html etc in the field
  • Resize images with imagick rather than HTML/CSS
  • JS optimization

Встановлення

  1. Upload the JFC folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('jfc_gallery'); ?> in your templates or insert the shortcode [jfctag] in any page or post

Часті питання

Will feature x be added?

This plugin was created because I needed the current functionality. If I need extra features in the future I will add them and if I have any spare time I will add features that people request or I think would be good. If you think you can help with the coding, it’s open source, hack away to add those features and tell me what you’ve done so we can all improve this plugin. I would be happy to mention your name/website in this readme document. Indeed, if you feel you could improve this readme, please do 🙂

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“JQuery Featured Content Gallery” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “JQuery Featured Content Gallery” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

Initial Release

1.1

Removed unnecessary CSS from jfc.css.php

1.2

Fixed gallery icons path issue and added ability to change order of frames