-
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 issue - followup #1159
Comments
@stev0n If I understand correctly, the issue you're seeing is caused by this file: https://github.com/aristath/kirki/blob/develop/assets/scss/controls/editor.scss |
@stev0n I just pushed a commit in the development branch. Can you please try pulling this one and see if that fixes your issue? |
Hi thanks |
2.4.0 is highly experimental and a lot of things don't work there. |
ah, ok, thankx
it’s definitely a z-index issue
what i see in firebug is that the mce tool-tip div (+3 other mce elements) is being created outside of the kirki_editor_pane div
and (i guess) are therefore not being effected buy the css settings as you intended.
if i manually (using firebug) set display to block and the z-index to 500000 the tool-tip becomes visible
<div id="mceu_43" class="mce-widget mce-tooltip mce-tooltip-n" role="presentation" style="left: 326px; top: 584px; display: block; z-index: 500000;">
<div class="mce-tooltip-arrow"></div>
<div class="mce-tooltip-inner">Italic</div>
</div>
Regards
Steve
… On 26 Nov 2016, at 15:58, Aristeides Stathopoulos ***@***.***> wrote:
2.4.0 is highly experimental and a lot of things don't work there.
I wouldn't use it if I were you... it's just used for internal development 'cause I'm rewriting a lot of things in the plugin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1159 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOSIHJ_aicv3VlBUlBJ9_EiHkz_dOfLzks5rCFdCgaJpZM4KxZPd>.
|
Nice let fix it here: #1046 |
fixed in develop branch. |
Issue description:
Further to my previous post - Editor - link button -not working #1144
I found that (in my case) the missing editor link/unlink popup and the button tool tips that were missing are just hidden underneath. The can be restored.
I added the below css code to kirki/assets/customizer.css
.wp-full-overlay {
z-index:unset !important;
}
Hope this is helpful.
Regards
Steve
Version used:
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
Using theme_mods or options?
Code to reproduce the issue (config + field(s))
The text was updated successfully, but these errors were encountered: