202 comments found.
Hello, thank you for this nice work. I would like use frontend as well but the preview buttons for thumbnails are not working. Need some support.
http://aqvatarius.com/themes/atlant/front-end/portfolio-4column.htmlHello – For the Page Sidebar Layout, is there a way to shrink the page content instead of pushing the left sidebar over to make room for the right sidebar when it is toggled? I’d like to allow the user to view both sidebars and the page content simultaneously. Thanks!
Hello eming
If i understood you right then you need to find code below and make minor changes:
body.sidebar-opened .page-container {
//margin-left: -300px; comment this code
padding-right: 300px; // add this
}
This trick should work… let me know if not) Thanks
Thank you! Worked perfectly.
Can you please give some more insights on the upcoming update? And when it’ll be online?
Hello, BartScheffer2
It is only updated scripts/plugins to newest versions, also included new type of form elements(material), fixed a lot of old and new bugs. Also i’m planning to add new pages to Layouts category and some features. I will update it asap.
If you have ideas how to make it better, do not hesitate to share with me. Thank you
Hey,
Your item selling on other market !!!
https://wrapbootstrap.com/theme/shelly-bootstrap-admin-template-WB0997BX5Thanks.
That aint good… Thank you for your report…
Template was removed from wrapbootstrap after i written request to support. Once again thank you for your response.
Please upgrade the jQuery version to 2.1.4 in your next update.
Hello, sure…
Is there a way to use input-group-addon with a textarea input control? Right now, the addon is too small
Correction: input-group-btn
Hello. This feature is not supported in this template.
Hi, is the latest version of Atlant – Bootstrap Admin Template compatible with AngularJS?
I am doing some testing on the Table and I’m getting unexpected results. for example, I am binding data with JSON using angularjs and the table gets filled but still shows the “no data entries..” message…also, the pager and all the features of the table are showing as if there is no data…
what do you suggest??? please help…
All the themes seem to be dark. Is it possible to get a light colored theme?
Hello, unfortunateyl no. But we will include it in future. Thanks
hi, how can sidebar navigation remember the expanded items o collapse items, when user click and reload or change the page? ...cookies?? thanks
Hello. I’m using sessions in this case, but it also can work with cookies. Let me know if you still need help with it.
I agree, I have tested on different computers and all colors different on each screen 
some colors are too similar, a lot of elements that do not display properly. for example: /html/pages-timeline.html use dell u2311h
http://nroed.tumblr.com/image/126513335974 http://nroed.tumblr.com/image/126513386384Does this template has modal windows?
Hi, “Edit Profile” doesnt look fine in phone browser http://aqvatarius.com/themes/atlant/html/pages-edit-profile.html
It’s not a problem to add .col-xs-12 for columns to get it in one column. You can easily do it after purchase.
hah, re download using other browser 
@Aqvatarius: Can you update without front-end currently? Just leave front-end old version currently?
Hello – I bought/downloaded your template and have been trying to open the PSD for the frontend and I keep getting a program error. I’m on Photoshop CC 2015 and have tried it multiple times. Plus I have even tried it on other computers, etc… Please advise and or send a another file. Thank you
Hello. It works for me fine(Photoshop cc 2015), contact me by email. I will send you re-saved copy…
Thanks Jagy2014! Clever way to fix it! Aqvatarius, is there an estimate on when the new version will be online?
Hi, we planned it asap. But, we have a problem. We must remove front-end template after we update this template. So we looking for solution how to keep it for our customers…
Ah ok. Thanks for the reply. Frontend is nice though but not the reason to buy this template. At least not for me. Great work by the way!
How is the planning for the upcoming update?
BartScheffer2 – I use following workaround so far: In theme-default.css change .page-tabs height from 50px to auto. Line 6017.
FROM: .page-tabs { float: left; width: 100%; margin-bottom: 20px; background: #FFF; border-bottom: 1px solid #D5D5D5; height: 50px; }
TO:
.page-tabs { float: left; width: 100%; margin-bottom: 20px; background: #FFF; border-bottom: 1px solid #D5D5D5; height: auto; }
Hello. Yes it’s good as hotfix. But in next update i will include better solution for mobile version. Thanks
I’m wondering the same thing as Jagy2014. How is it possible to make all the tabs visible on mobile phones?
How can i disable certain functions in the toolbar in “summernote WYSIWYG” editor and keep the ones i need?
Nevermind found it in Summernote.js Line : 1122
toolbar: [
['style', ['style']],
['font', ['bold', 'italic', 'underline', 'superscript', 'subscript', 'strikethrough', 'clear']],
['fontname', ['fontname']],
// ['fontsize', ['fontsize']], // Still buggy
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['height', ['height']],
['table', ['table']],
['insert', ['link', 'picture', 'video', 'hr']],
['view', ['fullscreen', 'codeview']],
['help', ['help']]
],
Sorry this comment box doesnt support code
Tabbed page is not responsive. On page http://aqvatarius.com/themes/atlant/html/layout-tabbed.html 3 tabs, on mobile phone I can see only 2 tabs. How to fix this?