2227 comments found.
Hi Eugene, I admire your work. I have purchased your theme, and I love it. My problem is that I need a wordpress theme. I thought that your theme is for wordpress, but then I realized that It is not. Are there any chances to get a refund? Please contact me on bcapesso@gmail.com. Thank you Eugene and sory for bother.
Hi
I’ve just replied to your email, please check
Hi Mr. Kopyov,
I am searching new face for my application and I came upon your Limitless Kit and it looks amazing. I would love to know: - my application is for digital planning. It is one internal application, being installed at my clients servers behind their firewalls (each client has 1 installation of the tool). It is commercial application = I receive money for renting it. What kind of licence would fit this situation and how much would it cost please? - is there any playground, where I can test it for free? or to have at least some basic template so I can test, if it will be compatible with our recent infrastructure = adaptable for the future?
thank you for your information and have a nice day
feel free to contact me at jan.suda@h20.cz
best regards
Jan Suda
Hi
I’ve just sent you an email. Thanks
Hi Eugene, I’m experiencing a bug when use template on Edge Browser with touchscreen
In Chrome, if left menu is closed and you tap icons, submenu remain open to user select options.
In Edge, when you tap, submenu open, but when you release tap, menu close and user can’t select options.
Can you help me to solve?
Hi
Thanks for reporting. That menu is fully CSS driven, but touch devices don’t support :hover selector, so on mobiles collapsed menu is expanded and there’s no universal solution for this. I’ll try to investigate the issue and include a fix to the upcoming updates if i get more requests.
Thanks
Hi I am using themeforest-13080328-limitless-responsive-web-application-kit. when i include Date time picker in modal dialog window the calendar comes behind the modal window. how to fix this issue.
Hi
Can you please let me know which date picker has this issue? Just to test remaining libraries, all reported ones are fixed already and will be included to the upcoming update.
Thanks
I also wanted to ask when I click a link in this format the button stays activated – can it be made to RETURN BACK TO normal state after it was pressed????
a href=”https://www.ubs.com/nl/en.html” class=”btn btn-primary active” type=”button”>GO</a
You can’t use type attribute inside a tag. I don’t really understand what you want to achieve – why do you want to use link inside button and vice versa? What is the purpose? Why can’t you use a link with button classes, which looks exactly the same as button with button classes?
so I can just remove this part????
type=”button”
this way the link will look as button?
a href=”https://www.ubs.com/nl/en.html” class=”btn btn-primary active” >Selected Power Trades</a
i NEED A ROW OF BUTTON LIKE LINKS – which will serve for crosslinking
the thing is when I lick such a link with the button class i highlights the link as a the active button – can it just go to the inactive button state WITHOUT HAVING TO CLICK AWAY FROM THE link/button?
It’s related to :focus state of the button, which is deeply hardcoded in Bootstrap core styles. So unfortunately it can’t be removed, actually i can but requires quite a lot of changes in the core styling.
I changed this code to this
<button class="btn btn-primary active" type="button">Trades</button>
do you think this is a better solution? or can PILLS or LINKS in your template be made to work as buttons?
or can it be simplified as this:
a href=”https://www.ubs.com/nl/en.html” class=”btn btn-primary active” type=”button”>GO</a
I have this button code – it opens the link on left click – can it be made to open the link on the rigth click as well?
<button class="btn btn-default" type="button" onclick="location.href='http://ubs.com'" >Trades List</button
Can I pace a simple link inside a button which can be opened normally? the page that you suggested earlier recommends replacing buttons with special links styles – I do not have time to create new link styles in CSS.
Why don’t you use a standard link markup instead of button?
<a href="http;//ubs.com" class="btn btn-default">Trades List</a>
yes I will stick with this way of doing things:)
Would also love a beta version at least of the BS4 update since I’m starting a new project and don’t want to use BS3 from the get go. Thanks for the excellent theme!
Hi
Sorry, no beta/early access/whatsoever, i don’t want to publish unfinished product and then spend time on explaining why certain things don’t work or fixing bugs urgently. I am close, please be a bit more patient 
Thanks
Understood
Hi, able to give us a hint as to what to expect in the new release? I was just wondering if there’s the possibility of a home / landing page?
Hi
Lots of improvements, bug fixes and BS4 version. Landing page and email templates will be added in 2.1, otherwise release date will be in December 
Thanks
Hi Kopyov
I have an intermitent problem with any page of the template. sometimes regions of the page start to blink / flicker in black color and square shapes there is no animation or fancy stuff on the page, just regular forms. this is the printscreen https://ibb.co/ciBw36Also can I show the local image file inside a tooltip (you say HTML is supported)?
Yes you can, just add an image markup with some additional styles (width, height etc) to data-html attribute
thank you – I am using this code and it just does not work:
<button type="button" data-popup="tooltip" title="" data-html="true" data-original-title="
<img src="../../export/images/level-codes.png" width="1113" height="123" alt="" />" data-placement="bottom" class="btn border-grey-300 text-grey-300 btn-flat btn-icon"><em class="icon-uniE9B4" /></button>
this one works:
<button type="button" data-popup="tooltip" title="" data-html="true" data-original-title="Tooltip with HTML" data-placement="bottom" class="btn border-grey-300 text-grey-300 btn-flat btn-icon"></button>
this does not work as well
<button type="button" data-popup="tooltip" title="" data-html="true" data-original-title="<iframe src="https://www.w3schools.com"></iframe>" data-placement="bottom" class="btn border-grey-300 text-grey-300 btn-flat btn-icon"></button>
Correct markup would be
<button type="button" class="btn btn-default" data-popup="tooltip" title="<img src="http://getbootstrap.com/assets/img/bootstrap-stack.png" style="width: 50px; height: 50px;" />" data-html="true">
Button
</button>
You should not use the markup generated by the library.
Ahh, looks like text editor converts single quotation marks to double. Use single marks inside title attribute
thank you Eugene – what about iframes? this does not seem to work:
<button type="button" data-popup="tooltip" title="<iframe src='https://www.w3schools.com'></iframe>" data-html="true" data-placement="bottom" class="btn border-grey-300 text-grey-300 btn-flat btn-icon"></button>
maybe there is a more elegant way to display iframe inside a popup – modal or popover?
can you please comment on the iframe code above – does it have an error? it uses single marks…
As in the example above, you need to set iframe size, either in css or inline. Should work then
how do I add a link to this button:
<button class="btn btn-primary active" type="button">Selected </button>
what about popovers or modals>? can they be placed more precisely?
Same logic – none of them allows you to change arrow position, it always centered. You can of course change it in CSS, but it will be applied globally
you have an example of such CSS?
Nope, i don’t – i think this change doesn’t worth all efforts, because you need to override default bootstrap styles in less files and as i mentioned earlier this change will affect all tooltips in certain direction. There is an option to use custom template with additional classes, that change arrow position, but it’s quite tricky as well.
thank you….
.pnotify-center {
right: calc(50% - 150px) !important;
}
and by adding
new PNotify({
...
addclass: 'pnotify-center'
});
Hi
Thank you for the tip, might be useful in some cases! 
Hello Eugene, any ETA on 2.0?
Hey
Optimistically – end of this month/beginning of Nov, realistically – might take longer due to issues that pop up during development. Since 2.0 will include BS4 version, 40% of libraries need updates in order to support latest bootstrap. Almost all of them are ready, but who knows when the next issue pops up. So i would say should be available soon 
Thanks
Hi Eugene,
are we expecting any new updates soon ? we are putting a project on hold until we get the new update wondering if it is coming soon !
many thanks 
Hey there
Of course, working hard on it – 85% done so far, facing various issues every day getting all components to work well with BS4, but i’m on my way 
Thanks
Dear Author,
If possible, how to make it, to save the sidebar status. If the user collapses the sidebar, save it to a cookie, and at the next page load, examine whether it should be closed.
Thanks you, Levente Otta
Hi, Great work. Thanks.
Thank you! 
Hi. I need to say that this is one of best templates out there and you guys have done an amazing job with it and i would rate it 10/10. I just have two requests (if any updates will be done to it) - Include more page templates (i love current but i think there can be done way more with it (currently I’m playing around and there is so much more you can do with it and many users might not know that) - Include all possible variations in Helper Classes (i see there are many already included but still many are missing)
And keep up good work!
Hi
Thank you very much for kind words!
1. Of course, i have a lot of new pages in todo list – forums, full ecommerce set including checkout process, new widgets, new notification centre with snippets, real estate etc etc. Will be adding them step by step in upcoming releases.
2. New 2.0 will have quite a lot of new helpers and improved color system – responsive utilities, responsive header elements with different visibility options etc etc.
Thanks!
Awesome, can’t wait to see it. Have a nice day 
Hi, is there a way to change opacity for background when using data-backdrop=”true” modals ? Actually background doesn’t fade in/out with this kind of modals.. thx !
Hi
Sorry for delay.
Sure, you need to add 2 variables for modal backdrop in assets/less/core/variables-core.less, somewhere near line 379:
//** Modal backdrop background color @modal-backdrop-bg: #000; //** Modal backdrop opacity @modal-backdrop-opacity: .5;
Those are default values, change them to whatever you want to re-compile your less files.
Thanks