vigortheme
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Meta boxesYes, I have successfully configured. Thanks for your support.
Forum: Plugins
In reply to: [Redux Framework] Meta boxesi used below sample file then called file path at function theme. But no more metabox appears when editing page, post. Here is the sample file I use
https://github.com/reduxframework/redux-framework/blob/master/sample/metaboxes.php- This reply was modified 4 years, 1 month ago by vigortheme.
Forum: Plugins
In reply to: [Redux Framework] Meta boxesyes i already have the global options panel , next i can make the meta box
Forum: Plugins
In reply to: [Redux Framework] Meta boxesYou are showing me how to create a generic theme options. Yes I had it. As I mentioned above I need to create setting options for post or page only
Forum: Plugins
In reply to: [Redux Framework] Meta boxesmy main purpose for this topic is to create a metaboxes for settings for page, post,… Do you give us the documentation, in which there is only a sample code, I followed the instructions but it doesn’t work motion. Can you explain the problem more clearly?
Thank youForum: Plugins
In reply to: [Redux Framework] Meta boxesi need to create a new extension, i put my_extension template folder from below source https://github.com/reduxframework/redux-framework/tree/master/sample/extension/my_extension into my theme. And then I put the following code in the theme function file: Redux::load_extensions( ‘OPT_NAME’, ‘RELATIVE_PATH_TO_DIRECTORY’ );
It’s not working, can you tell me where is my doing wrong? where and how do i put these metabox snippets to make them work https://github.com/reduxframework/redux-framework/blob/master/sample/metaboxes.php
Thank youForum: Plugins
In reply to: [Redux Framework] Meta boxesYes, thank you
Forum: Plugins
In reply to: [Redux Framework] Meta boxesHello, I got the below error when updating to the latest plugin version, how should I handle it. Here is the full error display: _field_input is deprecated since version 4.0.0! Use render_class->field_input( $field, $value ) instead.
Thank you