Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterLet me check again. The last time I checked it worked for me.
Anh Tran
KeymasterCould you please use the development version on Github? And use the latest version of Group extension?
Let me know if you still see the bug.
May 12, 2016 at 11:30 PM in reply to: Display value of text field (URL) in custom_html field in same group #3062Anh Tran
KeymasterI will close this topic as it's confirmed to work via email ๐
May 11, 2016 at 9:48 AM in reply to: Display value of text field (URL) in custom_html field in same group #3046Anh Tran
KeymasterNo problem, here is what I tried:
https://gist.github.com/rilwis/5c32156d8296efc2a0af4cf27af533bc
You can change the jQuery selector in the JS file if needed.
May 10, 2016 at 10:16 PM in reply to: Display value of text field (URL) in custom_html field in same group #3042Anh Tran
KeymasterHmm, I think it's not possible because the group is cloned and there is no way to attach multiple values of the clones into the meta box array. You can try JavaScript to update the HTML of the
custom_htmlfield when the site/url field is updated.Anh Tran
KeymasterNo problem. I just wanted to tell so I don't waste your time. I'm trying my best to fix this. But honestly, I'm not sure when I can finish.
Anh Tran
Keymaster@brightcreations: I think this problem is a technical challenge and I guest it takes long to resolve. Although I'm working on it, it's more complicated than I imagine.
I don't want to stop you from developing websites, so I suggest you can use another solution for this purpose, for example: using a textarea or simple text field and ask users to enter phone numbers one by line or comma separated, then in the frontend use
explodeto get the values.What do you think?
Anh Tran
KeymasterI'm still working on it. Can you please wait a little bit?
May 8, 2016 at 5:03 PM in reply to: Presence of 'is_child' causes warnings on non-post pages and new, unsaved posts #3025Anh Tran
KeymasterThanks a lot, @FED. That's a good fix for the bug. I've just updated the plugin ๐
Anh Tran
KeymasterHi Mel,
As you already worked with Toolset, bought the Core Extensions Bundle and asked questions for using the Meta Box plugin (the free plugin, not the premium extensions), please let me help you using them effectively. Don't hesitate to ask me anything about them, even the simple questions, we'll try our best to help you.
Anh Tran
KeymasterHi @Saquib,
Actually I made it true by default in some of previous versions. But I received a feedback from an user that suggested to hide if by default to make it work exactly like before. So here is what we have now.
Anh Tran
KeymasterOh, I forgot to mention that the select field has a new parameter
select_all_nonewhich will show the Select: All | None links. You can use it to clear selection.Anh Tran
KeymasterHi Cole,
Unfortunately the Geolocation is not included in the Core extensions bundle. It's included in the Developer extensions bundle though. Please consider buying it separately or update to the Developer bundle.
Anh Tran
KeymasterWe've just fixed this bug on Github. Can you please try it?
Anh Tran
KeymasterHi @Saquib,
Sorry, I was working on some issues and didn't remember to answer ๐
Your problem is related to this issue where the previous code add extra empty
<option>tag which allows users to clear selected option. However, it's not the default behaviour of<select>tag because<select>only shows options and force users to choose one of them. So I made the code work the same way.I suggest you switch to
select_advancedwhich has option for users to clear the selection. -
AuthorPosts