just a punk |
06-14-2017 12:16 PM |
Hello,
The WordPress guys have changed their visual text editor in version 4.8. So the old code doesn't work now. While I'm looking for a solution, you should enter the gallery shortcodes manually. E.g.:
[gallery_magic url="http://dailypicksandflicks.cohttp://dailypicksandflicks.com/2011/01/11/wtf-kitty-picture-gallery-of-the-week/" featured_image="first" link="file"]
The following parameters are available for the gallery_magic shortcode:
- url: the source gallery URL;
- featured_image: "first", "last", "random" or leave it empty if you don't want to generate the featured image at all;
- max_images: max number of images in the gallery (default: all images);
- cols: number of columns in the gallery (default: 4);
- size: specify the image size to use for the thumbnail display. Valid values include "thumbnail", "medium", "large", "full" and any other additional image size that was registered with add_image_size(). The default value is "thumbnail". The size of the images for "thumbnail", "medium" and "large" can be configured in WordPress admin panel under Settings > Media.
- link: can be "file" (link directly to image file), "none" (no link) or leave it empty if you want to link it to the attachment's permalink.
BTW, this issue doesn't affect bulk gallery import function. Only the "magic wand" button in the text editor doesn't work in WordPress 4.8. As it shown above, it can be easily replaced by shortcodes.
As about the support forum, it's available to the customers only. Please contact me by email regarding your account.
|