Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

WP Fake Image Replacer

Leírás

When developing a theme, you need to insert dummy content to test if your content is well rendered. Maybe sometimes, you’ll want to change pictures sizes in the middle of the development process for example, and then you’ll need either to upload back your pictures or regenerate thumbnails. This is where this plugin kicks in.

With WP Fake Image Replacer you don’t need to upload pictures. Just use the_post_thumbnail() function wherever you want and the plugin auto generate a fake image holder. Just change the thumbnail size whenever you want and the plugin generates automatically a new fake image.

It’s work with ACF (Advanced Custom Fields) from version 4.0. Just use image and gallery fields as usual.

Switch to presentation mode : show your client the website with beautiful random pictures from Flickr. Uses Flickr API.

Third party :
– Ivan Malopinsky holder.js library (GPLv2 licenced).
– Flickr API

Telepítés

Just activate the plugin. The plugin hooks the_post_thumbnail() function and auto generate a fake image if no post thumbnail is defined.

GYIK

How can I define thumbnail sizes ?

As usually, juste use the set_post_thumbnail_size() and add_image_size() in functions.php and use the_post_thumbnail(‘size’) in your template file.

How to make it work with ACF ?

Just as usal. Use examples from ACF support site and WP Fake Image Replacer generates fake images for image field and gallery.

What is Developer mode and Presentation mode ?

Developer mode is the default mode during theme developpement process with fakes images (fast and work offline)
Presentation mode display random pictures from Flickr, in order to show the website to your clients.

Vélemények

2016.09.03.
I often switch image sizes when designing. And the presentation feature is perfect for showing clients.
2 (az összes) vélemény olvasása

Közreműködők és fejlesztők

“WP Fake Image Replacer” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“WP Fake Image Replacer” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.6

  • fixed : set default values for first time

1.5

  • You can now set a Flickr pictures theme

1.4

  • Developer Mode & Presentation Mode
  • Display random popular Flickr pictures in developer mode
  • Added WP color picker for custom theme colors

1.3

  • Options page
  • Custom text on images
  • 3 color themes
  • Make your own custom themes
  • Internationalization
  • French translation

1.2

  • Advanced Custom Fields plugin support (image and gallery fields)
  • Code cleaned

1.1

  • Dummy images are now generated by holder.js
  • Works even offline

1.0

  • Generates fake images by hooking the post thumbnail function