Search found 45 matches
- Wed Apr 10, 2019 6:12 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Re: Missing toolbar buttons in search results
Duh. I noticed that the automatically-generated Search.htm always sits at the top level of the folder structure, whereas the URL in the skin directs you to a different level ../../ etc. So simply using my own search results topic now works, given the templateTopic line that I wasn't using originally ...
- Wed Apr 10, 2019 4:08 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Re: Missing toolbar buttons in search results
Ah. Not out of the woods yet, after all that :( Although the toolbar appears correctly now we have that line of code, the Home button URL is different to that in the "normal" toolbar by one level. Instead of Target_folder/My_User_Guide/Resources/MasterPages/HOME.htm it's looking for Target_folder ...
- Fri Apr 05, 2019 1:21 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Re: Missing toolbar buttons in search results
Worked straight away with no faffing about. Brilliant. Thank you very much for your help.Dave Lee wrote:....
Anyway, to fix this, I added the following to my own stylesheet, and the topic toolbar will then appear:Code: Select all
.templateTopic .buttons { display: block !important; }
- Thu Apr 04, 2019 9:10 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Re: Missing toolbar buttons in search results
Great, thanks!
(In fact I'd forgotten about this problem until returned to the forum for another question...)
(In fact I'd forgotten about this problem until returned to the forum for another question...)
- Fri Nov 02, 2018 7:33 am
- Forum: Flare's General Discussion
- Topic: How do you include snippet heading as xref text?
- Replies: 9
- Views: 3742
Re: How do you include snippet heading as xref text?
I appreciate you taking the time. Sadly my results are different here, irrespective of snippetry - any changes in the xref text persist after build. Perhaps I have a bug. I will continue to investigate... Regards, Andrew **EDIT - it was pilot error. I'd conditioned out the topics that were linked ...
- Fri Nov 02, 2018 5:26 am
- Forum: Flare's General Discussion
- Topic: How do you include snippet heading as xref text?
- Replies: 9
- Views: 3742
Re: How do you include snippet heading as xref text?
Thanks - but when I tested it with
<MadCap:xref href="../Path/folder1/target-topic.htm">a</MadCap:xref>
the published result was
a
i.e. it still doesn't like topic headings that are snippets.
Have I misunderstood?
<MadCap:xref href="../Path/folder1/target-topic.htm">a</MadCap:xref>
the published result was
a
i.e. it still doesn't like topic headings that are snippets.
Have I misunderstood?
- Fri Nov 02, 2018 4:43 am
- Forum: Flare's General Discussion
- Topic: How do you include snippet heading as xref text?
- Replies: 9
- Views: 3742
Re: How do you include snippet heading as xref text?
I am having a similar problem in 2018. I am putting an xref into a topic whose heading is a snippet, and it comes out missing. Before this r2 release (installed yesterday) I'd bodged it to work by adding a non-breaking space after the snippet in the target topic's heading. To make this work now, I ...
- Tue Sep 04, 2018 2:20 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Re: Missing toolbar buttons in search results
Thanks for that - proved "Nearly, but not quite". I created my own topic, which was successfully used... but with the same result. As a test I used the same topic but without the proxy, to confirm it was using the correct master page: surcz2.png Note also that that Search_results.htm file only ...
- Mon Sep 03, 2018 8:19 am
- Forum: Web-based Outputs
- Topic: Missing toolbar buttons in search results
- Replies: 12
- Views: 9088
Missing toolbar buttons in search results
Hi - not sure what I've (not) done here.
My skins are all set up nicely, with a Home, forward, back, custom PDF and search buttons.
However after performing a search, all but the search element disappear:
Some setting I've missed?
My skins are all set up nicely, with a Home, forward, back, custom PDF and search buttons.
However after performing a search, all but the search element disappear:
Some setting I've missed?
- Wed Mar 14, 2018 10:02 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Re: Thick underline appearing from "nowhere"
FYI adding
line-height: normal;
to the span style seems to have sorted it.
line-height: normal;
to the span style seems to have sorted it.
- Wed Mar 14, 2018 5:10 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Re: Thick underline appearing from "nowhere"
Yes. Thank for your help
- Wed Mar 14, 2018 4:44 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Re: Thick underline appearing from "nowhere"
Not quite. 1. Editor: Screen medium is wrong 2. Editor: Print medium is wrong 3. Preview: HTML5 is right 4. Preview: PDF is wrong 5. Output: Word is right 6. Output: HTML5 is right 7. Output: PDF is wrong Hmm. Looks different in Simplified vs Advanced views in stylesheet editor too not really ...
- Wed Mar 14, 2018 3:47 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Re: Thick underline appearing from "nowhere"
Thanks for looking, @psider.
Sadly it is in the editor too, whether I have screen or print as Medium (even though the screen preview is correct).
What I've just discovered is that the "underline" isn't white, but transparent.
Sadly it is in the editor too, whether I have screen or print as Medium (even though the screen preview is correct).
What I've just discovered is that the "underline" isn't white, but transparent.
- Wed Mar 14, 2018 2:15 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Re: Thick underline appearing from "nowhere"
Not a link, no.
Documents is a snippet, so it's
<p><On the toolbar click <MadCap:snippetText src="../UI_items/Buttons/Documents.flsnp" />.</p>
The snippet itself is
<body><span class="Button"> Documents </span></body>
Documents is a snippet, so it's
<p><On the toolbar click <MadCap:snippetText src="../UI_items/Buttons/Documents.flsnp" />.</p>
The snippet itself is
<body><span class="Button"> Documents </span></body>
- Tue Mar 13, 2018 9:34 am
- Forum: Styles, Stylesheets and XML
- Topic: Thick underline appearing from "nowhere"
- Replies: 10
- Views: 3711
Thick underline appearing from "nowhere"
I have a <span> style that is rendering with a thick underline I don't want: not really underlined.png The CSS for this style is span.Button { font-weight: bold; color: #ffffff; background-color: #4f3660; border: solid 1px #4f3660; } I don't where it's come from. I've put in "text-decoration: none ...
- Fri Jan 26, 2018 9:15 am
- Forum: Web-based Outputs
- Topic: How to get topic toolbar in search results page...
- Replies: 1
- Views: 985
Re: How to get topic toolbar in search results page...
If anyone is interesting, the only way I could get any sort of "Home" button in was to create a variable "Homepage_location" and in the Target give it a value of <a href="z_Resources/MasterPages/HOME.htm" ><span title="Home" style="font-family: 'Wingdings 3';font-size: 18pt;">R</span></a> (I wanted ...
- Fri Jan 26, 2018 9:09 am
- Forum: Styles, Stylesheets and XML
- Topic: Editing unavailable Menu Proxy styles
- Replies: 1
- Views: 1484
Re: Editing unavailable Menu Proxy styles
If anyone is interesting I solved it, eventually, by adding this to my main default Styles.css:
Code: Select all
ul.menu._Skins_HTML5_Menu.mc-component li ul
{
border-bottom-width: 0px;
}
- Fri Jan 26, 2018 2:51 am
- Forum: Styles, Stylesheets and XML
- Topic: Editing unavailable Menu Proxy styles
- Replies: 1
- Views: 1484
Editing unavailable Menu Proxy styles
(I posted this yesterday, but have retitled and rewritten after investigation and deleted the original, so apologies if that's annoying) I want to change features of Menu Proxy items that aren't listed in the skin editor. I can change the borders of the whole menu, but I want to apply this to the ...
- Thu Jan 25, 2018 8:30 am
- Forum: Web-based Outputs
- Topic: How to get topic toolbar in search results page...
- Replies: 1
- Views: 985
How to get topic toolbar in search results page...
I'm a bit confused here. I've created a topic which contains the Search Results Proxy, and in the default master page I have a Topic Toolbar Proxy that includes Home, Back and Forward buttons and so on. But when I view the output and enter a search string, in the results there is no toolbar (even ...
- Tue Oct 17, 2017 6:24 am
- Forum: Web-based Outputs
- Topic: Topic pop-up not popping up
- Replies: 1
- Views: 1137
Topic pop-up not popping up
Must be something basic I'm doing wrong here, but having created a link for a topic pop-up, when I click on the text it opens the target file in the same window as if it was a normal hyperlink. <a href="PopupFile.htm" target="_popup" class="Popup">Click here to see the file</a> What could I be doing ...
- Fri Sep 29, 2017 3:26 am
- Forum: Web-based Outputs
- Topic: Best place to condition topics?
- Replies: 4
- Views: 3082
Re: Best place to condition topics?
Ah, but when you say "set the condition on the topic" where do you mean? TOC or Content Explorer? Actually I've just retried. Conditions in Explorer worked, TOC didn't (i.e. yes excluded from TOC, but still appeared as reltable links in other topics). Anyway, obviously my previous experiment was ...
- Fri Sep 29, 2017 2:08 am
- Forum: Web-based Outputs
- Topic: Best place to condition topics?
- Replies: 4
- Views: 3082
Best place to condition topics?
I am trying to exclude some topics from an online help system. As well as the TOC, the topics appear in relationship tables. I was assuming if I applied the condition to the topics just in the TOC it would exclude them in all scenarios, but this doesn't work as they are still picked up in the ...
- Wed Sep 13, 2017 4:08 am
- Forum: Web-based Outputs
- Topic: Topic title appears in two menu levels
- Replies: 2
- Views: 1275
Re: Topic title appears in two menu levels
I understand that, but if I click on "Graphical views..." the first thing in the navigation it comes to is "Graphical views". The hierarchy is breaking down. It puts that topic at the same level as "About the dashboard" as well, which is wrong. What I want/expect is that item in the red box in pic 3 ...
- Mon Sep 11, 2017 2:21 am
- Forum: Styles, Stylesheets and XML
- Topic: Shouldn't I have the mc-heading-level attribute?
- Replies: 1
- Views: 920
Shouldn't I have the mc-heading-level attribute?
Coz I don't. Perhaps it's been removed, but I don't know how to prevent an H1 appearing in the Contents now.
Also, I do have an mc-heading-format attribute, but I can't find any resources to tell me what that does...
Also, I do have an mc-heading-format attribute, but I can't find any resources to tell me what that does...
- Fri Sep 08, 2017 7:57 am
- Forum: Web-based Outputs
- Topic: Er... where are the toolbar button styles?
- Replies: 5
- Views: 2597
Re: Er... where are the toolbar button styles?
... Use the topic toolbar skin component - it's all in the help, try: https://help.madcapsoftware.com/flare2017/Content/Skins/HTML5_Skin_Styles/Topic_Toolbars_in_HTML5_Skins.htm Looking at the image in that help topic, shouldn't there be options for Home, Back, Forward, Quick search, Add to faves ...