
Amit Kapoor
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 31
Activity overview
Latest activity by Amit Kapoor-
Amit Kapoor commented,
Hi Kirstin, You should view the HTML source code instead (using browser's Developer Tools - F12), pinpoint the HTML line and add CSS corresponding to it in the space's/viewport's CSS. -Amit
-
Amit Kapoor commented,
What do you mean by a branch? Version branch or branch in the page tree? And by conditional - do you mean all the pages in that branch automatically get that variant?
-
Amit Kapoor commented,
HI Nathalie, The last version (if you are not branching) will have latest content from all previous versions. Publish that out to a new space for backup. Now, merge versions - the option is availab...
-
Amit Kapoor commented,
Have you tried adding display:none property for that specific element in your theme's CSS? That should just hide it.
-
Amit Kapoor commented,
In custom theme or default theme (scroll-webhelp), this works: Create a file called theme.properties at the root of the theme below other files like page.vm etc. Add this to that file: theme.enable...
-
Amit Kapoor commented,
Hi, I want to add this. Why do you want to jump to the latest version when ideally, the customer should see the corresponding matching version of another (MA/DS) and not the latest? Once you have s...
-
Amit Kapoor commented,
Hi Dorte, This is a sound approach. We do it differently but I don;t like it and I won't recommend that here. -Amit
-
Amit Kapoor commented,
It is easy. Use this: https://tscanlin.github.io/tocbot/. That's what K15t uses I think and I use it too.
-
Amit Kapoor commented,
Allow me to share my exact code snippet for this: I am using setInterval because the toc is not ready immediately and I need to wait before I execute the jump to the currently selected page. Also...
-
Amit Kapoor commented,
Hi Volker, Does this code work when you run it in the browser console (F12). It should. If it doesn't, is there a way we can access your page? -Amit