The official community for RoboHelp.
Recently active
Hello! I'm using Prism.JS (https://prismjs.com/) to generate syntax highlighting for XML markup in the docs I'm writing. Locally, this all works well and looks great, but when the files are uploaded to the server it stops working. You can see the live example here:https://docs.flightsimulator.com/html/Content_Configuration/Sounds/Sound_Examples.htm It should look like this:Note that refreshing the page briefly shows the code with highlighting then it breaks... Checking the console output on the browser, I see no errors and the page should load fine, so my question is WHY is the online version not working and what can I do to resolve it? I suspect it's got something to do with the RoboHelp async loading of JS files required to build the ToC etc... but I have no idea how to resolve the issue. Note I've tested on Chrome and Edge and they both show the same issue, but Firefox seems to load everything fine.
Hi all, I have a problem with skin in Robohelp 2020. I have created a skin and customized it, but when I generate an output it shows only some of the skin elements and generated outputs are different even if created from the same skin. For example, there are no all customized buttons, font color and pictures are different in two outputs created with the same skin.
Hi, I am trying to perform a Find and Replace across all project topics in RoboHelp 2020.5.71. However when I receive the matches, I see no way to open the topic itself to see where the match exists. I would like to open the topic from the results list to see the context of the search term. I do not want to blindly replace something. Am I doing something wrong? Is this a bug or is this working as expected? These are the steps to reproduce:Click the Find and Replace icon.Specify a Search term in the Search field. Specify the' Replace with' field (I tried not using this and it still doesn't work).Select Topics from the Files of Type field.Select Current Project from the 'Look in' field.Click the Find All icon.The 'matches' are returned in a list on the bottom of the Find and Replace panel.The presented options are Previous Match, Next Match, Replace this result, or Remove this result.The topic where the first result was found does not display in
Okay, I'm using the Trial Version to evaluate TCS 2. One of the features that we would use here in my company is the ability to create DHTML drop-down text. In TCS 1, we have to do this on the RoboHelp side, and the ability to do this in FM is a key selling point for us.However, I can't get it to work in the compiled webhelp.I modified the paragraph properties of the DropDownCaption and DropDownBody tags in FM to match our own style, then followed the instructions in the help. Sure, in RH you can the see two components in the topic editor, but when I compile, it doesn't work.I didn't do anything to the styles on the RH side by the way.Does anybody know how to get this to work properly in compiled webhelp?Thanks.MC
Greetings,Continuing the process of becoming familiar with the current (non-classic) RH interface... in the classic version, a new style sheet could be created with something like a builder dialog, which listed the different type of styles for editing. Is there something like this in the current version of RoboHelp?
Hi, I'm working on a Help file in 2019 classic. When I have my cursor in the text, the font name in the character section is blank. I need to find out what this font is because most of the Help file is in this font. But I have some areas where there is Arial. I need to change the Arial to whatever this font is. I tried to copy and paste but it pastes as Arial. I included an image of the font and the empty font in Character. Thanks in Advance, Julianna
Robohelp - When i try to drag Topics or Folders to place them logically rather than alphabetically, in Contents Panel (Author), a message saying "Moving.." Pop up comes which doesnt get executed at all.Hi, I want to sort the Topics and Folders NON-alphabetically in Contents Panel. Drag and drop is not seem to be working. Every time i drag, it gets hung.
Hi all , I want to complete Adobe Developer certificate, so you people guide me how prepare for this certification and what logic and condtions are there.
I've read through many similar problems, and tried the solutions, but this seems different. First: HHActiveX.dll is registered (both 32 and 64). Plus, I can open other (multiple) CHMs and see the Glossary tab full of terms and definitions. I have a project (I'll call Project X) I worked on a couple months ago. Then, it published (multiple times) with a Glossary. No problems. I just today had to update some text (just text) in a couple topics in this project. I made no changes to anything that should affect the Glossary in any way, or how the project publishes. But publishing the CHM today: the Glossary tab is present, but it is empty of terms and definitions. (It is not a grayed out area -- it has the two white fields where the terms and definitions usually appear, but the fields are empty of text.) Previous versions of Project X CHM (kept in version control) open with the Glossary showing properly. Only the versions I'm producing today are missing the Glossary terms/def
I have a phantom shadow (1) between the header and body containers that I can't seem to get rid of. I've tried changing border colors to #ffffff and clear on both containers, as well as background colors. I've also tried using Chrome Inspector and canceling any grays coming from the userstyles.css. But I still haven't been able to find the source. Also, a mysterious paragraph with the page name appears at the top of the body container (2) just below the breadcrumb. This only shows on the home/landing page. Any ideas on how to get rid of either of these, please?
Greetings! I am trying to create a custom bullet that I can use for one-step instructions. It would be an unordered list with the bullet graphic I created. I opened the style sheet in RH2020 and added the style. When I open the style sheet in Notepad++, the code looks like this:ul.OneStep {list-style: none;--prefix-size: 40px;--prefix-fixed-size: false;--prefix-gap: 4px;--list-indent: 40px;--vertical-spacing: 0px;counter-reset: item1;padding-left: var(--prefix-size);margin-left: calc(var(--list-indent) - var(--prefix-size));}ul.OneStep>li:before {counter-increment: item1;content: counter(item1, none)url('../../IconImages/OneStep.png');text-align: right;position: absolute;left: calc(-1 * var(--prefix-size) - var(--prefix-gap));margin-right: var(--prefix-gap);width: var(--prefix-size);overflow: hidden;}ul.OneStep>li {--prefix-size: 40px;--prefix-fixed-size: false;--prefix-gap: 4px;--list-indent: 40px;--vertical-spacing: 0px;position: relative;margin-top: calc(var(--vertic
Hi guys, I'm working in RoboHelp 2020.5.71 and trying to implement some cool workflow diagrams using the Mermaid API However, Robohelp constantly reformats my html and completely breaks my code I write my code like this : But after switching to Author mode RoboHelp turns it into this, which completely breaks it: Is there any way to disable RoboHelp from trying to "help" and stop it from overriting my work? Thanks! -Dan H
Hi,I would like to have a book that is structured as follows: I have gone through various RH help documents and know that actual behaviour of the Book TOC. But, I would like to know if there is any work around to align the headings in the same way as shown in the image.
Hello friendsI'm using RH 2017 (13.0.2.334). I'm running into an odd problem. I have a fairly long code sample in a topic. In the generated output (Reponsive HTML5), RoboHelp is often putting everything in the code sample on one line when I click on the topic from the search results. It looks really bad, like this: However, when I click on the topic from the TOC, or use the Next / Prev buttons to arrive at the topic, it looks fine, like this:The problem occurs only when clicking on the topic link from search results. The code sample in question has this structure:<div class="ExampleLong"><pre><code>Code Stuff Here</code></pre></div> It seems like a RoboHelp bug to me. Has anyone else seen or been able to duplicate this?I tried adding in a style definition in my CSS file for the pre tag to see if that would help.It made no difference.
Is it possible to link Index entries to different sections in a topic instead of just the whole topic?I have a scrollable topic which 3-4 sub-topics and I would like different Index entries jump to those sub-topics instead of the top of the topic.Judy
I have a project where the main content is one very large table. When I output to PDF, the table breaks in the middle of rows between pages. Is there a way to keep rows together?
I did an HTML5 output in 2019 classic. I searched the term TEC-X and it brought up 367 results. Many of them were just the letter X. Is there a setting in the ouput that I need to change so that it just searches for whole words? Below is an example of what I am saying: Thank you in advance for your help.
Version 2020.5.71I am currently creating a parent project for the first time. I have added my child projects and all looks good except I would like to know if there is a way to use conditional tags to create separate indexes for each child project. They have all merged together. I have tried a few things but nothing seems to be working. Thanks,Chantal
When I manually export a translation on the xlf file I would like to visualize to origin and translated content (if it exists); is it possible? currently I visualize only the origin language. Is there a method to view the original contents and their translated parts? Thanks for your help
Running RoboHelp 2020.5 I need to update an existing help system (built with RH 2015, possibly older and skin is no longer supported in RH 2020) that's delivered with a web-based application. The help is opened from the web-based application by end-users. However, since the web browser is configured to hide its tabs/menu/etc. for both the web app and the help, users can't (by default) close the help and return to the app. To address this, the legacy help system was built with a custom, integrated "close help" function. Here's the actual code we used (note that it still works): <a href="javascript&colon;window.open('','_self').close();"> <img src="../../images/exit.png" alt="" style="border:none; margin-left:0px; margin-bottom:0px; margin-top:15px; margin-right:45px; width:100%; max-width:32px" align="right" border="0"> </a> For the help update, I've selected the TopNavigation skin for frameless output. I'd like to add the "close help" function to th
The 2020.4.173 User Guide has a procedure for creating inline snippets. However, when I look at the source code I see the same <p> tag as the snippets I create using the Content menu. When I insert the snippet as a line item, RoboHelp adds it as a <div>, causing it to render like this: 1. Snippet text Snippet image I noticed some snippets are added as <span> and some as <div>. I can revise the tag to bring the snippet text inline with the <li> number. Just wondering if there's a better way?
I'm using 2020.4.173 and attempting my first top nav output (frameless). The issue I'm having is with the submenu behavior. Everything looks good in the Skin Editor, but in my output, the menu closes after a second instead of staying open until clicked. Any ideas on what controls that behavior and how to fix it? Also, is there any way to have the menu open on hover?
Hi everyone, I'm looking to find out if anyone here has experience of putting a Frameless help center generated by RoboHelp 2020 behind a Google OAuth sign in for their organisation? We want to host a brower-based help center, but keep it private to Google accounts who are part of our organisation. It anyone has attempted this, or something similar, please let me know. Thanks for your time.
Greetings, I'm using Adobe RoboHelp 2020.5.71 and generate CHM's as output. The Glossary tab in the CHM is not visible in the generated output. Can anyone give me pointers as to what's needed to enable it. Thanks in advance!
Hi everyone, In RH 2020 (2020.5.71), is there anyway to move the page number to the right of the list item? Is there also a way to format the page number independently of the title colour? And remove the .....? Like this:
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.