Skip to main content
Inspiring
September 13, 2018
Question

RH2019 - Multi-level list missed in the css-editor

  • September 13, 2018
  • 12 replies
  • 5905 views

Hello,

in RH2017 I used multi-level list to structure the instructions with intermediate steps and interim result (1. Level: Instruction, 2. Level: intermediate step, 3. Level: interim result). In the css it was the element rh-list. After the migration to RH2019 that does not work anymore...

Any ideas? In the default.css I just found one multi-level list (ol) but I didn't find any option to create my own multi-level list.

Thanks for your help.

Felix

This topic has been closed for replies.

12 replies

Peter Grainge
Community Expert
Community Expert
January 8, 2021

Only now it takes a very long time to open a project.

 

I can't see how the two are connected. Have you tried the old trick of deleting the CPD file and then reopening the project?

________________________________________________________
See www.grainge.org for free Authoring and RoboHelp Information

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Participant
January 8, 2021

Yes, there is discuss of an Update all the way to 6 where the issue was still occurring. I did not see any further posts regarding a successful fix. I will see if I can get some examples of coding. 

 

Now that we are on the current version of 2019 Classic, I applied the "Find and Replace" fix mentioned in the thread. That has worked in fixing the issue. Only now it takes a very long time to open a project.

Community Expert
January 5, 2021

Ignore my suggestion for a new thread and just post here - I went back and did find a nested thread about Classic Update 2 - I blame lack of coffee this morning. 🙂 

Community Expert
January 5, 2021

Ah I missed that you said Classic before. I'd recommend starting a new discussion as this thread is about New UI, so nothing mentioned here will help you.

 

Given it was working with 2019 Classic (I assume) and now isn't, this suggests something changed within your project. I'm not sure where to start troubleshooting, but perhaps if you post some screenshots of the style in the style editor, a list in the topic editor, and a snippet of the html code for the list (the top of the list and a couple of steps in). Use the Insert Photos icon to insert the pictures. Include details of what was working and what now isn't working so the full information is in the new thread.

Participant
January 5, 2021

I am currently using RH 2019 Classic. The multilevel list I have been using for almost a year is now switching over to the "Default" multilevel list anytime an edit is made to the topic. The "Default" multilevel list has missing decimals, close parens, uppercase and lowercase alpha mixed in. I am unable to edit the "Default" multilevel list.

 

I tried the Find and Replace suggestion, which worked to a degree. Everything looked great in RH; however, once in published view, the mutlilevel list does not display in any drop-downs they are used in.

 

I did reach out to IT. Version updates are being made for the RH 2019 Classic application to be on the most current version. Was curious as I was unable to find anything in the thread that a working fix was ncluded in a version update.

Community Expert
January 5, 2021

What specific issue are you having as there were a lot of different issues mentioned in this thread? If it's the problem with a bracket or dot going missing when you change things, I might have a solution.

Participant
January 4, 2021

Afternoon, has there been a solution to the multilevel list issue in RoboHelp 2019 classic. I just started struggling with this issue in our current project. 

Peter Grainge
Community Expert
Community Expert
July 29, 2020

@ChadPink This is a long thread with twists and turns. Try increasing the space between the numbering and the text. If that doesn't work then I would suggest starting a new thread.

 

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
ChadPink
Inspiring
July 29, 2020

I have tried to increase the spacing in between. I don't think it's hidden, but missing. 

 

Ok, will start new thread. Thanks!

Helix_ddAuthor
Inspiring
March 22, 2019

HI,

is there any solution by Adobe in the meanwhile? I just updated RH 2019 classic to 14.0.5 and still have the problem, that the ML-lists are not working.

1. I'm assigning my multi-level list format in the design view: it looks as defined in the css.

2. Changing to HTML view or close the topic and reopen it: formating is gone, as well in the output.

My work-around procedure:

I found out, that the problem is, that the class in the rh-list is getting overwritten when you change to the html view to something like "p-[your-paragraph-format-name]". That has to be the name of your multi-level list.

So, before I create my output I start a search-and-replace:

class="p-[style name of assigned paragraph level 1]" --> class="[name of multi-level-list]"

class="p-[style name of assigned paragraph level 2]" --> class="[name of multi-level-list]"

class="p-[style name of assigned paragraph level 3]" --> class="[name of multi-level-list]"

Example:

Your List "mylist" is defined as followed:

lv1: assigned paragraph style -> "instruction"

lv2: assigned paragraph style -> "interstep"

lv3: assigned paragraph style -> "result"

search-and-replace your project as followed:

search for class="p-instruction" and replace it with class="mylist"

search for class="p-interstep" and replace it with class="mylist"

search for class="p-result" and replace it with class="mylist"

I strongly recommend to test this with a backup, because this makes changes in many many places

After that, everything looks as it should and I can start generating my output. As long as I don't touch the html view the formatting stays correct.

I'm still looking for a solution, because for me the multi-level-list is a main feature and the work-around isn't that handy...

Regards

Felix

Adobe Employee
March 22, 2019

Hi Felix

Can you share a sample project with us so we can check it out. We have made quite many fixes with update 6 (due for release March end). We will try it out once and confirm back.

thanks

Amitoj Singh

Email: amisingh@adobe.com

Steffen Riek
Inspiring
September 14, 2018

I think its about cerating a multi level list.

In RH2017/2019 Classic there is/was a own menu to create such a list:

In the top bar:

As context menu

And in the styles pod:

Now there is only a "simple" list feature and no way to create such a list.
By the way we use multi level lists intensively. Only in this list type you can add a parastyle and thus add list style and para style to a paragraph with just one click. But unfortunately this does not work anymore even in the Classic version properly.

Regards

Steffen

Community Manager
September 15, 2018

Hi Steffen,

This can be found in RoboHelp 2019 here:

  1. Open your project.
  2. Go to "Contents".
  3. In "Contents" open the "assets\css" folder, and double-click your CSS file to open it (here: "default.css"):
  4. Now the visual CSS designer opens up. Select an existing style in the styles catalog in "List Styles" to edit it:

    Or duplicate an existing style with the button, or create a completely new list style with the button:
  5. You can now customize the numbering completely.
  6. When done, you can open a topic and start with creating a simple list. You might want to select the "ol" tag in the breadcrumb navigation and then select your style "Handlung_Folge":

Now you can simply use the "Tab" key and "Shift+Tab" to push a list item up and down the list levels. The numbering changes automatically depending on the list level and according to your style specification.

Does that help?

Helix_ddAuthor
Inspiring
September 18, 2018

Thanks, I also found that, but it does not work that well. The configuration in the editor does not work properly and I do not see a option to connect a format to a specific level (as it works in RH classic). I can choose different levels in the editor, but all changes I make (font, alignment, ...) effects all levels.

If I try to use the format in the content (double-click on the template) nothing happens...

Since the old multi-level RH-lists (<?rh-list>) in RH2019 are probably not compatible and I created about 75% of my content with that and furthermore today I also found out that a Word-export with RH2019 is also not possible, I'll change to RH2019 classic.

Thanks for your efforts, I will give RH2019 another chance in half a year or so ...