2227 comments found.
hey there we hit an issue with the theme on this page
http://demo.interface.club/limitless/layout_3/LTR/default/components_affix.htmlif i click the menu button in the top right it will make the left sidebar small which is good but when i scroll it will mess up the right sidebar as well. do you have a solution here?
my goal is small left sidebar, large right side bar and both affixed so they are locked as the user scrolls.
https://db.tt/gXYhGgYBXcThanks!
Hey
Confirmed, thanks for reporting!
For some reason i’ve added smaller width to mini sidebar, which has .affix class, but this is useless since only main sidebar can have small width and can’t be affixed..
To fix this issue, add this somewhere in CSS:
@media (min-width: 769px) {
.sidebar-xs .sidebar-fixed.affix {
width: 260px!important;
}
}
This will override it to default width.
I’ll add a normal fix (in less) to the next update.
Thanks!
Hello, I have a search bar similar to this http://jsfiddle.net/Line7/vw05enbj/5/ do you think this search bar can be embedded into the top navbar – and it also needs to be shown when the window is collapsed – can I just replace your search bar with it? Your search bar is responsive right?
Hello
Yes, this kind of search bar can be implemented, but it would need additional development.
Yes, search bar is responsive by default.
Thanks
Thank you… So this search bar can be put inside a responsive div at top navbar? Can you show an example of such div at top??
Your search bar disappears when the window is collapsed…. Your have a search bar witch is visible in small windows?
All navbar components are hidden on small screens by default, except logo and responsive navigation. To access them, you need to click a toggle button on top right corner to expand/collapse all components.
Search bar, which is always visible, isn’t supported.
Thanks
do you think it would be hard to place a div inside your top nav bar which woudl always be visible? and put the search bar into it?
Yes, it’s pretty difficult to achieve, because in this case navbar form needs to be placed outside collapsible container, and this could be a problem. However it can be done, but needs some changes in CSS.
Hi
What do i need to apply fix on your 1.6fix update? Do i need to change everything (all the files) ?
Or is there something simple to fix the 1.6 (i just re-downloaded the package)
thanks
Hey
You can see a full list of updated files in Documentation changelog. You can of course update some files only, but i would strongly suggest you to keep the whole code up-do-date.
Thanks
do you also offer fixed top navbar- which does not move when vertical scrolling is done?
It’s just one of the possible setups and is optional, default navbar isn’t fixed. So you can easily add this option to your application during development.
Thanks
ok – got it – thanks!)
Can you also let me know if I can use cutsom FONT (Aveninr, https://www.myfonts.com/fonts/linotype/avenir/) for your tempale and if this can be set EASILY?
Yes, you can use any font, you just need to specify font family in CSS and load the font itself.
Thanks
do you have panels with horizontal scrolling
No, but this kind of panels can be easily added just by adding a few lines of CSS.
Thanks
can you please show me an example? I am preparing to buy tour template..
Hi
Sorry, i don’t have any examples. To make panel scrollable, you need 2 lines of css:
.panel-scrollable {
max-width: 100%;
overflow-x: auto;
}
Thanks
thank you – this will work if I have a very wide iframe inside a panel?
Yes, this should work everywhere since it’s a default solution for scrollbars.
Thanks
hello , as i am new to themeforest can u let me know how do i download the updated version of your template. thank you.
Hello
Simply re-upload the template from your downloads page. When update is approved, Envato replaces an old version with a new one.
Thanks
I also need really narrow top horizontal navigation (no left side bar) – can your template do this? I mean can it be set to 50 px easily? or I need to modify multiple css files?
You can check out 4th and 5th layout, in both sidebar is optional.
Yes, default height of top navbar can be changed in LESS variables.
Thanks
do you think it will take a lot of work to change the template into dark? can it be done from a single master file?
Yes, it’s quite a lot or work – all variables, all default components and all plugins should be reviewed/edited/re-compiled. Besides, some HTML files need to be updated as well. So it’s not as easy as it seems 
Thanks
Hi Kopyov,
Still the best template on Envato. Great content and customer support.
I am having a problem with extra_fab.html. Previous version (1.5) didn’t seem to anchor the top right floating menu widget, if you removed code for the top left version. So when you’d scroll, it would disappear off screen rather than anchor to the top of the page.
Now in the latest version, if I remove the code for the top left version of the widget, the top right version disappears and vice versa. Looks like they’re listed the wrong way. Now the top left version (as it appears on the page), doesn’t anchor if you remove the top right version. The top right version (listed as left in the code) doesn’t anchor to the top of the page.
It’s very confusing to describe but hopefully with a quick investigation, you’ll see the issue. Hopefully you can do a quick hotfix on this.
Kind regards, Jamie
Sorry – for the above issue, I was looking at /layout_4/RTL/default/extra_fab.html if that helps/makes a difference.
Hey Jamie
I didn’t make any changed in FAB menu in 1.6, the code is exactly the same as in 1.5. The only reason why it doesn’t work could be JS setup.
You can find JS setup of FAB buttons in extra_fab.js file. But please keep in mind – that setup is for demo purposes. In real life, if you don’t use FAB on both sides, you need to remove left or right button from markup AND from JS code:
// Affix
// -------------------------
// Left alignment
$('#fab-menu-affixed-demo-left').affix({
offset: {
top: $('#fab-menu-affixed-demo-left').offset().top - 20
}
});
// Right alignment
$('#fab-menu-affixed-demo-right').affix({
offset: {
top: $('#fab-menu-affixed-demo-right').offset().top - 20
}
});
This should do the trick.
Let me know if that helps.
Thanks
That helped. Thank you for your detailed response. Much appreciated.
Hello. You should update Sweet Alerts to the latest version.
Hello
I should not, but i will do
Original repo is not maintained anymore, so fans created Sweet Alerts 2 repo and keep maintaining that branch with frequent updates. So i’ll update it in the next update, but you can try to swap JS files, as far as i know they didn’t change layout stuff.
Thanks
Hi, I received an email of the new update, downloaded the item but the error on action buttons on the thumbnail persists. Did theme forest really release the latest version? The ID on the download file 13080328.
Hi,
That’s strange, all layouts should have that issue fixed. Which layout did you check?
Thanks
It works, it was my mistake. My apologies and thanks so much for your work 
Always welcome 
can you also give me the link where I can see scrollable panels (horizontal and vertical) in Limitless?
i didn’t add any examples of scrollable panels, but they can be easily created with CSS (if you want to use native scrollbar) or JS (if you want to use custom scrollbar).
Thanks
I am thinking of buying your theme – you have a completely dark version or can you create it soon?
Hi
Unfortunately i don’t have a dark version, but it is planned for future updates.
Thanks
Hi,
this is the best theme i have seen so far, well done. i just need a little help with integration. i am integrating this theme into a laravel project and i linked all my css and js files with asset(). But the hover effect on the mini sidebar isn’ working. what can i do?
Hi,
Hmm, that’s strange. That effect is controlled by a small bit of JS code in layout_fixed_native.js file (assets/js/pages/), please make sure you’ve included this code into your application.
Thanks
Hello folks,
I’ve just pushed a quick update, which includes a few additional bug fixes and improvements related to 1.6:
- Added missing .img-md helper class to material theme
- Fixed positioning of action buttons in thumbnails
- Added native select support in datatables length menu
- Updated fancytree plugin to the latest version.
Let me know if you have any problems with upgrade.
Sorry for inconvenience.
Thanks
Eugene
Hello, I’ve upgraded my css to 1.6 and I found some bug in the panel widgets, check the screenshot http://imgur.com/a/iSGMm when I hove the mouse over the image, the options are floating out of the panel. It happens only on safari for mac, on chrome is fine.
Hello
Yes, i am aware of this issue. I am uploading a new package right now, should be available for download very soon.
Sorry for inconvenience.
Thanks
Hello my friend. I can’t see the new updates…
Hello
It looks absolutely fine, just checked on 2 machines. What exactly you don’t see?
Thanks
Well, check this out http://imgur.com/m5AiSMh
Try to clear your cache, this is how it looks here
Thanks, that helps. Now i see perfectly fine the new update
thanks a lot, and thank you for all your work on this theme. I’m absolutely in love with it.
You are always welcome and thank you very much for kind words! 
therre is a bug with 1.6 galleries; you can see here http://imgur.com/a/wxoJ1 that gallery caption overflows are misplaced.
Hi
Thanks for reporting, looks like span element in .caption-overflow missing left: 0;. Will be fixed next week.
Thanks!
Also images in gallery grid need .img-responsive class, related to the latest changes
i already added img-responsive class but didnt fix, i guess we need the span fix.
I am working now on a hotfix (different solution), will be ready later today. Sorry for inconvenience.
Thanks
Hi
we have the timeless theme. Its Greate do you know when you plan to have the new release? and which new pages it includes? Best Roee Ashkenazi
Hi
New release was approved yesterday, live preview will be updated today. To get 1.6 version, you need to download the package again fro your downloads page.
Thanks