Hiroaki Miyashita
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Custom Field Template] Usage?Multiple fields with the same key were supported in the version 0.4. You can set something like this.
[Plan]
type = textfield
size = 35[Plan]
type = textfield
size = 35
hideKey = trueHowever, the case you do not know how many fields you want to use is not supported at this time. The number of keys is fixed according to your template.
Thanks.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Pretty GoodThank you for using the custom field template plugin. I added some functionalities in the version 0.4.
I added the mediaButton option in the textarea. The default is set as false. If you want to use media buttons, add ‘mediaButton = true’.
Multiple fields with the same key are supported. Something like this.
[Favorite Animal]
type = checkbox
value = dog
checked = true[Favorite Animal]
type = checkbox
value = cat
hideKey = true[Favorite Animal]
type = checkbox
value = monkey
hideKey = true‘hideKey’ is the option for hiding the field name.
Thanks.
Forum: Fixing WordPress
In reply to: [Plugin: Lightbox Gallery] Display scripts only when gallery is usedI am sorry for my late reply. I released the new version which outputed lightbox scripts only in the related pages. Let me know if you find something wrong. Thanks.
Forum: Fixing WordPress
In reply to: [Plugin: Lightbox Gallery] Display scripts only when gallery is usedThis plugin does not support for displaying lightbox scripts on the specific posts at present. I will consider about this in the next release.
Check my plugin page for the release history. At this time, it is a minor bug fix. Thanks.
https://wordpressgogo.com/development/lightbox-gallery.html#english
Forum: Fixing WordPress
In reply to: [Plugin: Lightbox Gallery] resize imagesThe image size is based on the size when the image is uploaded. You can choose “medium” or “full” as the gallery option, however, this plugin does not support for resizing images depending on the window size. Thanks.
Forum: Plugins
In reply to: [Plugin: Lightbox Gallery] Adsense in LightboxUnfortunately, Lightbox Gallery plugin supports only images. But it may show as a caption in a lightbox if you put your adsense code into the description fields of images when you use [gallery].