sobini
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Color + Bold not possible in EditorHi!
Well the most elegant way to solve it is to add custom style, I just don’t know how to do it.
I realised that when the color is selected first and then bold both styling changes stick. If bold is done first and color second the color doesn’t show. That might be a work around. But it doesn’t fix the problem of the style not sticking when it is copied.Forum: Fixing WordPress
In reply to: Color + Bold not possible in EditorThat is true, that is done with the text view with css. But my client can’t do that. When she copies and pasts text from one editing box to another editing box within wordpress the formatting is gone.
It is also not possible to have a word be bold + coloured just with the visual editor.
In the code, the color is even visible, but in the fronted view it is black.
Here is the code, first I hit bold then, then the color:
<span style=”color: #ff0000;”>Beispiel stehen:</span>
Maybe it it the order in which the formatting are applied?Forum: Fixing WordPress
In reply to: Color + Bold not possible in EditorFirst it was the one that comes with a new installation, then I installed TinyMCE Advanced, thinking that it might be the editor. But the problem persists with both editors.
I am using gantry 5, hydrogen template, not sure if that could be an issue.Forum: Fixing WordPress
In reply to: Menu not working after change to SLLIt worked! Thank you so much for your help!
I applied both suggestions, so I don’t know which one did it, but it worked.
Forum: Plugins
In reply to: [Collapse-O-Matic] remove … after expand expanded section gets pushed downthanks Braden, I didnt know there was a pro version of it. I will look into it.
Forum: Plugins
In reply to: [Collapse-O-Matic] remove … after expand expanded section gets pushed downthanks, I put that code in and it work.
I still can’t figure out how to put a “…” at the end of the paragraph and make it dissapear when the hidden content opens.
I wanted to do it with the excert tag, but realized I can only use 55 characters with it and that is not enough.
Maybe it can be changed with “roll-your-own”, but how would I go about it?Forum: Fixing WordPress
In reply to: Change php Version upgrade wordpress installationthanks for the quick answer.
Forum: Plugins
In reply to: [Collapse-O-Matic] remove … after expand expanded section gets pushed downUnfortunatly I tried that before and it didn’t help.
I have added margin + padding 0 to the css, which removed the left indent from the paragraph, but I would like the expanded paragraph to be on the same line than the text that is always visible, I just don’t know what the css code is for pushing that line upwards.
I also coulnt find any code for removing some text from the paragraph that is always visible.Forum: Plugins
In reply to: [Collapse-O-Matic] remove … after expand expanded section gets pushed downHi,
thanks for the quick response (and sorry for my late one)This is the shortcode that I am using:
[expand title=”Vollständige Referenz” swaptitle=”weniger” trigclass=”arrowright” targtag=”span” trigpos=”below” excerpt=”…” swapexcerpt=” ” tag=”div” ]