It would appear this plugin is abandoned.
It appears this plugin conflicts with Jetpack. I hope this helps others.
Cheers!
Great plugin,
Everything is fine with the helpfull documentation. The only thing I can’t find is how to use the color from the colorpicker in the css?
Regards
]]>I get some console errors:
component: “Plugin: options-framework”
file: “wp-includes/functions.php”
line: 3923
message: “get_theme_data is deprecated since version 3.4.0! Use wp_get_theme() instead.”
stack: Array(4)
0: “get_theme_data()”
1: “optionsframework_option_name()”
2: “Options_Framework->set_theme_option()”
3: “do_action(‘admin_init’)”
length: 4
__proto__: Array(0)
type: “notice”
__proto__: Object
Is this plugin supported with more recent versions of WordPress such as v4.9.5? Has it been tested?
]]>We are pulling in category content to a dynamically created list of check boxes. The result is we have the name of the post, then the categories. We want to format the label output of the categories so that they stand apart from the post title. But, on line 186 of includes/class-options-interface.php, I had to remove the esc_html() function from:
<label for="' . esc_attr( $id ) . '">' . esc_html( $label ) . '</label>
Can that be removed in the source code on your end so that next time there’s an update, we don’t lose the formatting, or is there a way to toggle it off in the plugin settings?
]]>Hey guys,
So I’ve been having issues with this site and logging into the Dashboard. Whenever I would login, the site would tell me that I was missing several files from Options Framework when attempting to access the admin panel or the home page (I couldn’t visit any page of the site after I’d logged in).
I did end up adding the files that were missing by searching for it on Google and finding the files on Github (the following were missing from the plugin: class-options-framework-admin.php, class-options-interface.php, and class-options-sanitization.php) and then got a notification saying that class-options-framework-admin.php made a call to an undefined function (get_option_name). I removed the call to the function (as there was no defining of the function in the file and I wasn’t sure what the defining should be) but this is only a temporary fix as I keep getting notices saying that there are errors for the site when I access the admin. I only did this so that way I could see if I could access the admin as the site hadn’t been updated and I needed to check that there were no other issues.
Can I have someone check that site or send me the correct class-options-framework-admin.php file to fix this?
Thanks.
]]>Hey team,
I am using a theme that uses this framework and there’s some data I want to update via some code I have on the functions.php file
However what I have in the database is something like this…
{s:19:”theme_sticky_header”;b:0;s:15:”theme_site_logo”;s:0:””;s:21:”theme_minicart_header”;b:0;s:24:”theme_page_title_disable”
And the default WordPress functions to update meta options are not working.
Can you help me ?
Thanks
]]>Hi there,
After I installed the plugin. So then I wanna go to Plugin Settings page but I could not find it in admin. Can you help me?
Thanks and Regards,
Duy
Hi,
I have a WP Multisite with this great plugin.
I create a role group with the caps of administrator (I have seen that I have the edit_theme_options capability), but users with this role can not see the options theme while the administrator can. How can I fix this?
Thanks
]]>When I try to activate the plug-in I get this message, what can I do to resolve it?
Fatal error: Cannot redeclare optionsframework_init() (previously declared in /home/clubtaxi/public_html/bulletin/wp-content/themes/bulletin/admin/options-framework.php:60) in /home/clubtaxi/public_html/bulletin/wp-content/plugins/options-framework/options-framework.php on line 32
Hi,
Any body help me on develop an option in option fraamework for multiple fields repeater.
Like : title , image , link user want to repeat these field multiple times from wp-admin.
Thanks
Sunil
Hi,
is the option framework wpml – multilingual compatible?
Wpml creates for each language a new page with a new unique id.
E.g.
When I built a theme option with a dropdown like “select the page where the user shall go after login”
How can I do this for mulitlinugal sites?
When I change the language of the user how set this option, than the dropdown in the other language is empty again.
So the dropdown needs to know the corresponding page in the other language out of the box, right?
Thanks in advance for the response.
Best regards,
Rene
]]>I found a strange behaviour using editor field.
The field works correctly but when I save all br tabs are trimmed.
How can I solve this? Is there a way to avoid the trimming?
Thank you
]]>Hi!
I have differents tabs with many options in a menu called “Config. theme”, but I would like to add another admin menu in order to add more tabs but separated from “Config. theme” menu.
It’s possible with this plugin? I’m trying but i don’t know how to do it.
Thanks in advance!
]]>I have Options 1.0 for a theme in my Multi-site wordpress network. I host my own site and after I upgraded to 4.6, my Options themed site broke.
I found a fix that required deleting the shortcode function in the common.php file and that got the site back up; however, all my shortcut functions no longer work and I had a lot of content organized that way.
Should I try to update it to 1.85? Would that make a difference or is there a different shortcode function that I can add back to the common.php file that would recognize the shortcode?
Thanks!
]]>Options values are missing after migrating from Site A to site B.
Here’s what I did:
After exporting the entire DB, I replaced URL and Dir path of Site A with Site B.
Then i import everything.
All’s good except that values in Options framework is missing.
Where is the DB value stored and how can I migrate it?
Thanks.
Hello Team,
I have managed options with text box & image upload options.
working fine create & update value.
when i have transfer localserver to live my wordpress theme options & your plugin data lost.
how we can fix this issue.
Thanks,
Ravi patel
Hello everyone,
I am having problem with the of_get_option(), it is not working. My integration is correct and it is already saving the options that I made. Here are the this that I tried:
I tried get_option()
, of_get_option()
, and of_get_option('my_id', 'std')
but still no luck
I tried to put my id on $options['my_id']
but still no luck
I even tried to remove the underscore on my ids but no luck too.
Please help me guys.
]]>Hi Devin,
On line 32 of your main plugin file you have a hardcoded capability check that decides whether or not to continue loading the plugin. Could you add a filter on this capability?
I have a few options that I would like to make available to regular authors. The menu capability is already changeable, but this hardcoded check foiled my plans. ??
Thanks in advance!
Cheers,
Wouter van Dam
I’ve readed the documentation, but I cannot understand if it’s possible use the conditions…
Thanks.
]]>Please look at the footer does not show functions, etc. TRAVEL
https://bekshox.uz/wp-admin/themes.php?page=optionsframework
Hello, I was wondering if anyone has had an issue with their saved options not loading after migrating a build from local to live environment. I also had the same issue when I changed the theme on my local environment to a standard theme and then back again.
Thank you in advance.
]]>I have a problem with the options framework, the code of my functions.php is:
if ( !function_exists( 'optionsframework_init' ) ) {
define( 'OPTIONS_FRAMEWORK_DIRECTORY', get_template_directory_uri() . '/inc/' );
require_once dirname( __FILE__ ) . '/inc/options-framework.php';
}
function naked_scripts() {
// get the theme directory style.css and link to it in the header
wp_enqueue_style( 'bootstrap-style', get_template_directory_uri() . '/bower/bootstrap/dist/css/bootstrap.min.css', '10000', 'all' );
wp_enqueue_style( 'bootstrap-map', get_template_directory_uri() . '/bower/bootstrap/dist/css/bootstrap.css.map', '10000', 'all' );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/bower/font-awesome/css/font-awesome.min.css', '10000', 'all' );
wp_enqueue_style( 'naked-style', get_template_directory_uri() . '/style.css', '10000', 'all' );
// add fitvid
wp_enqueue_script( 'naked-fitvid', get_template_directory_uri() . '/js/jquery.fitvids.js', array( 'jquery' ), NAKED_VERSION, true );
// add theme scripts
wp_enqueue_script( 'naked', get_template_directory_uri() . '/js/theme.min.js', array(), NAKED_VERSION, true );
// bower scripts
wp_enqueue_script( 'naked', get_template_directory_uri() . '/bower/jquery/dist/jquery.min.js', array(), NAKED_VERSION, true );
wp_enqueue_script( 'naked', get_template_directory_uri() . '/bower/bootstrap/dist/js/bootstrap.min.js', array(), NAKED_VERSION, true );
}
add_action( 'wp_enqueue_scripts', 'naked_scripts' ); // Register this fxn and allow WordPress to call it automatcally in the header
And my options.php
<?php
function optionsframework_option_name() {
// This gets the theme name from the stylesheet
$themename = wp_get_theme();
$themename = preg_replace("/W/", "_", strtolower($themename) );
$optionsframework_settings = get_option( 'optionsframework' );
$optionsframework_settings['id'] = $themename;
update_option( 'optionsframework', $optionsframework_settings );
}
function optionsframework_options() {
$options2[] = array(
'name' => __('Configuración General', 'options_framework_theme'),
'type' => 'heading');
$options2[] = array(
'name' => __('URL del video', 'options_framework_theme'),
'desc' => __('Ingrese la URL del video a usar como portada.', 'options_framework_theme'),
'id' => 'youtube_url',
'std' => 'https://www.youtube.com/embed/PhAmCJY6kbQ',
'class' => 'large',
'type' => 'text'
);
$options2[] = array(
'name' => __('Informacion de contacto', 'options_framework_theme'),
'type' => 'heading');
$options2[] = array(
'name' => __('Telefono de contacto', 'options_framework_theme'),
'desc' => __('Ingrese el numero de contacto.', 'options_framework_theme'),
'id' => 'contact_phone',
'std' => 'xxx-xxx',
'class' => 'mini',
'type' => 'text'
);
$options2[] = array(
'name' => __('Correo de contacto', 'options_framework_theme'),
'desc' => __('Ingrese el correo electronico de contacto.', 'options_framework_theme'),
'id' => 'contact_mail',
'std' => 'xxx@xxx',
'class' => 'mini',
'type' => 'text'
);
return $options2;
}
?>
I’m using naked wordpress theme and visual composer plugin.
The problem, when i save the email, embed url or contact phone, save a empty value in all of then
]]>Hello
I’am Taiwanese,so i use zh_TW languages.
You didn’t make “zh_TW” languages pack in your plugin.
So i make a traditional chinese zh_TW.mo / zh_TW.po file.
Could you download my traditional chinese languages pack in put your
plugin?
https://www.dropbox.com/s/txxo5kadldsl17s/options-framework-zh_TW.mo?
dl=0
https://www.dropbox.com/s/1u2qp4228g0xnvv/options-framework-zh_TW.po?
dl=0
Thanks a lot!
ming xuan li
]]>What changes does the 8.1.4 version of this plugin bring?
]]>Hello
I’am Taiwanese,so i use zh_TW languages.
You didn’t make “zh_TW” languages pack in your plugin.
So i make a traditional chinese zh_TW.mo / zh_TW.po file.
Could you download my traditional chinese languages pack in put your plugin?
https://www.dropbox.com/s/txxo5kadldsl17s/options-framework-zh_TW.mo?dl=0
https://www.dropbox.com/s/1u2qp4228g0xnvv/options-framework-zh_TW.po?dl=0
Thanks a lot!
ming xuan li
]]>I wonder if it’s possible to have multiple instances of Theme Options in a theme? I mean, is it possible that a theme have already Options Framework and one or more activated plugins also have Options Framework?
One more. Can I develop a plugin with Options Framework “Theme” not Plugin?
]]>example:
Option page 1 with a tab Contact Information and a tab My Avatar
Option page 2 with a tab My Gallery and a tab My Slider
It’s just a example to explain what i need.
Thanks for your help!
]]>when i click save option framework it say page not found and option was not saved
thanks
]]>Good Day,
I recently downloaded “Revera Vows” theme from FabThemes and it says that the Options Framework Plugin is required for the theme to work. Yet when I download and activate the plugin I get a warning saying “Your current theme does not have support for the Options Framework plugin.” The plugin still activates successfully but the features are still unavailable.
Any help or suggestions would be appreciated.
]]>