Thank you Alaa.
One additional question - the "menus" on the right side (e.g. Landing Pages, Color Schemes) are of particular interest. Is this created with a block containing a menu or a title and paragraph type (which one)?
I would very much like to replicate this scenario for our site as we would like easy navigation based on the content on the left side. Similar to your set up.
Again, many thanks for any guidance you can provide.
markfien β created an issue.
Thank you so much. Happy holidays and New Year.
markfien β created an issue.
CKEditor 5 view source shows:
Text here
How do I modify for this? No ol, li, etc
TIA
Note, the same issue is happening when using Indent - paragraphs do not indent in theme.
The patch is for 3.x -- we are using 2.x -- is there a patch for that version please.
Same issue with Drupal 10.1.6, Group 2.2.1
markfien β created an issue.
Thank you so much for the assist. We can now move forward with your creative module.
You can use alaa and pw: flas*w**c**ter (you know the letters to replace *) and link above will give you edit rights. I'll remove user after I hear back from you. FYI, administrator theme is Claro 10.1.5 (administration theme)
Thank you for the assist.
If you require a login to see the specific edit form in Claro I can provide it.
I uninstalled everything, deleted all paragraph types, reinstalled following video for w3css_paragraphs. Image and Simple work. I then installed one, two and three column modules and get the above again. I can add Two Column but when trying to add left and right paragraph types they are shown but there is no edit sections as shown above for one column.
Thank you.
I believe this is the twig information you were asking for. Hopefully it will give you enough to be able to explain what is wrong. Thank you.
Thank you for explaining. Hopefully, this is the code you are looking to see. I notice an --err but do not know where to look for it.
Would uninstalling all the modules and reinstalling help resolve the issue?
I don't know where to look to see this. When I do view page source after saving a node it is not what I'm seeing when I drill down.
Thank you.
We are running Drupal 10.1.5 as our environment.
markfien β created an issue.
markfien β created an issue.
markfien β created an issue.
markfien β created an issue.
markfien β created an issue.
Our upgrade from 9.5 to 10.1 has been disastrous as it relates to CKEditor 5.
Will the commit resolve this issue:
The "ckeditor" plugin does not exist. Valid plugin IDs for Drupal\editor\Plugin\EditorManager are: ckeditor5
or this which we get everytime we try to access anything to edit
.. throw new PluginNotFoundException($plugin_id, sprintf('The "%s" plugin does not exist. Valid plugin IDs for %s are: %s', $plugin_id, static::class, $valid_ids));
TIA, Mark
markfien β created an issue.
markfien β created an issue.
I've done a 2nd test of a more complex Word file used by clients. The zip of the Word file (Agenda - October 17, 2022) is attached and the resulting paste into Safari is here: https://demo9.schoolboard.net/node/3405
There are many tables and lists - you can see the resulting numbering errors and table loss of formatting in outlines.
Hope this helps.
Thank you @star-szr. Attached is scrolled screenshot of settings. I did get somewhat better results. However, when I added color, italics and bold to document (also attached as zip) those are lost in conversion with the exception of bold which came across.
Examples of paste into different browsers using M1 Max Macbook Pro, Ventura 13.5.1 can be found at https://demo9.schoolboard.net/node/3404 for reference.
One other question, which I have not tested is under enabled filters should 'convert line breaks into HTML' and 'correct faulty and chopped off HTML' be checked or unchecked.
Thank you for the input and help.
markfien β created an issue.
Aala,
Thank you for the detailed information. I have made the identical changes (I had paste filter turned off .. duh) and turned off the style in paste filter. I am still getting the text-indent:-.25in; when pasting and not getting the result you show so all lists are not formatted correctly. I added your style content to our sub-theme css file.
When pasting from Word, source in CKEditor 5 shows:
<ul style="list-style-type:disc;">
<li style="mso-list:l0 level1 lfo1;text-indent:-.25in;">
Item 1
</li>
<li style="mso-list:l0 level1 lfo1;text-indent:-.25in;">
Item 2
<br>
more about item 2
</li>
<li style="mso-list:l0 level1 lfo1;text-indent:-.25in;">
Item 3
</li>
</ul>
<p>
End of bullet list.
</p>
<p>
This is a numbered list:
</p>
<ol>
<li style="mso-list:l1 level1 lfo2;text-indent:-.25in;">
Item 1
</li>
<li style="mso-list:l1 level1 lfo2;text-indent:-.25in;">
Item 2
<br>
more about Item 2
</li>
Any insight you can provide is much appreciated. Thank you.
markfien β created an issue.
This is a major issue preventing us from using CKEditor 5 in Drupal 9 and 10. Attached is our test file to replicate this issue.
Using Admin theme of Claro and dw3css theme no lists are formatted correctly. Sample file includes bullet, numbered and alphabetic all fail with a conversion insert which is not in Word file of text-indent:-.25in which causes text to be offset on top of the item identifier in the list.
<ul style="list-style-type:disc;">
<li class="MsoListParagraphCxSpFirst" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>">
Item 1<o:p></o:p>
</li>
<li class="MsoListParagraphCxSpMiddle" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>">
Item 2
<br>
more about item 2<o:p></o:p>
</li>
<li class="MsoListParagraphCxSpLast" style="mso-list:l0 level1 lfo1;<strong>text-indent:-.25in;</strong>">
Item 3<o:p></o:p>
</li>
</ul>
<p class="MsoNormal">
End of bullet list.<o:p></o:p>
When will this module be ready for prime time and in sync with copy/paste from Word and Office?
Alaa,
I'm wondering if my issue is the fact that we are doing multi-site installation on Drupal. So we have one Drupal 9 codebase and the sites are under it. So our path to a site would be master/web/sites/sitename/files/themes/custom/markfien/css (using your example). In multi-site the custom css does not respond for the site.
If I install your markfien.css in a stand-alone site I see the custom css and it does function. That is why I'm wondering if there is something else I must do for multi-site.
Thank you in advance, Mark
Alaa,
I see the regions in view source.
The thing I find strange is in view source on the main page the custom css is pointing to:
link rel="stylesheet" media="all" href="/themes/custom/markfien/css/d8w3css-subtheme-style.css?rwtm0z" /
and not to markfien-style.css.
So I duplicated markfien-style.css as d8w3css-subtheme-style.css and that too fails.
If I follow the link above for d8w3css-subtheme-style.css in view source it opens a file which shows:
/* Add your css code here */
then blank - I'm not sure where this is coming from or pointing to since no files in the subtheme have this text.
The site address, if you could take a look I'd appreciate it, is: https://twpunion-d9.schoolboard.net/
Many thanks, Mark
Alaa,
Thank you for the subtheme. I have installed it on the site and am having the same issue. It seems the css color codes (e.g. w3-theme, w3-theme-l5, etc.) do not override the default theme. How do I accomplish this and what am I missing? I'm sure it is something simple I have overlooked.
The site address is site link if you can take a look. I'm happy to provide a login if necessary.
TIA, Mark
That is exactly what I have. Code above is in subtheme css file at bottom. So how do I get it to see, for example, w3-level-5. I tried putting it in heading no go. There is no way I can find to put it in predefined. Thanks
markfien β created an issue.