Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Sponsors Carousel

Beskrivning

NEW! Introduced WordPress 5.0 Gutenberg Editor block!
NEW! WordPress image size chooser.

Sponsors Carousel implements the jCarousel as a WordPress plugin.

You can set internal link for all image or custom link for any image.

Upload images use WordPress Media.

Drag’n’drop for change image order

Multiple carousels on one page.

The plugin uses the shortcode [sponsors_carousel], [sponsors_carousel id=1] …

The plugin uses jQuery, and if your site doesn’t already use jQuery, it’ll add the script for you.

It was inspired by jCarousel by Jan Sorgalla.

Skärmdumpar

  • This shows the default look of the carousel.

  • This shows admin panel.

Block

Detta tillägg tillhandahåller 1 block.

  • Sponsors carousel

Installation

  1. Upload the folder sponsors-carousel to the /wp-content/plugins/ directory
  2. Activate the plugin through the ’Plugins’ menu in WordPress
  3. Add <?php echo sponsors_carousel(); ?> in theme PHP files or [sponsors_carousel] on page or post content.
  4. Add images on Sponsors Carousel admin page
  5. Enjoy

Recensioner

7 februari 2019 8 svar
This is exactly what I have been looking for it is nearly but not quite perfect. Continuous scroll, easy to add images direct from the media library, images clickable to link to URLs. So a lot to offer. HOWEVER unless all of the images are the same size, this plugin will alter the aspect ratio of the image because it seeks to set BOTH height and width rather than just one dimension and then keeping the other at the same aspect ratio as the original image. Setting the image height determines the carousel height. The Carousel width is fixed and therefore not suitable (responsive) to different view ports. All that said, if you can work with similar sized graphics (constant aspect ratio) and are not concerned about the appearance of small viewports, this plugin does the job well. If I cannot readily find any better, this is the one I will live with!!
23 januari 2019 1 svar
this is very useful plugin Thank you
Läs alla 7 betyg

Bidragsgivare och utvecklare

”Sponsors Carousel” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Sponsors Carousel” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Sponsors Carousel” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

  • 1.0: First release.
  • 1.01: Fix bag with add new image.
  • 1.02: Fix bags with _media_button() (Thanks for karamba and Adam Gillis) and i18s.
  • 1.03: Fix crash adding images to posts/pages through the media upload (Thanks for Adam Gillis).
  • 2.00: New functionality:open link in new window and autoscroll (Thanks for elija ).
  • 2.01: i18n update
  • 2.02: Continuous Mode (Thanks for Sebastián Valerio G.)
  • 2.03: fixed media upload
  • 3.00: added possibility to make some carousels, added resize images from admin area, new version of jCarousel
  • 3.01: made carousel to stop on hover, thanks dadi2404
  • 3.02: fix bug, brought into line with the Coding Standards
  • 3.03: fix continuous scrolling, thanks @fptech
  • 3.04: fix bug ”Featured Image not working with this plugin”, thanks @vescovo
  • 3.05: fix trash notices in the log files, thanks Svetoslav Marinov
  • 3.06: fixed bug ”custom link is not been saved”, thanks @geraldhammenga
  • 3.07: added link to settings page in plugins list
  • 3.08: WP 5.0 + some css
  • 4.00: Introduced Gutenberg editor block
  • 4.01: Added WP image size chooser to set scale/crop images and carousel copy button.
  • 4.02: fixed function name conflict, thanks @merchtemeaglesadmin