Search found 34 matches
- by doctissimus
- Sat Jun 17, 2023 4:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
I'm hoping that maybe using the :not() pseudo-class in conjunction with setting webhelp.topic.collapsible.elements.initial.state to collapsed might help make all the elements that don't have styling from the .my_collapsible class start in an expanded state. Am I fooling myself or is something like t...
- by doctissimus
- Sun Jun 04, 2023 6:45 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Quick update, this CSS amateur made a little bit of progress. section.my_collapsible > h3 > .wh_expand_btn { display: block !important; padding-right: 0.7em !important; } This bit of CSS brings back the collapsible buttons for the elements I want, so that's a step in the right direction. Two puzzles...
- by doctissimus
- Sun May 28, 2023 5:20 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Okay so I'm still struggling with this. Maybe if I write down what I'm trying to do it'll trigger an aha moment for me or for someone generous enough to nudge me toward aha... I want none of my WebHelp output topics (HTML) to have collapsible sections except for a few that get transformed from speci...
- by doctissimus
- Sat May 27, 2023 6:24 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Keeping Publication TOCs of various WebHelp guides separate
- Replies: 2
- Views: 600
Re: Keeping Publication TOCs of various WebHelp guides separate
Thanks very much, chrispitude. These *.publication.toc.* parameters don't quite give me what I want, at least not how I've been trying to use them. I have a product called MyCoolProduct. It has documentation in the form of a User Guide and a Sysadmin Guide. The User Guide's TOC needs to look somethi...
- by doctissimus
- Sat May 27, 2023 5:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
The first thing I noticed is that when I set the webhelp.topic.collapsible.elements.initial.state parameter to collapsed, almost every section on every output topic page starts in a collapsed state (only headings are displayed). The sections that I want to be collapsible/expandable (starting in a co...
- by doctissimus
- Tue May 23, 2023 6:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Any insights on iiRDS and DITA?
- Replies: 2
- Views: 541
Re: Any insights on iiRDS and DITA?
Thanks very much, Radu. It's a good suggestion to go see what people over on the DITA users group might think.
- by doctissimus
- Mon May 22, 2023 6:58 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Any insights on iiRDS and DITA?
- Replies: 2
- Views: 541
Any insights on iiRDS and DITA?
Are they competing architectures? Would someone using DITA be well advised to not add an extra layer of IA complexity by trying to also incorporate iiRDS? Thanks for any insights.
- by doctissimus
- Sat May 20, 2023 6:42 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Keeping Publication TOCs of various WebHelp guides separate
- Replies: 2
- Views: 600
Keeping Publication TOCs of various WebHelp guides separate
Hi, I searched for this in the forums but couldn't find anything. The ditamap for my WebHelp Responsive transformation references ditamaps from several different but related guides. To keep things simple, I'll call them the User Guide and the Sysadmin Guide. I have the WebHelp output's main page and...
- by doctissimus
- Sat May 20, 2023 6:32 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Keep the TOC in topic page fixed for Webhelp responsive in Oxygen 24
- Replies: 3
- Views: 1100
Re: Keep the TOC in topic page fixed for Webhelp responsive in Oxygen 24
Is there a solution for this? I also would like the Publication TOC and Topic TOC to remain "sticky" on all topic pages (i.e. not scroll at all).
- by doctissimus
- Sat May 20, 2023 6:27 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Evenly distributing Webhelp Responsive tiles
- Replies: 3
- Views: 762
Re: Evenly distributing Webhelp Responsive tiles
Thanks very much, InspectorSpacetime. I'll try your suggestion, which seems like it will help preserve the responsive aspect of the output.
- by doctissimus
- Sun May 14, 2023 3:08 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Evenly distributing Webhelp Responsive tiles
- Replies: 3
- Views: 762
Re: Evenly distributing Webhelp Responsive tiles
While I'm hoping that there's a setting or transformation parameter that can help with this, I did manage to get what I want using a CSS hack. Someone please correct me if I did this wrong, but I decreased the width value for both the #content id and .wh_tiles class, as follows: #content, .wh_tiles ...
- by doctissimus
- Sun May 14, 2023 3:02 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Thanks very much, InspectorSpacetime. Your suggestion is certainly better than my ongoing cluelessness, so I'll give it a try and report back here.
- by doctissimus
- Sat May 13, 2023 4:48 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Evenly distributing Webhelp Responsive tiles
- Replies: 3
- Views: 762
Evenly distributing Webhelp Responsive tiles
Hi, My documentation set has four tiles on the main page. Right now the way they render in the output displays three of the tiles on one row and the fourth on a row beneath. I'd like to even up their distribution. Is it possible to configure tiles so there are two on each of two rows? Some kind of t...
- by doctissimus
- Sat May 13, 2023 4:35 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Integrate oXygen content with Salesforce Knowledge
- Replies: 11
- Views: 4688
Re: Integrate oXygen content with Salesforce Knowledge
+1 to the votes for this integration.
- by doctissimus
- Sat May 13, 2023 2:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: WebHelp Responsive Publication TOCs (I'm so confused)
- Replies: 2
- Views: 548
Re: WebHelp Responsive Publication TOCs (I'm so confused)
Thanks very much, chrispitude. I'll try the OT plugin that you were generous enough to share. In the meantime and as a stop-gap (and for the possible benefit of those who read this thread in the future), I was able to suppress tiles that I didn't want to show up on the main page by way of a topicmet...
- by doctissimus
- Fri May 12, 2023 9:58 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: WebHelp Responsive Publication TOCs (I'm so confused)
- Replies: 2
- Views: 548
WebHelp Responsive Publication TOCs (I'm so confused)
Hi. I searched the forum unsuccessfully, so I'll try to simplify what I'm working with here... For my product documentation, I have a top-level map that references two separate guides: <map> <mapref href="user_guide/user_guide.ditamap" format="ditamap"/> <mapref href="sysadm...
- by doctissimus
- Fri May 12, 2023 5:00 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Quick update, I tried setting the webhelp.topic.collapsible.elements.initial.state parameter of my custom transformation to collapsed, but that made everything throughout the document start in a collapsed state (and since I used custom CSS to hide collapse/expand buttons the only way to expand colla...
- by doctissimus
- Tue May 02, 2023 3:55 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
I'm grateful, InspectorSpacetime. Your suggestion works well for me.
Does anyone know if it's possible to have these collapsible sections of mine default to collapsed instead of expanded? Thanks much.
Does anyone know if it's possible to have these collapsible sections of mine default to collapsed instead of expanded? Thanks much.
- by doctissimus
- Sun Apr 30, 2023 6:51 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
I'm grateful, chrispitude. I'm also a bit clueless. I was able to get collapsibles to reappear for the section I want by adding this to my custom CSS file: div > section > h3 > .wh_expand_btn { display: inline; } Is there a better way to do that? This way worked for the section I want but also enabl...
- by doctissimus
- Fri Apr 28, 2023 11:10 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Works like a charm, thanks very much! I ended up suppressing the display of all elements that use the wh_expand_btn class. While I was at it, I hid the permalink icon by way of the opacity setting: .permalink { opacity: 0; } Now I just need to figure out how to use collapsibles for the one or two se...
- by doctissimus
- Tue Apr 25, 2023 3:52 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Thanks very much, chrispitude and InspectorSpacetime. I'm going to try your suggestions, and then report back here to help others learn what's possible. And sorry, maglid, for hijacking this thread. Hopefully you've either figured out the CSS hack already or will be interested in trying these latest...
- by doctissimus
- Mon Apr 24, 2023 2:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Thanks very much, Costin, for the update.
- by doctissimus
- Sun Apr 23, 2023 1:30 am
- Forum: Other Issues
- Topic: Markdown and form controls
- Replies: 4
- Views: 1167
Re: Markdown and form controls
Yes, thanks Radu. I will try to do just that.
- by doctissimus
- Sat Apr 22, 2023 4:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Turning off collapsible sections in wehbelp
- Replies: 24
- Views: 5200
Re: Turning off collapsible sections in wehbelp
Is there any progress on this? I find WebHelp Responsive to be unusable with so many elements of the output being collapsible.
- by doctissimus
- Sat Apr 22, 2023 4:52 pm
- Forum: Other Issues
- Topic: Markdown and form controls
- Replies: 4
- Views: 1167
Re: Markdown and form controls
Hi Radu, thanks for the reply. Here's my story, probably rather typical.
I want some of my coworkers to use Oxygen-based forms for creating their content in a standardized way. They balk at DITA or XML in general, insist upon using Markdown.
I guess I'll have to try another approach. Thanks.
I want some of my coworkers to use Oxygen-based forms for creating their content in a standardized way. They balk at DITA or XML in general, insist upon using Markdown.
I guess I'll have to try another approach. Thanks.
- by doctissimus
- Tue Dec 13, 2022 8:28 pm
- Forum: Other Issues
- Topic: Markdown and form controls
- Replies: 4
- Views: 1167
Markdown and form controls
Hi,
Is there a way to use Oxygen's form controls with Markdown content?
Thanks.
Is there a way to use Oxygen's form controls with Markdown content?
Thanks.
- by doctissimus
- Fri Mar 06, 2020 10:35 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Two glossaries in PDF - HTML5/CSS output
- Replies: 4
- Views: 1667
Re: Two glossaries in PDF - HTML5/CSS output
Hi all, Thanks to Julien's help, I managed to get all those redundant glossary definitions to coalesce onto one single page. There is still a duplicate glossary in my output (PDF - HTML5/CSS), but at least it now takes up only one extra page. The relevant part of my root <map> now looks something li...
- by doctissimus
- Fri Mar 06, 2020 10:07 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Suddenly ... underlined links?
- Replies: 4
- Views: 1885
Re: Suddenly ... underlined links?
Hi all, Thanks to Costin's help, I managed to remove underlining from links to topics and from links to external URLs. I'm still seeing the underline style applied to links from the <term> elements that I added for glossary references (I'm publishing to PDF - HTML5/CSS) As it stands, this is the rel...
- by doctissimus
- Thu Mar 05, 2020 10:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Two glossaries in PDF - HTML5/CSS output
- Replies: 4
- Views: 1667
Re: Two glossaries in PDF - HTML5/CSS output
Hi Julien,
Wow, that's great to know. Thanks very much for this information.
I'll try those suggestions, including the CSS debugging tip, and post back here if I have any further problems.
Thanks,
doctissimus
Wow, that's great to know. Thanks very much for this information.
I'll try those suggestions, including the CSS debugging tip, and post back here if I have any further problems.
Thanks,
doctissimus
- by doctissimus
- Thu Mar 05, 2020 10:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Suddenly ... underlined links?
- Replies: 4
- Views: 1885
Re: Suddenly ... underlined links?
Hi Costin,
Thanks very much for the valuable information, I appreciate your time. I'll add that text decoration to a custom CSS file, as suggested.
doctissimus
Thanks very much for the valuable information, I appreciate your time. I'll add that text decoration to a custom CSS file, as suggested.
doctissimus
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service