message editor icons/buttons
Quote from ray on November 2, 2019, 9:47 amHi Thomas
This coding has stopped working for me and the icon has reappeared on the menu next to the “insert/edit link” icon. I’m not sure when this occurred.
I have just been playing with tinymce advanced plugin and noticed the change after i installed this plugin for the first time. But deactivating and deleting tinymce plugin did not remove this icon, I think i flushed all my caches etc as the default (ie not the tinymce configuration) menu bars reappeared with the icon on the end of the menu bar. If I add this button using tinymce settings, it then appears twice on the menu bar. I can then remove the 2nd occurrence by reversing the tinymce settings.
so tinymce is now installed again (I need to be able to create tables) and I found that this bit of css is working, at least for now. (i used chrome inspect to work this out).
i.mce-ico.mce-i-image {
display: none;
}Do you think its reappearance could be linked to my playing with tinymce and therefore a coding change might fix it rather than my css hack?
And should my css be something else, ie better/neater?
R
Hi Thomas
This coding has stopped working for me and the icon has reappeared on the menu next to the “insert/edit link” icon. I’m not sure when this occurred.
I have just been playing with tinymce advanced plugin and noticed the change after i installed this plugin for the first time. But deactivating and deleting tinymce plugin did not remove this icon, I think i flushed all my caches etc as the default (ie not the tinymce configuration) menu bars reappeared with the icon on the end of the menu bar. If I add this button using tinymce settings, it then appears twice on the menu bar. I can then remove the 2nd occurrence by reversing the tinymce settings.
so tinymce is now installed again (I need to be able to create tables) and I found that this bit of css is working, at least for now. (i used chrome inspect to work this out).
i.mce-ico.mce-i-image {
display: none;
}
Do you think its reappearance could be linked to my playing with tinymce and therefore a coding change might fix it rather than my css hack?
And should my css be something else, ie better/neater?
R
Quote from ray on November 2, 2019, 9:55 amHi Thomas
i just found this posting
https://asgaros.com/support/topic/possible-to-disable-insert-image-link/
And it has fixed my problem
thks
R
Hi Thomas
i just found this posting
https://asgaros.com/support/topic/possible-to-disable-insert-image-link/
And it has fixed my problem
thks
R