『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for RoboHelp.
新着順
RoboHelp 2026.03.13I need to know how to remove the leader and page number from the Chapter TOC present on the Chapter_first page. I want to continue to have the name of the article, but I have not been able to find any place to remove the leader and page number.I do not want to change the leader and page number from the main document TOC.This is my chapter toc on the chapter_first page: <div data-type="chapter-toc" style="margin-top: 8pt;margin-bottom: 24pt"> <ol class="chaptoc-body" data-class="level2" data-from-selector="h2" data-selector="h2" data-to-selector="h2" data-type="chaptoc-body" style=""> <li><a class="chaptoc-level-2" href="#">Heading 2</a></li> </ol> </div>This is the current entry in Layout.css:.chaptoc-body { font-family: 'Inter UI'; list-style-type: none; padding-left: 0.25in; margin-top: 8pt; margin-bottom: 24pt; font-weight: normal; text-decoration: underline; font-size: 11px; color: #00
Hello RHelpers! I have returned! It’s been a while and it’s nice to see some familiar faces still around.RH 2022+ using merged HTML5 output.BackgroundThe last several I moved over to a different role in our company. I was fortunate to be able to use some other tools Paligo, then MadCap Flare, etc. So, it’s been nice to expand my knowledge. I found there are things I really liked in Flare that weren’t in RoboHelp and things I really liked in RoboHelp 2017 and some things I didn’t like in either. But anyway… layoffs happened, and I got pushed back into my old role.Anyway, we just converted our RH 2017 content (merged HTML5 help system with parent and 15+ child helps) the last couple of weeks from RH 2017 to the latest RH...whatever it’s called now. I’ll call it RH 2022. We’re slowly dealing with the fallout from that. In whole, the conversion went well. The topics converted great etc etc. We put things back together over the last couple of weeks. Our custom screenlayout that got converte
The “Fixed issues” list for RoboHelp Update 2026.03 says:“Adding the same snippet to a topic more than once results in only a single instance being added, preventing multiple insertions of the same snippet. (Bug ID: 13499)”If that has been fixed, is it now possible to insert multiple instances of the same snippet in a topic?We were relying on that feature before updating to 2026.01 - and why shouldn’t we? Snippets are made for reusing the same content, be it in other topics or in the same topic.What’s the status of that in the last three RoboHelp versions?And if that was changed between 2022.0x and 2026.01, what happened to already existing multiples? Have they been deleted? Or is it just a new Authoring feature and existing content has not been touched?
I’m using RH 2026.03.13.According to this review approach with the Review tab discussed here https://helpx.adobe.com/robohelp/using/review-process.html, what exactly is needed to allow SMEs in our company that DO have Adobe accounts but that do NOT own RoboHelp to review documentation updates in our help? According to that help page, it show these three prerequisites:To create or participate in an online review, you must set up your Adobe account to get started. The content that you share for review is stored in the cloud storage linked to your Adobe account. To successfully share content, ensure that the Creative Cloud Desktop App is installed on your system. For smooth operation, clear your browser cache before accessing the Review Service URL.I assume these are what’s needed for the person doing the review and that I myself do not need to install Create Cloud Desktop app, correct? I am able to create the review link and view it on my side, but SME cannot.She said:When I click my [co
I have recently upgraded a series of RH projects which use a Microsoft HTML Help (.CHM) output from the classic UI 2019 version to RH 2020.8.34. These have gone generally very smoothly, including a project translated into Japanese which renders perfectly if I first change to PC’s display language to Japanese. However, a project in Simplified Chinese is failing to generate the output correctly - although the TOC displays properly, the text in the topics is completely failing to render as Chinese characters (see image), even when I change the display language before generating.I’ve tried creating a fresh .CHM output but the result is the same. However, if I use the Frameless output option, the characters render perfectly. In the past I have had issues with the TOC (which is addressed in other questions in the forum) but never with the bulk of the content.The projects have a long history with multiple authors contributing over the years, so the formatting/fonts used may not be entirely co
I have tried and tried with RoboHelp. I moved to it after 10 years of MadCap Flare use looking for something new that was more actively maintained, I thought RoboHelp was the answer, but no.The app is brittle and full of bugs. The logic behind dynamic content filtering is completely broken and the Frameless output does not work with custom JavaScript, even if I include it as an asset in the skin because the order in which the content is loaded means the JS is looking for elements that don’t exist. I cannot get around this despite trying different approaches for months. Occasionally the “insert paragraph here” blue line gets rendered in actual output because RoboHelp edits the page source to render it in real time (wtf?).I have raised many bugs that have not been acknowledged.The “official” help is woeful and everyone just gets sent to Peter’s site - which is good - but shouldn’t be the official RoboHelp resource.I managed to put together some really useful scripts with the help of Clau
Hi All,I could use a little help with my frameless template. I created it based on the Orange skin and adjusted it to my company’s CI. However, the search bar is displayed within the title of my help. I cannot find the setting I have to adjust to move the search bar more to the right. Any ideas what I have to change?Thank you,Karin
Has anyone been successful in creating WCAG (2.0, 2.1, or 2.2) compliant output using Robohelp?I’ve tried several iterations and I’ve found that at a basic level the output doesn’t seem to meet most standards. I thought it might be because of my project-level configuration/specific things I’ve changed, but I’ve also tried generating test default projects HTML5 and Frameless and even the frameless comes back with many errors and alerts using ARC scan (TPGI).Note: I’m concerned about topic-level issues such as heading order, alt text implementation, etc. My major problems are navigation/layout concerns baked into the Robohelp output cake. Any tips, tricks, or, even better, WCAG-compliant templates I can download and repurpose for our projects.Thanks in advance!Results for some out-of-the-box layouts: Frameless (Top Navigation)Frameless top nav ARC accessibility scan results.Frameless (Default) Frameless nav ARC accessibility scan results.HTML5 (Default)HTML5 ARC accessibility scan result
Using 2022.6.34. Forgive me on this question:Where do I edit the frameless header, specifically in the 1 and 2 illustrated in the image below? I want to disable it from going to the homepage and/or making it go to a particular topic in the TOC. Thank you SO MUCH!
On a random machine, clicking CS help from any page opens a new window and the UI is opened again in a newly launched window instead of the Help doc. On debugging, it is found that the randomly generated UI installation ID of this machine has the string 'bc-' in it. Due to this, the code below, present in .htm files, opens an incorrect URL when the CS link is clicked.if (window.gbWhTopic){var strUrl = decodeURI(document.location.href);var bc = 0;var n = strUrl.toLowerCase().indexOf("bc-");if(n != -1){ document.location.replace(strUrl.substring(0, n)); bc = strUrl.substring(n+3); }The UI installation ID is 937ade1c-baad-4ae7-babc-c42fdd218d78We need find some way so that the var n = strUrl.toLowerCase().indexOf("bc-"); does not match the randomly generated installation ID. The installation ID is generated at the time of UI installation and cannot be changed.
I’ve gone into great detail to ensure that all fonts everywhere are coded for the correct color. Never had a situation like this before. No matter what I do, fonts are goofball. Like this:
I deleted the assets folder on the author/contents page. All my pictures were removed that I added to the project. Is there a way to bring the folder back and add all my pictures back to where they should be? Restore the folder?
I renamed the project, in FrameMaker and changed the title in Project Settings. I believe I have correctly modified presets.The old title continues to display, while everything else looks good.A string search shows this title in the generated toc.new.js file in the whxdata folder, but I can’t figure out where it is coming from. I deleted the !SSL! folder and recreated - still no change. Where can it be coming from?Thank you,Barbara
How do I customize the Studio Frameless Output Skin in RoboHelp 2022 so the right panel can be expanded after 175% zoom? When zoom is higher than 175% the right panel is automatically hidden. This occurs so the body of the online help has more space at higher zoom levels. The skin provides an option to expand the left panel; however, there is no way for a user to expand the right panel to set a topic as a Favorite. The Favorite tab can be expanded, but it only shows topics already set as a Favorite. The fav-button is not available, so users that require higher zoom levels are not able to save topics as a favorite. Note: Because the right panel cannot be expanded, the Mini TOC is also hidden.
Hi All,in Robohelp version 2026.3.13, some things seem to be no longer working correctly with Content Filters, Condition Expressions and Merged Help.I tested with the sample project Compass Travel, output preset "Compass Travel Red Green Skin".Expectation as defined on Peter's site and as it worked before: active content filter shows either topics that are untagged or have the respective condition tag applied.1. Display of topics without condition tag- The topic "Exploring Ancient Maya of Honduras" has no condition tag- it is stored in the folder "Leisure Travel" which has the tag "leisure" assigned in the TOC- all topics in the folder "Human Resources" do not have a condition tag and also the folder does not have a condition tag assigned in the TOC--> with active filter "Corporate", the folder "Leisure Travel" is not displayed and thus also not the topic "Exploring Ancient Maya of Honduras" --> incorrect behavior, the untagged topic should still be displayed.--> the topic can
HiI'm trying to style text that triggers popups differently to text that triggers links (a dotted underline rather than the standard solid underline). The RH styles UI doesn't appear to give this option, so I've tried adding the following to the code:<a href="myfile.htm"><span style="text-decoration-style: dotted;">Users</span></a>Alas, the <a> style unexpectedly overrides the embedded <span> and the underline remains as a solid line.Have I flubbed the coding ? Is this a deficiency in RH? Are there other tricks you can share?TIAGeoffrey
I'm using RoboHelp 9 (I know...very old...not my decision) at my company, and I have this annoying problem. When I use Source (HTML) view for a help topic, and I start typing or use the arrow keys, the blinking cursor disappears. If I click the screen again, the cursor reappears, but as soon as I start typing it goes away. I fixed this years ago (don't remember how), but I had to reinstall RoboHelp and the issue is back. I could swear it had something to do with workspace settings, but I can't figure it out. I also searched using Google, Google AI, and Peter Grange's site, but there's no info. Any help would be greatly appreciated. Thanks!
I am converting projects from RoboHelp 2017 to RH2022, using the "Upgrade RoboHelp Classic Project" option. In one project, the error "Upgrade project failed" appears, and when I click "View log," I get an empty screen.I found a similar problem described on the Adobe website, but its answer didn’t seem relevant to my situation.Now what?
As noted in my question, screenshots have disappeared from my online output of RH2017 (Webhelp), as well as some topics. The Word and PDF versions are fine, but when I checked the HTML, I saw this:<style type="text/css">/*<![CDATA[*/A:visited { color: #800080;}A:link { color: #0000ff;}/*]]>*/</style></head>Any ideas?Thank you,Lon
Upgraded to 2026.03.13 yesterday to see if it fixed previous issues.Failing to hide conditioned text: FixedExact search retuning double results: Not fixedThis morning in the process of publishing a help file I found a new issue that I have confirmed in 3 different documents on two different projects that was not an issue before 2026.03.13.The issue is this: I am getting an extra page at the end of my PDF documents. It is a blank page formatted using the common layout.It appears after my back matter.I have deleted my backmatter and it was still there. I deleted all the articles and it was still there. Even with the only thing in my document being my TOC in my front matter, I have a blank page added to the end of the document that is formatted using common layout.Here is what the extra page looks like: Here is the TOC for that and you can see there are no common pages included. It is front matter with TOC and empty backmatter. I have tried this with multiple PDF outputs on one project an
I had a project created using RH2019 classic version similar to webhelp, and have migrated it to the 2022 version, but have not been able to create an output similar to 2019 version. What is the best way be which I can replicate the RH2019 output screen profile in RH2022 so that my output folder packages remains the same.Also I'm unable to find the show hide toc navigation bar which was previously present. How do I customize the preset so that my functionalities remains same as the older version. Also, is there a plan to introduce the older webhelp traditional skin output preset in the upcoming releases of Adobe Robohelp 2022.
Please note that in 2026.01 the logic of AND/OR in Condition Expressions has been reversed. The issue is described in this post. You can either amend all your expressions or wait for an update that Adobe are working on.Also note that a minitoc in the right panel of a frameless skin will work locally but not in a published output on a server. That too is being worked on.There is further information on my site regarding your options.See https://www.grainge.org/RoboHelp/Issues/Issues.htmMy site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Hi All,I am just testing the most current version 2026.03.13It seems, that an empty page is added at the end of PDF creation. This happens with my project as well as with the sample project About Robohelp. I couldn’t find any setting that would cause this. Any ideas? Can anyone confirm this behavior?Best regardsKarin
Just downloaded the release - and once again, struggling to find release notes. How hard is it to actually provide release notes when you release a product?
Guidance Needed on Adding ALT Text for WCAG 2.1 Compliance in Responsive HTML5 Output (RoboHelp 2026.03.13) Hi everyone,I’m currently working on improving the accessibility compliance of our documentation generated using Adobe RoboHelp (Version 2026.03.13).We have a significant amount of legacy content created over several years, and we’ve identified that many images across topics do not have ALT text defined. This is a concern from an accessibility standpoint, as it does not meet the requirements of World Wide Web Consortium WCAG 2.1 guidelines, particularly under text alternatives.Looking for guidance on the following:Best approach to remediation: What is the most efficient way to add ALT text to a large number of existing images? Are there any bulk editing options, scripts, or workflows within RoboHelp that can help streamline this process? Responsive HTML5 Output Compliance: We are using the Responsive HTML5 preset for publishing. Does this output type support WCAG 2.1 complianc
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.