Derek Herman
Forum Replies Created
-
Forum: Plugins
In reply to: [OptionTree] List Item on how to set limitBecause you’ve created a list of items that are repeater fields. Just create the individual settings without a parent list item so they don’t repeat if you only need them to be filled in once.
Forum: Plugins
In reply to: [OptionTree] Upgrade OptionTreeThat notice is not related to OptionTree, it’s an issue with widgets using the PHP 4 constructor instead of
__construct
. In any case, you should be able to upgrade without much issue. When you say you replace the old folder with the new one, what about it doesn’t work? Does OptionTree not load or do you get additional errors besides the one above?Forum: Plugins
In reply to: [OptionTree] Apply Maxlength in Textarea on backendThat’s not something the plugin can do. You will need to write some custom JS for that.
Forum: Plugins
In reply to: [OptionTree] Zero output, horrible documentationYeah, it’s not going to work without echoing the variable.
Forum: Reviews
In reply to: [OptionTree] Customizer is now the recommended way to add theme optionsIt’s funny that you give my plugin a 1 star review because politics changed the standard for themes. I don’t see how that makes this a 1 start plugin, but whatever thanks for being such an understanding person.
Forum: Plugins
In reply to: [OptionTree] [Resolved] ot_get_option Does not Work in Ver 4.4Glad to hear that you figured it out!
Forum: Plugins
In reply to: [OptionTree] How to add multi textbox in list item optionThe list item option type come stock with certain fields, but you have full control over what those fields are if you want something different. It depends on how you are adding the settings, through the UI builder or with PHP. Can you tell me more about your setup?
Forum: Plugins
In reply to: [OptionTree] DocumentationSorry.
Forum: Plugins
In reply to: [OptionTree] Editor 'Theme Options' capabilitiesThere is a filter named
ot_theme_options_capability
which allows you to change the capability. You could create a custom capability and add it to the roles you want to have access then change the filter to use that capability.Forum: Plugins
In reply to: [OptionTree] SyntaxError Unexpected identifierThat code has to do with the numeric slider, I can’t troubleshoot this without access to your site.
Forum: Plugins
In reply to: [OptionTree] How to add background to themes?I’m not sure what you’re asking exactly, please give me more information about what it is you’re trying to do.
Forum: Plugins
In reply to: [OptionTree] How to add background to themes?Duplicate
Forum: Plugins
In reply to: [OptionTree] Google Fonts IssueThis was discussed on Github
Forum: Plugins
In reply to: [OptionTree] How to replace "ot_get_option" with "own_get_option"?Without a clear reason why it just sounds like you are trying to brand your function. Which is something you’ll need to figure out on your own.
Forum: Plugins
In reply to: [OptionTree] Use pre-defined list, but allow drag/drop sorting?You can create a bunch of list items with custom settings in them, but otherwise no it’s not possible.