293 comments found.
I want to zoom using my fingers on iphone and ipad but I can’t. How can i set to allow zooming.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />from head in order to remove responsiveness. Thanks
Hi, I don’t have paypal account. How can I purchase this theme?
Thanks!
Hi.
This is the info from official Envato support center
“Purchases are available through credit/debit card (Buy Now only), PayPal, or Moneybookers.”
Hope that helps
Hi, is there any included documentation that explain charts?
Hi
Detailed documentation is available on official jQuery Flot website, with examples and videos.
Thanks!
Hi, what approach should we take to display a responsive dialog box in other devices? I’ve tried searching for solutions in jquery, but failed. Can you please let me know.
E.g. http://southerncrossdivers.com/newdiary/eventCalendar.asp Click on one of the entries and I have a popup dialog box. I’d like this to center with the page width so it’s view-able on mobile.
Thanks
Is there any documentation I could take a look at prior to buying? mostly intestest in the charting.
Thanks, John
Unfortunately there is no online documentation, sorry.
Also for flot charts i added only main options and included a link to official jquery flot website with full documentation.
Thanks
Hi,
I am earnestly looking for a response from you regarding the lightbox issue I mentioned above. Can you please let me know the solution at the earliest?
Thank you,
Thanks for your reply. We have seen that as we found that you have used that plugin in the theme. However, we cant seem to do the work I described which is pretty commonplace in a application i.e. to show data dynamically on a popup div. What I see is it only is capable of showing content of a file which can be an image or a HTML/PHP file. The parameter calls to it are also not dynamic as it is mentioned in the file only. We need all this to be done from a JS / jQuery function without involving any file as content normally comes from AJAX calls and the main HTML structure is already there in the page as several hidden DIVs and are called or shown as needed based on user choice and navigation. I hope I made myself clear. If not please let me know.
Hi,
I have purchased this theme and working on an App that will have several lightboxes to offer forms and content to users.
So I am trying to have lightboxes using the theme. However, the only lightbox is the image one. For data I tried to tweak the HTML as the following:
<a href="test.html?ajax=true&width=325&height=185" title="" rel="lightbox[ajax]"><img src="images/img.png" alt="" /></a>
However, this is only sending a hard coded page to the lightbox. I need this to be dynamic and many a time the content will be generated by JS and possibly using hidden DIVs in the HTML. How is that possible?
Please let me know.
Thank you
Is there a way to set custom column widths in a dynamic table? Right now they seem to be evenly spaced and I don’t seem to be able to adjust that. Thanks much.
please check sWidth parameter
Hi,
Can you send the invoice example page to me also ?? Thanks a lot !!
Hi. Please give me your email
Thanks for your fast reply
Hi
I have purchased this theme and I am very happy with it. Great work. I have started developing our administration console using it and I have encountered a JS error:
Uncaught TypeError: Object function (e,t){return new v.fn.init(e,t,n)} has no method ‘plot’ chart.js:8 (anonymous function) chart.js:8 l jquery.min.js:2 c.fireWith jquery.min.js:2 v.extend.ready jquery.min.js:2 A jquery.min.js:2
Not sure how to proceed at this point. Would appreciate your help.
Thanks
Seems like a you have an error in chart.js file with charts parameters. Coud you please give me a link to your page, i’ll check what’s wrong there?
Thanks
Unfortunately I’m still working on it on my local machine :/
Looking at the code … aren’t you kinda assuming that there is an element with a .chart class?
Or better … if am not using a chart the chart.js should not be included right?
One more possible issue could be if you include chart.js and don’t include flot.js to the page
Hi, How can I refresh a select option by javascript?
E.g. $(’#my_select’).val(‘my_option_value’);
It keeps selected in the list option, but the value in span continues to be the older option value.
You need to update your values dynamically. Use this function:
$.uniform.update();
Hey there, sorry for another post but my horizontal scrolling isn’t acting as I hoped it would. I’ve tried messing about with the CSS with no luck. When a browser with a large enough resolution loads the page THEN scales down, the scrolling works fine. The issue is when a lower resolution browser loads the page, it doesn’t scroll – it just smushes everything together to fit the smaller div. I’ve given the
Do you plan to add an invoice example page? Like you have in your Aquincum layout?
If you need it, i can send you html/css code for it 
But i think yes, i will add it to the next version
If it’s possible to mail, I’d like it
I just bought the theme as well. (david@cumps.be)
Thanks for purchase!
If you don’t mind, i will send it tomorrow morning, ok? 
That’s ok
Looking forward 
Just sent 
Hey there – sorry for yet another post, but is it possible to remove the spinner images in the dynamic tables from being displayed? They’re making some of the columns unable to make smaller. Thanks!
Hey!
Sure, remove right padding from
table.display thead th div.DataTables_sort_wrapper {}
and set display: none; to
table.display thead th div.DataTables_sort_wrapper span {}
in datatable.css file
Awesome, didn’t even think to do that. Would it be possible to make the left side “nav bar” fixed? I set the position of #leftSide to fixed, but clearly everything overlapped it. Is there an easy fix or will i have to edit margins, etc?
Sorry for delay.
It won’t be so easy to do because of layout structure and may require additional changes to html and css 
Hi, when the next update? 
i didn’t plan it. It was updated a month ago, everything works fine and main bugs were fixed.
Hey there!
Just curious – is it possible to put a table (full width of course) that looks snug inside of the tabs widget? Essentially, I’d like to change the table within it on every tab – possible? 
Thanks! Kevin
Hey!
Actually there is a default settings for tables inside tabs. Check them here – http://kopyov.com/demo/crown/table_static.html
If you didn’t grab an updated version with jquery ui tabs, download it again 
Oh my goodness.. how did I miss that? Thanks!
One quick question (didn’t feel like posting a new comment) – did the layout get changed into a fluid system or has it always been that way? I don’t remember seeing a div class called fluid before. Also, what are the difference in spans? Span4, span6, span8, etc?
EDIT: I figured it out for myself 
Hi, I have two grids on a page. First one is 2/3 of the page (on the left side of the page) and the other is 1/3 (its on the right side of the page). When I open in iphone for example, I would prefer the 1/3 grid to show first, but because its second (on the right side), it will show under the 2/3 grid.
Can I set it so the 1/3 shows first when viewing on a mobile device?
Hi.
I think no, because on small screens each grid block has 100% width, the first block in a row pushes down the second block. As far as i know it works only this way
Thanks. I know you can using bootstrap, was just hoping this too.
You can ignore my previous post. I figured it out.
Here is my solution. Can you confirm this is the best way based on your overall style for this project?
var markup = GetNewOptionsMarkup();
$('#MySelect').html(markup);
$('#MySelect option:first').attr('selected', 'selected');
$('#uniform-MySelect span:first').text($('#MySelect option:selected').text());
Thanks.
$.uniform.update();This is a standard uniform plugin parameter
Ha… that is much better:) Thanks.
I am repopulating a select after an ajax call. Everything works great except the span that displays the selected text does not update. Do you have a best practice way to update the span based on how you have coded the site?
var markup = GetNewOptionsMarkup();
$('#MySelect').html(markup);
$('#MySelect option').find(':first').attr('selected', 'selected');
After the above code is executed the select is repopulated with new option values and the first option is properly selected. But, the span just above the select does not get updated so the user thinks they still have a previous value selected and gets confused because that value doesn’t even exist in the drop down anymore.
Any guidance would be appreciated. Thanks.