
Jens Rutschmann
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Jens Rutschmann Sort by recent activity-
Official comment Hi, $settingsManager is not available in Scroll Viewport's Velocity context. See https://help.k15t.com/scroll-viewport/latest/template-contexts-125708774.html for more information on the individual...
-
Hi Guy, your CSS misses the link between the page definition from the template designer and the 'CSS named page'. For example if you used the template designer to create your colophon page with the...
-
Hi George, you can do that by setting the initial value of the respective counter to -1: body { counter-reset: h1 -1;} If you also have a numbered TOC you'll want to add the following as well:...
-
Hi Sven, I double checked curl and wget and it seems they don't support filename specs as defined in RFC 6266 / RFC 5987 We have a fallback in place for old Internet Explorer, Firefox and Safari ve...
-
Hi Sven, what client were you using to download the PDF file? A regular browser or a tool like wget? We have some logic in there that determines the output filename based on the user agent string ...
-
Hi Simon, actually we're currently working on improving these problems and are looking for example content to see if the fixes work. Could you send your export template as well as an XML export of ...
-
Hi Robert, it seems you have a typo in your CSS: after the font family name you added a comma while a semicolon is required to separate the settings for font-family and font-size. In your case the ...
-
Hi Pavel, these placeholders are only available during exports. However if your template includes the page info panel provided by Scroll Versions (provided by the {sv-pageinfo} macro) then you will...
-
Hi Arne, our exporters need to know the ID of the page you are currently viewing. In default Confluence themes this is stored in the Javascript variable 'AJS.params.pageId'. So your theme must ensu...
-
Hi Anita, you could try the following CSS selector: div.tablewrap table.grid { ... } Unfortunately the jira-issues macro doesn't use a more descriptive class than 'grid'.Also note that this class c...