Kev Provance
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Call to a member function init() on nullNo, they are not the same. The one I asked you to try is newer and may have a fix for the issue. I’m just asking you to install the new (beta) version and see if it resolves your issue. It did for another user, so I’m hopeful it will here, too.
Please use the version of Redux version 4.3.12.1 from here: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
See if that resolves the issue.
Forum: Plugins
In reply to: [Redux Framework] Call to a member function init() on nullPLease use the version of Redux version 4.3.12.1 from here: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
See if that resolves the issue.
Forum: Plugins
In reply to: [Redux Framework] Call to a member function init() on nullAre you the theme’s author?
Forum: Plugins
In reply to: [Redux Framework] Call to a member function init() on nullWe would need additional information, including the actual theme, to debug this further. Rolling back won’t help us do that. If you are not the theme author, please report this to the theme author so they can help us look into it.
Forum: Plugins
In reply to: [Redux Framework] E_parse Error Keeps crashing siteYou may want to double-check that version of PHP with your hosting provider, as the error you are reporting is one that occurs when a version of PHP 7.0 or lower is in use.
Support for premium products is not permitted via this forum per WordPress guidelines. As I am unable to recreate the error you described, you will need to contact the theme developer and ask them to reproduce it. Once they are able to confirm the problem, they will need to contact us as I will most likely need a copy of their theme to look into it further.
Is this a theme you purchased or one you’ve written?
Forum: Plugins
In reply to: [Redux Framework] Meta boxesThis is the documentation: https://devs.redux.io/core-extensions/metaboxes.html
Have you tried enabling the demo and verifying the metaboxes on pages or posts yet? I must point out that theme authoring requires a moderate or higher experience with PHP. I have no way of knowing how exactly you are coding your project, but evidence suggests something is incorrect. I have no way of knowing what that is.
If you want to send me your theme, my email is kevin.provance@gmail.com. I’ll look at your config and see where the problem is.
Forum: Plugins
In reply to: [Redux Framework] Meta boxesUse the sample file provided and change them as you need.
Forum: Plugins
In reply to: [Redux Framework] Meta boxesAs I said, Redux is not a tool to create ONLY metaboxes. If you have no global options panel, you won’t be able to use Redux for just meta boxes.
Forum: Plugins
In reply to: [Redux Framework] Meta boxesI’m not sure how to make it clearer than the docs page short of writing for you, which the scope of support we offer does not cover. If you load up the Redux demo panel, you’ll see how Metaboxes works on pages and posts.
In the admin panel, click Settings > Redux and click “Enable Demo Panel”
Also, Redux is not a metabox only plugin. You also need to have a global options panel.
Lastly, metaboxes is now included with Redux. It is no longer an extension. Therefore, you do not need to use the
Redux::load_extensionsAPI. That is only required if you are writing your own extensions.Forum: Plugins
In reply to: [Redux Framework] Meta boxesAlso, are you embedding Redux into your theme?
Forum: Plugins
In reply to: [Redux Framework] Redux framework E_ERRORYou’re welcome! Good luck!
Forum: Plugins
In reply to: [Redux Framework] Meta boxesI’m not understanding how a custom extension you want to write involved the metabox samples. They cannot be combined. I’m not sure how they are related.
> And then I put the following code in the theme function file: Redux::load_extensions( ‘OPT_NAME’, ‘RELATIVE_PATH_TO_DIRECTORY’ );
You have to replace the parameters with YOUR actual $opt_name variables and the relative path. Writing a theme, much less a custom extension for Redux requires more than a basic understanding of PHP, JavaScript, and CSS