Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterI think this related with some custom Javascript. It's not something the plugin does by default.
Anh Tran
KeymasterIf the data is serialized (cloned fields), then there's no easy way to search with SQL.
But if you want to search normal meta data, not serialized, you can do this by following this tutorial:
http://www.deluxeblogtips.com/2012/04/search-all-custom-fields.html
Another solution is using the plugin SearchWP. I haven't tested it yet, but from what it says, it can handle serialized and JSON data in the custom fields.
Anh Tran
KeymasterHi Ivo,
Did you define 2 variables like this?
define( 'RWMB_DIR', get_template_directory() . '/inc/plugins/meta-box/' ); define( 'RWMB_URL', get_template_directory_uri() . '/inc/plugins/meta-box/' );Also, please check symlink on your installation. I guess your server has problem with it (it converts URL to real path on server).
October 9, 2015 at 6:43 PM in reply to: Columns on groups not working with 'sort_clone' => true #1544Anh Tran
KeymasterOK, please let me know any problem if you have troubles using columns with groups in the future.
Anh Tran
KeymasterHi,
The Show Hide extension does the show/hide job for meta boxes. It doesn't work for individual fields.
If you want to control the visibility of individual fields, you should use the Conditional Logic. It's more powerful then Show Hide extension.
Anh Tran
KeymasterYou can just set them in "std" attribute. The value is the default selected option.
October 7, 2015 at 9:29 AM in reply to: Columns on groups not working with 'sort_clone' => true #1526Anh Tran
KeymasterCan you please show me a screenshot? It would help very much.
FYI, I'm working on improving style for clones, including group clones. It would fix some problems (maybe including yours).
Anh Tran
KeymasterOh, I see. The WYSIWYG field can't be cloned (both with and without using the group extension). This is a known issue and we haven't had a solution for it yet.
October 3, 2015 at 8:52 PM in reply to: Meta Box Show Hide no longer working with MB Builder and page templates #1516Anh Tran
KeymasterGlad that you solved the problem, Alberto ๐
Anh Tran
KeymasterHi Gabriela,
Can you please post the code you register meta boxes?
September 30, 2015 at 3:52 PM in reply to: Meta Box Show Hide no longer working with MB Builder and page templates #1502Anh Tran
KeymasterCan you please give me the exported file of MB Builder so I can test?
Thanks
Anh Tran
KeymasterHi Jehan,
You can include the premium extensions using the TGM class as well. It has options that let you put premium plugins in a sub-folder of the theme. I've just updated the documentation with sample code to do that. Please take a look.
Anh Tran
KeymasterHi Piet,
The bug comes from a Javascript bug in Meta Box plugin. I've just updated the plugin on Github and released new version of MB Group extension. Please update the extension first. The new version of Meta Box will be released soon (we need to test a pull request from our dev).
Thanks for your patient!
September 26, 2015 at 10:20 PM in reply to: Radio buttons not rendering/their value isn't recorded #1482Anh Tran
KeymasterThis problem was resolved via email. I will close it.
September 24, 2015 at 11:25 AM in reply to: WSYIWYG seems to be broken when using groups - sorry to reopen #1471Anh Tran
KeymasterWe resolved in the email :). The problem was: all fields need to have unique IDs, even in groups.
-
AuthorPosts