Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Sponsors Carousel

Beskrivelse

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.

Skjermskudd

  • This shows the default look of the carousel.

  • This shows admin panel.

Blokker

Denne utvidelsen gir 1 blokk.

  • Sponsors carousel

Installasjon

  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

Vurderinger

7. februar, 2019 8 replies
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. januar, 2019 1 reply
this is very useful plugin Thank you
Les alle 7 vurderinger

Bidragsytere og utviklere

“Sponsors Carousel” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

“Sponsors Carousel” har blitt oversatt til 1 språk. Takk til oversetterne for deres bidrag.

Oversett “Sponsors Carousel” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

  • 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