-
Notifications
You must be signed in to change notification settings - Fork 330
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
Comments
Hello there @stev0n |
ah, ok. cheers. steve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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' );
The text was updated successfully, but these errors were encountered: