a question mark appers on top of ckediteur button
5 posters
Page 1 of 1
a question mark appers on top of ckediteur button
Technical Details
Forum version : #phpBB3Position : Member
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Screenshot of problem : https://i.servimg.com/u/f62/17/94/05/76/untitl10.jpg
Who the problem concerns : All members
Forum link : http://alla-omar.mo-rpg.com
Description of problem
a question mark appears on top of ckeditor buttons that i did add by the way i use edge theme how to remove itLast edited by alla13 on May 15th 2018, 7:44 pm; edited 1 time in total
Re: a question mark appers on top of ckediteur button
Since we did not create the Edge theme, you will need to contact Ange Tuteur.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
i did look in wiki page and i didnt found a soultion
same with the forum of solved topics
same with the forum of solved topics
Re: a question mark appers on top of ckediteur button
Turn off your Javascritps and see if the problem goes away I think it's a code that was added that is messing it up.
Re: a question mark appers on top of ckediteur button
Usually that happens when you add buttons to the editor because the buttons use Font Awesome.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
yes i think thats the issu but the code is Embeddedin other place then the java scripts pageAPE wrote:Turn off your Javascritps and see if the problem goes away I think it's a code that was added that is messing it up.
Re: a question mark appers on top of ckediteur button
exactly the issue here is how to fix itSLGray wrote:Usually that happens when you add buttons to the editor because the buttons use Font Awesome.
Re: a question mark appers on top of ckediteur button
alla13 wrote:yes i think thats the issu but the code is Embeddedin other place then the java scripts pageAPE wrote:Turn off your Javascritps and see if the problem goes away I think it's a code that was added that is messing it up.
Sadly you would have to remove them if you still have the problems
The problem comes when adding a code that will stop our codes are end working right
you should always make sure all your codes work 100% before putting them on your site, Bugs do show their face and you don't see them right away so I always test them on a test site first But even then you can miss them at first.
my advice is to remove the codes save them and see if it fixes it's self then if it goes you know that you need your codes maker to test this code and remake it so your forum works ok again.
Sadly we are not all coders and it may take time for this to be fixed as it is not a code we have made and it's not a real FM system.
Re: a question mark appers on top of ckediteur button
@APE the topic starter is using Edge by Ange Tuteur.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
I ts not that big issue i wont to now how to change the icon from question marck to any other icon then i will delet the css code of the button img is not that big bug its just a simple tutorial by ange would help me with this issueAPE wrote:
Re: a question mark appers on top of ckediteur button
Have you added any coding since you installed Edge? If yes, that could be the cause of the issue. I mean what is not included in Edge.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
That is what I'm saying @SLGray if he / she added any new codes to the forum they will need to be removed to see if the bug goes away then if they do go back we know that the new code has a bug and is messing with the codes already installed on the site.
As we are not the maker of the forum version or the codes used we can't really help on the matter.
As we are not the maker of the forum version or the codes used we can't really help on the matter.
Re: a question mark appers on top of ckediteur button
the problem is sample edge theme have code in it that replace the editor icons withe awesome font icons so when I add new buttons to the editor, he replace them with the icon question mark because there is no modification in the former edge code what I need now is how can I change the question mark icon with another one
Re: a question mark appers on top of ckediteur button
No that is not the issue. When I used Edge, there was no issue.
Have you added or modify anything since you installed Edge.
Have you added or modify anything since you installed Edge.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
SLGray wrote:No that is not the issue. When I used Edge, there was no issue.
Have you added or modify anything since you installed Edge.
I think I am miss under stood here, I mean when I add a new button to the editor by Java script a question mark shows up
in front of the button icon and yes I did make modifications mostly css
Re: a question mark appers on top of ckediteur button
Ok. That is not really what you said.
Yes, if you add button, it will have the question mark or an icon of another button already in the editor.
I know that I posted a question like this on FM Design.
Yes, if you add button, it will have the question mark or an icon of another button already in the editor.
I know that I posted a question like this on FM Design.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: a question mark appers on top of ckediteur button
SLGray wrote:Ok. That is not really what you said.
Yes, if you add button, it will have the question mark or an icon of another button already in the editor.
I know that I posted a question like this on FM Design.
can you give me the link of your question or the solution please
and sorry my english is not that good i did not paint a clear picture for the issue
Re: a question mark appers on top of ckediteur button
Ange Tuteur wrote:Use the following CSS rule to remove the question mark from custom buttons.
- Code:
.sceditor-button-NAME:after { content: "";}
Replace NAME by the custom class of your button. ".sceditor-button-fontawesome" for example.
Re: a question mark appers on top of ckediteur button
Problem solved & topic archived.
|
Similar topics
» About the revised mark
» LIKE button question
» thank you button question
» Forum Button Templates; Newb Question
» How to mark a favorite?
» LIKE button question
» thank you button question
» Forum Button Templates; Newb Question
» How to mark a favorite?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum