The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Editor toolbar modification

4 posters

Go down

Solved Editor toolbar modification

Post by Dollymixture February 15th 2017, 12:38 am

Hello, how do I modify the sceditor so that only the first three sub-menus appear for everyone please?


Last edited by Dollymixture on February 15th 2017, 5:43 am; edited 1 time in total
Dollymixture
Dollymixture
Forumember

Posts : 36
Reputation : 1
Language : English

http://Www.40plusdiscoclub.forumotion.co.uk

Back to top Go down

Solved Re: Editor toolbar modification

Post by SLGray February 15th 2017, 4:46 am

There is no individual selectors for each group. You will have to add CSS codes that remove the individual buttons.


Editor toolbar modification Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Editor toolbar modification

Post by Dollymixture February 15th 2017, 5:07 am

O.k. but where is the CSS code for the editor? I have looked in the CSS in the style sheet found under Display->Pictures and Colors>Forums basic CSS
but didn't find anything to do with the editor.
Dollymixture
Dollymixture
Forumember

Posts : 36
Reputation : 1
Language : English

http://Www.40plusdiscoclub.forumotion.co.uk

Back to top Go down

Solved Re: Editor toolbar modification

Post by SLGray February 15th 2017, 5:24 am

Hover your cursor over the buttons you want to remove and right click them. Click inspect element.'


Editor toolbar modification Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Editor toolbar modification

Post by Dollymixture February 15th 2017, 5:42 am

Ah, thankyou. I am on an iPad at the moment so couldn't do that! I will go on my PC and do it, thanks.
Dollymixture
Dollymixture
Forumember

Posts : 36
Reputation : 1
Language : English

http://Www.40plusdiscoclub.forumotion.co.uk

Back to top Go down

Solved Re: Editor toolbar modification

Post by Ch@lo Valdez February 15th 2017, 7:37 pm

like this?
Editor toolbar modification Captur42
Code:

.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Ch@lo Valdez
Ch@lo Valdez
Forumember

Male Posts : 138
Reputation : 50
Language : spanish

TonnyKamper likes this post

Back to top Go down

Solved Re: Editor toolbar modification

Post by Ape February 15th 2017, 7:39 pm

Is this now solved as it is mark as such.


Editor toolbar modification Left1212Editor toolbar modification Center11Editor toolbar modification Right112
Editor toolbar modification Ape_b110
Editor toolbar modification Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Editor toolbar modification

Post by SLGray February 15th 2017, 9:10 pm

Ch@lo Valdez wrote:like this?
Editor toolbar modification Captur42
Code:

.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Where did you locate the numbers?  I do not see them when I inspect the elements.


Editor toolbar modification Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Editor toolbar modification

Post by Ch@lo Valdez February 16th 2017, 11:23 pm

@SLGray :nth-of-type(n) is a pseudoselector you can select elements in a list by position 1 = firstlement, 2 = next element, etc

you can hide the groups of buttons 4th, 5th and the last, 6th element in the list

Code:
.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Ch@lo Valdez
Ch@lo Valdez
Forumember

Male Posts : 138
Reputation : 50
Language : spanish

Back to top Go down

Solved Re: Editor toolbar modification

Post by SLGray February 16th 2017, 11:28 pm

Thanks.

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Editor toolbar modification Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum