Hiroaki Miyashita
Forum Replies Created
-
Thank you for translating into Czech. Please send po and mo files to webmaster[[@]]wpgogo.com
I will also check the file you sent and include the fix in the next release. If you have your own site, I can link to it from the plugin page. Let me know the url. Thanks.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] cftsearch questionUse the following way:
<?php echo do_shortcode('[cftsearch]'); ?>
Please upgrade to 1.8.1. I hope it will fix the bug.
Let me know which line of custom-field-template.php the error says. Thanks.
The settings of PHP might be the reason. Please confirm the php ini settings like upload_max_filesize, post_max_size, and memory_limit.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] wp-admin/edit.php & custom postYou might mistype
gps_room
andgps-room
. Please confirm it.I am sorry for my late reply. I tried saving the accentuated letter and it seemed the letter was saved correctly. I am not sure why it happens but your database encoding might be a problem….
Forum: Plugins
In reply to: [Custom Field Template] Custom Field Template plugin displays nothingPlease make sure the key name. It should be
[cft key=Rim_Size]
.Forum: Plugins
In reply to: [Plugin: Lightbox Gallery]Just upload images and write down
[gallery]
into the post content area. The images are shown with the lightbox effect. Thanks.Why don’t you use JavaScript to change values dynamically? You can insert your caustom JavaScript into the Template Instruction field.
In order to output custom field values with
[cft]
, you need to specifyoutput = true
in each field. If you use the [cft] shortcode format like[cft format=0]
, you do not need to setoutput = true
. Just make the shortcode format in the setting of this plugin. Thanks.Are there any JavaScript errors? Which browser are you using?
Firebug of Firefox will be helpful to see the JavaScript errors.You need to close the fieldset before starting a new fieldset by use of
type = fieldset_close
.[cft_group_fieldset]
type = fieldset_open
legend = Group #1
multiple = true
multipleButton = true[cft_group_title]
type = text
label = Title
blank = true[cft_group_fieldset]
type = fieldset_close[cft_group_fieldset1]
type = fieldset_open
legend = Group #2
multiple = true
multipleButton = true[cft_group_title1]
type = text
label = Title
blank = true[cft_group_fieldset1]
type = fieldset_closeForum: Plugins
In reply to: [Plugin: Custom Field Template] Definite bug: values from keys removedYou need to click
save
button on the right upper corner before switching the templates. Or if you checkUse the auto save in switching templates
on the Global Settings of the custom field template plugin, you do not need to clicksave
button each time.Forum: Plugins
In reply to: [Plugin: Lightbox Gallery]Hi Sagar,
The Lightbox Gallery plugin adds the lightbox effect into the default[gallery]
shortcode.[gallery]
shortcode makes images which are related to the post display on the post as a gallery.So what are you confused? If you can not get the lightbox effect, let me know the page url which you are using the
[gallery]
shortcode. I may say something useful for you. Thanks.