Hi,
I’m getting this error – Is there a way to fix this?
[15-Dec-2018 16:30:24 UTC] PHP Strict Standards: Declaration of kcWalker_Posts::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home/nortmed/public_html/wp-content/plugins/kc-settings/kc-settings-inc/options.php on line 173
currently on wp v 4.9.9
]]>Hi,
I created a Post carousel and somehow the main page started rotating in every carousel?! But only the one page without a thumbnail. Doesn’t make any sense.
All the changes I tried to make did not make any changes – update of the plugin, update of WordPress.
Does somebody have an idea what went wrong?
Had actually always good results before.
Thanks
Regards
Ivan
Doesn’t work select image when edit term (on term.php page like …/wp-admin/term.php?taxonomy=some-tax).
There no active ks settings on this page.
Found solution for this problem like add next line (after line 9 – kcSettings::add_page( ‘edit-tags.php’ );) to file plugins/kc-settings/kc-settings-inc/term.php :
kcSettings::add_page( ‘term.php’ );
hope help someone in future ??
]]>I am using your plugin since a while and today I added another settings panel. For some reasons I now get the following error:
Fatal error: Call to undefined function kc_get_option()
It’s the same function call I am using in a function later without any problems, but here at the top of my plugin I get the error.
Any ideas why this is happening?
Thomas
]]>AG Custom Admin caught a JavaScript on your site:
media-u…=image& (line 99)
___________________________________________________
media-u…=image& (line 100)
TypeError: win.kcSettings is undefined
media-u…=image& (line 101)
source: https://www.springstage.com.au/todaysdentistry/wp-content/plugins/kc-settings/kc-settings-inc/scripts/kc-settings.min.js?ver=2.8.5
media-u…=image& (line 102)
line: 1
Hi
I have this installed as an mu plugin which I need
If I pop a lightbox style window up in the admin that loads an iframe I get the following errors
document.body doesn't exist. Modernizr hyphens test needs it.
TypeError: 'undefined' is not an object (evaluating 'win.kcSettings.texts')
I have tried loading the scripts in the footer but still get the win.kcSettings.texts error
Can anyone suggest any solutions?
As an example I have tried it with wysija plugin & using the lightbox functionality in there
Cheers
Andy
Just updated KC Settings and wondering about new Media field type in KC Settings 2.8.3 that will open new media uploader modal window that ships with WP 3.5. Want to use it instead of old “select file” field, but don’t see it in “KC Settings Builder”: screenshot.
]]>Created a simple yes/no radio box to tell if page needs support for custom gallery layout, but as you can see below, both return an array for current with value of 1 for true. so the last html element becomes true even if the in the database the other value is selected.
Array
(
[type] => radio
[attr] => Array
(
[name] => kc-postmeta[gallery][gallery_true]
[class] => kcs-radio
)
[current] => Array
(
[0] => 1
)
[options] => Array
(
[0] => Array
(
[value] => 1
[label] => Yes
)
[1] => Array
(
[value] => 0
[label] => No
)
)
[check_sep] => Array
(
[0] =>
[1] => <br />
)
)
<label class="kcs-check kcs-radio"><input type="radio" value="1" name="kc-postmeta[gallery][gallery_true]" class="kcs-radio" checked="true"> Yes</label>
<label class="kcs-check kcs-radio"><input type="radio" value="0" name="kc-postmeta[gallery][gallery_true]" class="kcs-radio" checked="true"> No</label>
]]>
Created first theme settings field for website logo, but cannot use it — button does nothing.
WordPress installed in MAMP (localhost on OS X), but I think that it’s frontend issue.
In your FAQ you always using “prefix”. What is this prefix, where can I get it?
]]>Hi,
I create a new topic, as you wish. ??
I needed to modify a little bit 2 of your plugin files in order to have a full translation :
plugin.php :
line 111 & 163 :
replace :
esc_attr( 'Save Changes', 'kc-settings' )
by :
esc_attr( __('Save Changes', 'kc-settings' ))
options.php :
line 491:
replace :
__('Add New')
by :
__('Add New','kc-settings')
line 568 :
replace :
Main
by:
<?php echo __('Main','kc-settings'); ?>
Keep up your fantastic work on this plugin !
]]>Greetings!
KC Settings is an absolutely phenomenal plugin and my favorite options framework by far! Thank you!
I’m still trying to figure out the best method to do this, and it may not be using kc settings, even though I’m already using it on the site for other things.
I’m trying to store mulitidimensional arrays as post metadata. There’s an option for multiple input which is superb as the length of the array is variable. It’s exactly what I’m looking for except now all I need is the ability to nest values into a multidimensional array.
Although I can add entries as needed in the options framework settings, then work with them in the editing post section, I’d like to be able to modify them all in the edit post section. The number of values will be different per post, and if I’m setting this up for others to use.
I’m thinking that I’d need to hack the code, but not sure the best method. Any chance you could point me in the right direction? Or should I use another plugin/framework?
Thank you!
]]>Hi all,
Is it possible to set a checkbox field checked as default in a custom field?
Thanks
]]>Hello,
I am trying to display option with “pages” list. but plugins giving “categories” list.
]]>There is a bug with term meta.
First, I noticed that table is created with latin1_swedish_ci and not utf8_general_ci which is used by rest WP tables.
Second, when I submit Serbian letters (either Latin or Cyrillic), they are not saved and instead question marks are saved.
You should check code and see if there are similar issues with other data that can be saved using this plugin.
]]>Hi,
I was giving your plugin a try today, and ran into a problem.. I was trying to use some of the sample settings pages you provided with the plugin. Each settings page im trying to open gives me an error:
You do not have sufficient permissions to access this page.
Personaly i have no idea how to fix that, and im kind of hoping someone here can help me out ??
P.
]]>We are working on a project which contain event. For that we are using Event Manager & Event Manager Extended plugin. And when we installed KC-Settings (v.1.3.7 : with date picker support) then our event plugins date-picker conflict with kc-settings date-picker.
]]>Can you add some screenshots please?
I’m sure there are others like me who assess a plugin, and decide whether to install it or not, by looking at the screenshots.
]]>