Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor not working #1085

Closed
umairrazzaq opened this issue Aug 22, 2016 · 16 comments
Closed

Editor not working #1085

umairrazzaq opened this issue Aug 22, 2016 · 16 comments

Comments

@umairrazzaq
Copy link

Issue description:

Hi, the editor isn't working, instead blue button is appearing which don't have any value/label. I believe it will be "Open Editor". but this blank buttons isn't working either. I've uploaded reference image as well.

Version used:

(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
No I've plugin installed of this, and its added by TGMPluginActivation.

Using theme_mods or options?

theme_mods
kirki-editor

Code to reproduce the issue (config + field(s))

@aristath
Copy link
Contributor

Please post the code you're using, I'm unable to replicate this one and nobody else has reported this on the latest version, which makes me think there's something unique with your configuration that's causing this.

@umairrazzaq
Copy link
Author

umairrazzaq commented Aug 26, 2016

hello Aristath, thanks for the reply. Please check attached screenshot as code reference. Also here is the piece of code for About Section.

Code:
cleanresume_Kirki::add_field( 'about_section_content', array( 'type' => 'editor', 'setting' => 'about_section_content', 'label' => __( 'About Section Content', 'cleanresume-lite' ), 'section' => 'about_content_section', 'priority' => 30, ) );

Attachment:
kirki-editor-screenshot

Note:
I'm only using 1 editor in whole customizer.

@aristath
Copy link
Contributor

aristath commented Aug 28, 2016

can you also post your config?

@umairrazzaq
Copy link
Author

Hi, thanks for the reply. I'm sorry are you referring to wp-config.php ?

@aristath
Copy link
Contributor

No, I mean your Kirki::add_config() 👍

@umairrazzaq
Copy link
Author

Hi, please check attached screenshot for Kirki Config

kirki-config-screenshot

@umairrazzaq
Copy link
Author

Hi, any update regarding my issue. Its still not resolved yet. Although Its working in localhost but not on live server.

@aristath
Copy link
Contributor

In your Kirki::add_config() function you're defining that the ID of your configuration is cleanresume.
However, when adding your fields you're using about_section_content.

These need to be the same as per the docs on https://aristath.github.io/kirki/docs/getting-started/fields.html#breakdown-of-a-field-creation-call

@umairrazzaq
Copy link
Author

umairrazzaq commented Oct 29, 2016

Well it still not work either with 'cleanresume' or 'wysiwyg'.
Although I've another 3 field types for 'code' which are working both on localhost & live linux server

@aristath
Copy link
Contributor

I'm afraid I won't be able to help unless I see your entire code.
Can you please send me your theme via email so that I may test this on my localhost?

@umairrazzaq
Copy link
Author

umairrazzaq commented Oct 29, 2016

Thanks for the reply and helping me out on this issue.
I can send you my website login information so you can check there. Its working fine on localhost but not on live.

@thatvideowebguy
Copy link

Hi, Any news on this one ?
I still can't add a full working editor field
#1159
#968
thanks

@rinkuyadav999
Copy link
Contributor

#1046

@rinkuyadav999
Copy link
Contributor

#1246

@ondasStevo
Copy link

ondasStevo commented Apr 20, 2017

Hello,
I had this problem too.
image
Which version of Kirki are you using? I was working on version '2.4.0-beta.2'. I tried version '2.3.7' (last stable version) and editor works fine.

@umairrazzaq
Copy link
Author

Hi, i already got this resolved by adding theme slug on each field, especially with Editor field.
Thanks for the comment, though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants