136 comments found.
Hi, clipboardjs doesn’t work in half of the pages. I need it working on the layout_single-page-2.html file, can you point where the bug is? Thanks
Hi,
To fix this bug you should make some change in the js file. I’ll include this fix for the next release, but you can send me an email to receive updated js file right now. You can contact me through my profile page.
Sent a message, I’ll wait for the updated .js thanks
Just purchased this. There are a few deprecated packages, can we have a quick fix or alternative packages for these:
1.) npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before wi ll fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 a s soon as possible. Use ‘npm ls graceful-fs’ to find it in the tree.
2.) npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade
3.) npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a bui instead!
4.) npm WARN prefer global node-gyp@3.3.1 should be installed with -g
For now I just need SASS running and I cant run the overall ‘grunt’ command
For now ’$grunt sass’ works fine for compiling sass files but still outputs package error ‘autoprefixer-core was deprecated. Use autoprefixer package.’
Thanks for reporting these warnings. As you know, they’re working fine right now, but we’ll update autoprefixer in the next release.
Is it possible to use this template offline?
It uses google fonts. So it works, but if the computer is not connected to the internet, the template would use local fonts which would be different with the online demo.
Hi, Can I create multiple documents? Is the table of content can be in the left menu?
Hi,
You mean a documentation with multiple pages? Yes, the main documentation is multipage: http://shamsoft.net/thedocs
Regards placing table of content in left menu, we implemented it in a better way. Check our one page examples:http://shamsoft.net/thedocs/layout_single-page-1.html
http://shamsoft.net/thedocs/layout_single-page-2.html
http://shamsoft.net/thedocs/layout_single-page-3.html
Are you going to add some basic forms – like contact us or login /register?
We’ll style form controls, and maybe a contact us page, but we don’t have any plan to create login and register pages, since they’re not necessary for a documentation template.
Hello!
I need “Prism.languages” for JSON, XML and cURL.
How to?
Hello,
If you use grunt to compile the code is quite easy. Do you?
Does your template typography support cyrillic text ?
No, it doesn’t support.
Can you please provide rich text editor for this theme to understand theme components
Can you please provide rich text editor for this theme to understand theme components
All of the components described in its demo which is its documentation: http://shamsoft.net/thedocs/
Hi! I have a very long list of menu items and started with a problem already mentioned in Comments with my menu overdrawing the footer. So I applied:
The problem will fix by changing position of footer to relative: .site-footer { position: relative; } Can you add this code to your css file, so I can update the template later after adding more functionalities? Or even you can contact me to receive app.min.css and use it in your project.
That got a little further, but, it stops now and automatically rolls back up to the top at a certain point. Do you need a copy of the menu list that I am trying to implement? Is that a maximum length?
Hi,
I’ve already add the css fix to my local branch. I’m planning to update the template few days later. If you need the css file sooner, send me an email through the contact form in my profile, I’ll reply you with new css file. But you’re good even if you add it to your custom.css file.
I can’t understand the problem. Do you have any online demo or you can provide me an image to see what’s the problem?
Hi, I want to know if its possible to create only 1 HTML file (with all the content inside) with a left menu (or right menu) and sub level ???? Best regards
Hi,
Not if you use local images and fonts. You can put javascript and style inside the html file, but for icon font (font-awesome) and images that you use in your documentation, obviously you can’t put them inside html unless you link to a CDN.
Hi, sorry I wasn’t clear …. When you build a notice every item (or link) in left menu (or right) is a different HTML file .. I trying to have only 1 html file and when I m using “link” in the left menu you go inside the html page
Its like “The Guide” but with vertical menu with sub level …..
See single page demos: http://shamsoft.net/thedocs/layout_single-page-1.html
Oups… I dont see it Its exactly that I need Thanks very much
The menu is going over footer.
Look this print.
https://www.dropbox.com/s/5rlgmjuk4tui1lz/print.png?dl=0Thank you for reporting. I’ll work on it to release an update.
.site-footer {
position: relative;
}
Can you add this code to your css file, so I can update the template later after adding more functionalities? Or even you can contact me to receive app.min.css and use it in your project.
Hi, I bought it thinking it was for wordpress. Theres any way to adapt to it?
Hi, sorry about it. Unfortunately no, it’s only html template
Finally Wordpress version is ready. You can check it out here: https://themeforest.net/item/thedocs-online-documentation-wordpress-theme/16135997
Hi,
I recently purchased the DOCs template and I am happy with it so far.
However I have been unable to use the scroll-spy javascript feature provided by the Bootstrap framework.
More precisely I would like to use the scroll-spy targeting the “aside” tag with the class “sidebar”.
As an example the feature I am interested in reproducing the vertical navigation sidebar used in the website getbootstrap.com.
Could you please help me ? Thanks for your support, Regards, Raphael
Hi,
You need to use one of single page layouts. Take a look at http://shamsoft.net/thedocs/layout_single-page-1.html, It seems the one you need 
Hi, thanks I found it. It works as I expected !
Hi!
How do I write contents, ie, is it like Wordpress which works like a word processor, or do I use something like Notepad? Or is there any WYSIWYG solution that you can tell me about? I would prefer to work in web/”word processor” environment for the sake of simplicity
Thanks!
Hi,
Unfortunately, it doesn’t have any word processor. It’s a HTML template and you have to design your page with HTML codes. But if you’re familiar with HTML codes, you won’t encounter any problem to use it.
After a long time, wordpress version is ready: https://themeforest.net/item/thedocs-online-documentation-wordpress-theme/16135997
What’s the best way to update from v1.1.0 to v1.2.0? For those of us constantly adding new items to the sidebar, is there a program or best practice that would allow us to avoid updating all of the individual HTML files manually?
As you can see in the changelog (http://shamsoft.net/thedocs/page_changelog.html), we just added some new elements, pages and some improvement. So, before the next major update (v2.0) there won’t be any change in HTML structure. So you can safely just update your theDocs.all.min.js and theDocs.all.min.css files.
Thank you for the reply! What about the second question, regarding updating all of the files for sidebar changes?
I can’t name any specific tools for this purpose. But sometimes I use find in files of Sublime Text to add a new item to the sidebar by replacing an existing item with itself and the new one.
Hi! I bought your template “theDocs” and I’m really loving it, fantastic template! I wanted to ask you about tooltips. I tried making my own and noticed the template’s styles had preference over mine. I tried looking for documentation on this tooltips class, but found nothing. Could you please explain how to use them to me? Thank you very much and again, fantastic template!
Hi,
We haven’t made any change in tooltip component. So you can overwrite bootstrap’s style. Here’s the tooltip markup: http://getbootstrap.com/javascript/#markup-1
Let me know if you had further questions.
I’m glad that you liked the template. It would be nice if you give us a rate.
Hi ShaMSofT
What’s new in this latest update? 
Hi Pandramon,
Check this page: http://shamsoft.net/thedocs/page_changelog.html 
Hi ShaMSofT,
how do I change the font?
Hi,
If you’re using SCSS, open _variables.scss, change $font-family-body and $font-family-title values to your desire one and compile it using grunt.
Or you can open theDocs.all.min.css, search for “Lato” and “Raleway”, replace them with your desire font name. But in this way, I suggest to copy selectors name to another css file and make your change in that file (like custom.css), because updating template will overwrite your changes in theDocs.all.min.css
THANK YOU for your immediate response!
Great design.
1. Do you plan a WP version? 2. Will there be a search for the more important part, the Documentation?
Thank you 
1. Yes. Actually, we’re working on another documentation template right now, which is mostly for write guidelines and describing features, in compare to current one which is mostly for code-base products that require describing code, property, examples, etc. Also, this template would have another update with new features to make it more mature. After that, we start developing WP version.
2. Yes, definitely. We design a UI for search which won’t be functional in HTML version, but it’ll be functional in WP version.
When is it a) the new features theme and b) the WP ready? I liked the design but need solution asap including search etc. too so I might go with something else.
a) Like 10 days later
b) More than a month, hopefully less than 1.5 month
Yes I know what you mean, but we need to design a competitive design and code. If you don’t have enough time right now, maybe you can switch back to our template in future if it was enough good 
Finally the wordpress version is available now. Check it out here: https://themeforest.net/item/thedocs-online-documentation-wordpress-theme/16135997