104 comments found.
How to obtain version 1.4.0, download is 1.2
Hi
Thank you for buying. Download version is already at version 1.4.0
Cheers
Hello, the template layout is not working on anything when using php.
I have placed all the header materiel inside: header_main.php and the footer inside footer_main.php and the inside home_view.php
Im using a custom mvc controller for having pretty urls.
This is how it looks: http://prntscr.com/96bazs Header: http://prntscr.com/96bb4e Footer: http://prntscr.com/96bb76 home_view.php: http://prntscr.com/96bbnd
controller: http://prntscr.com/96bc17
(It looks like this on the original files as well: http://prntscr.com/96bc6t)
Hi,
Thank you for buying. Can you please clarify on what is not working on the template and if possible share markup of one of the generated pages.
Hi, i managed to get this to work by using tags in the header. now im facing another problem. Default modals will only darken half of the screen on desktop/laptops but the whole screen on mobile devices. Now im trying to figure out how to launch the custom modals, is there any way to share this ?
Hi
Can you share your markup? Not clear on what the issue might be from your description so markup might help. For modal options refer to the docs http://getbootstrap.com/javascript/#modals
Hi,
thanks for the great theme.
Unfortunately I’ve a little problem: Is it possible to create a two-way binding between the a slider (/ui/sliders) and an angular controller? The way it’s implemented currently just sets the value at the beginning. When I change the value in the controller or move the slider, the values don’ sync.
Thanks for your help.
Thank you for buying. Sliders in the template use jquery UI https://jqueryui.com/slider/ so you should be able to do it this way …
Controller
function sliderCtrl($scope, $timeout) {
$scope.slider = 20;
$scope.sliderOpt = {
value: $scope.slider,
slide: function( event, ui ) {
$timeout(function() {
$scope.slider = ui.value;
});
}
};
}
angular.module('app').controller('sliderCtrl', ['$scope', '$timeout', sliderCtrl]);
View
{{slider}}
<div class="slider" ui-jq="slider" ui-options="sliderOpt" />
<code>
Cheers</code>
Hi,
thanks for the quick and great help. Works!
But it doesn’t update the slider when the value changes in the controller. I assume I’ve to use the .value() function from the ui slider.
How can I call the .value function from the controller?
Thanks again and best regards.
For a complete angular solution use this instead https://github.com/angular-ui/ui-slider
Thanks
User the responsive table with more then 14 columns the page is not displaying correctly when on an iPad. See link using iPad or Surface tablet. The table runs of the panel body.
http://texasstaffingnetwork.net/admin/people-employees.htmlPlease advise how to fix. Thanks.
Hi,
Thank you for buying. Buy default the bootstrap option for responsive tables will kick in at resolutions lower than 767px. You can however fix your issue simply by adding this to you css …
.table-responsive {
overflow-x: auto!important;
border-color: #e4e4e4;
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
Hope it helps
I had purchased the template and I am only interested in using the HTML component.
When I launch the Index.html from the html/app folder of your project files, I get all the navigation wrongly aligned.
Is there a specific settings I need to perform or use some customizer??
I found out the way. Thanks.
Hi! For mobile version after multiple click show/hide sidebar menu – menu not hidden
Thank beautiful panel:)
Hi
Thank you for purchasing. Recent updates should fix this issue. Glad you like it. Cheers
i want my menu bar toggled automatically after page load, is there any function for doing that ?
Hi,
You want the sidebar to be collapsed? Are you using angular version.
no , i’m using html version
<div class="app">to
<div class="app layout-small-menu">Thank you for buying.
Thanks , It’s done using following js $(’.app’).addClass(‘layout-small-menu’);
First of all, this is a great theme. Especially since it’s saving me the time of rolling my own.
Unfortunately, I’m having an issue with the file upload area in the forms example. I see you’re using DropzoneJS, and it looks like a custom layout/theme. When I add files, I’m not able to remove them with the delete item overlay you’re using.
I’m on Windows 8.1 using Chrome (same behavior in IE).
I’m thinking it’s a CSS issue, not JS. Could you take a look and see if you can give me a fix? I’m sure it’s just a matter of z-index or adding an anchor somewhere.
Thanks for your help, and thanks for your work.
Hi
Glad you love the template. Get in touch with me via the contact form on my profile page and i’ll share with you a sample file of how you can add remove links.
But basically the overlay icon you’re seing in the demo is an error indicator telling you that the file did not upload. Additional configuration options (including how to add remove links) are available here http://www.dropzonejs.com/.
Thank you for buying.
Hi! I have a question. Im a front end developer and i don’t know much about backend. Say i had a static website/blog..what would i need to do to turn into template into a actual backend for my website where I can add post posts, users, etc basically make it do things?
Thanks!
I know HTML, Javascript, jQuery, CSS
Hi,
You will need someone who knows a backend programming language (e.g. PHP, Ruby, .NET, Python etc) to code it for you.
Cheers
Hello,
Can you help with this problem that we have with your template? http://stackoverflow.com/questions/31423779/angularjs-ui-route-ui-srefThank you
Hi,
Thank you for purchasing. Can you please share the files you changed so i can replicate the issue.
Can you share your email so I can send them through? Thanks.
Hi,
For widths <= 767px (as tested on a reduced width Chrome and in Android Chrome), the sidebar panel / offscreen menu seems to open and close only once. It fails to open again after closing.
Best Regards,
Dex
Thank you for pointing this out will update with a fix soon. If you need a fix before that send me a message via profile page and i’ll send you the ammended file. Thank you for purchasing
Cheers
Hey guy), we are going to do the admin panel and I would like to ask what sizes you use Photoshop size layout dimensions of the working obolsti. 1400px, 1440px, 1600px, 1280px. Which of them please tell plural’ll be very grateful. And what is the working area if possible, in pixels. And how many pages rimerno it was drawn.How ready PSD files? Thank you in advance for your reply I will wait with impatience.
Hi
This template is designed in the browser and thus does not come with a PSD version.
Cheers
Is there a boxed version with a horizontal menu?
Hi
Horizontal menu with boxed layout is not available in this template
Cheers
I wanna use this for some of my test. What level should I have ? (I know just basic Html/Css and wordpress… can use with wordpress ?!)
Hi
You should have an understanding of HTML, CSS and javascript. Some CSS you can easily change with the customizer. It doesnt work with wordpress though
Hi, theres a lot of files not found.. Failed to load resource… urban.skins.css, urban.css , d3.min.js , what is wrong?
Thank you for purchasing.
You’re probably using the grunt/bower version without installing all the dependencies.
Take a look at no bower-grunt html and no bower-grunt angular folders which do not rely on bower and contain all dependencies.
Cheers
Hi, In AngularJS mode form wizard is broken it doesnt move more than one tab. Is there anyway to fiz it?
Thank you for purchasing.
You can fix this by updating twitter bootstrap wizard to the latest version. If you’re using bower then change "twitter-bootstrap-wizard": "~1.0.0" to "twitter-bootstrap-wizard": "git://github.com/VinceG/twitter-bootstrap-wizard.git#master" in your bower.json file
Cheers
Thank you for your answer it worked after i did what you said but i have another issue now. Did you have a way to solve confliction of masked input plugin and validation plugin or should i find a way?
What is the error you are receiving? Can you share your code
It’s more likely a bug than an error. I am not adding new codes to your existing ones but merging the two plugins I said above. When I use a mask and make it required it works until it meets requirements of mask after that when I delete the text in input area. It validates even it is empty or half typed. I hope I explained the problem.
By the way I am not getting any error while these things happen except “Cannot read property ‘focusInvalid’ of undefined” on wizard.js:52 which I am getting everytime. This is not a problem for me I am just writing to inform you.
Or just to be clear lets say I need an input that has a mask as ‘99.99.99’ , {autoclear:false} and required(full typed). Have can I do that?
Issues: - It’s not a “real” problem but every page change the content is resizing while is opening (HTML) - Sometimes opening the right panel and open an example chat, when you change the tabs chat / favourites / activity remain the last one market and the new one (HTML/Angular)
Request: - Simplified version of Angular and HTML. Just with css/js for basic layout and some effects like the menu in mobile. It’s not an must have!
Thank you! Best regards!
Thank you a lot for purchasing.
Noticed the issue and it will be fixed in an update coming next week.
You’ll notice that most stylesheets and scripts (serve for the main urban.css) are included in their own seperate files. This should enable you to remove the elements that you don’t need without breaking the template.
Cheers
What is the difference between fontawesome-webfont.woff2 and fontawesome-webfont.woff? woff2 does not work on my server probably because I have to add the mimetype.
fonts/fontawesome/fontawesome-webfont.woff2 fonts/fontawesome/fontawesome-webfont.woff
Thank you for purchasing.
WOFF2 font format is simply a more compressed version of WOFF. This page https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a explains in more detail what it is and how to use it (including setting the correct mime type for your server)
Cheers
In th html version, in apps > messages the message loading effect is not working in the mobile view. 
¿How can i make this magic?
Thx a lot!!
Hi
The animations are already present you just need a way to toggle the class .message-open on <div class='app'> div. You can try it out by adding this piece of jquery code.
$('.message-list-item > a, .mail-view-header-toolbar > a').on('click', function(e) {
e.preventDefault();
$('.app').toggleClass('message-open');
});
Cheers