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 - link button -not working #1144

Closed
stev0n opened this issue Oct 18, 2016 · 4 comments
Closed

Editor - link button -not working #1144

stev0n opened this issue Oct 18, 2016 · 4 comments

Comments

@stev0n
Copy link

stev0n commented Oct 18, 2016

Issue description:

Hi
The visual editor opens as expected(see screenshot) and there are no js error messages.
The bold, align etc buttons work ok.

However, my link button in the visual editor does not work correctly, it makes the selected word go blue and underlines it. but the url selection box does not appear.
If you then click on the text view button, there is no a tag around the word.
screen shot 2016-10-18 at 16 47 03

The visual editor works as expected in the wp cms if I were to edit a post.
So I assume that the tinymce files are installed correctly.

Also, how does one specify which buttons the visual editor should display ?

Your help is appreciated.

Steve

Version used:

(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
2.3.6

Using theme_mods or options?

mods

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

function kirki_customizer_config() {
$args = array(
// Only use this if you are bundling the plugin with your theme
'url_path' => $_SESSION['CODE_BASE_URL']. 'cms/kirki/',
'description' => __( 'This is the theme description. You can edit it in the Kirki configuration and add whatever you want here.', 'gogosimplicity' ),
'width' => '31%'
);
return $args;
}
add_filter( 'kirki/config', 'kirki_customizer_config' );

$fields[] = array(
    'type'      => 'editor',
    'settings'  => 'contactpage_content',
    'label'     => __( 'Contact Page Contents', 'gogosimplicity' ),
    'section'   => 'contact_section',
    // 'transport'  =>  'postMessage',
    'default'   => ''
);
@aristath
Copy link
Contributor

Hello there @stev0n
The editor field needs to be rebuilt, this is something I'll start working on soon.
No dates or ETAs.

@stev0n
Copy link
Author

stev0n commented Oct 18, 2016

ah, ok.

cheers.

steve

@rinkuyadav999
Copy link
Contributor

rinkuyadav999 commented Jan 8, 2017

#1046

@rinkuyadav999
Copy link
Contributor

#1246

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

3 participants