178 comments found.
how to change the theme?
What part of the theme that you want it to change?
Hi again, I have a dynamic table and in one of the columns I use a popup fancy box that show the description, but the problem I got is when there are for example more than 10 results, when I go to the page 2 in the table the fancybox don’t work, it just add the #url in the browser and nothing else, do you know how I can make this work? thanks you 
Yes i can solve this if you will show me your code on how you setup it. If possible show me the live page so that I can debug it
Hi, thanks for the reply, I make a lot of test, and finally, I made it, I add the jquery for the fancybox you have in the theme to the tables.js, example:
I change this
jQuery(’#dyntable’).dataTable( {
“sPaginationType”: “full_numbers”
});
for:
jQuery('#dyntable').dataTable( {
"sPaginationType": "full_numbers",
"fnDrawCallback": function() {
jQuery(".inline").colorbox({inline:true, width: '60%', height: '500px'});
jQuery(".alertboxxx").colorbox({inline:true, width: '30%', height: '300px'});
}
});
great work
How do you get the pop-up working (like the link in the Wizard section)? I’m trying to have a form pop-up from a link on a table item (to edit that item). Although you have the functionality in the demo site, there’s nothing in the docs. Thx.
<a href="#popwizard" class="inline">Popup Wizard</a>As you can see the link have an href=”#popwizard” whick trigger the popwizard element to show and a class=”inline” to make it displayed in modal. There is also a line of code in head
jQuery(".inline").colorbox({inline:true, width: '60%', height: '500px'});
and in the page there is an element hidden like the one below
<div id="popwizard">...</div>
So, it’s required that it be called “popwizard”, thus you can only have one popup/modal? If so, not good (it only loaded if we called it “popwizard”). For an admin theme, users will likely want a pop-up for each item that might appear in a table (such as to edit the details of each respective entry).
It’s not required to use popwizard it depends on your own. You can use and name what you want and use as many popup you want. The developer can easily figure out how to do this. Are you not a developer? coz if you’re not then i will tell you how to do it, just send me an email
If you have a better solution that generating embedded css for each popup on the fly when the page is built (for each page requiring more than one popup), please let me know.
I already gave you the solution above. That’s the best solution i can give. You just need to change popwizard name into any name you want (ie, #popwizard2, #popwizard3)
I provided you are URL about a week ago and you haven’t bothered to reply. I changed the two instances of ‘popwizard’ to ‘popwizard2’ and nothing pops up when you click the link. If you bothered to look at the URL I sent you, you could see that. It appears to be an issue with your charts.js (that file seems to be the root cause of multiple issues). When that page is loaded, it breaks many things, including the pop ups.
Where did you send it? I didn’t receive URL coming from you. can you post it here?
As I stated above: “Private message sent with URL for this”. This was more than a week ago.
I will send another private message through TF as the site is not for public consumption.
The icon on buttons gets misaligned when placing the button within the ‘mainright’ div (right column).
Do you have screenshots on this?
zero_ZX was on to something. In order for dataTables to function properly on a page with charts/graphs, the tables.js must be loaded before the charts.js; however, even after doing so, only one chart/graph will display, all others are blank white space. There’s definitely an incompatibility between those to javascript files. IMO , the charts and tables code needs to work side-by-side for this to truly be a useful admin theme (without that working, I’ll to have add too many extra pages).
Can you give me your code so that I can debug it myself or can you show me the live page so that I can check it, with that i can help you easily.
Private message sent with URL for this, the graph issue above and the button issue below. I only have javascripts that you provided in the theme loaded. There are no others being added. Very unlikely to be my code; more likely to be a compatibility issue between your bundled javascripts (which needs to be resolved on your end); yo shouldn’t market an admin theme that contains incompatibilities between included javascripts.
If it’s working in my end and not in your end, then obviously there is something in how you setup the theme. Show me the live page so i can figure out what’s going on.
I sent you an email with that info 3 days ago (as I stated).
It’s been 10 days since I reported that YOUR code has a problem (yet, you blamed my code and zero-ZX’s code when the problem is definitely yours). It’s been almost a week since I sent you a private message (at your request), yet you have never responded.
If you try to load both the chart.js and tables.js on the same page (which would be commonly needed for an admin page), things fail. If chart.js is loaded first, it breaks the dataTables and only one chart renders. If tables.js is loaded first, then dataTables works fine, but only one chart is rendered.
Please stop automatically pointing fingers at your customers and look into the obvious bugs you have in your code – you’ll lose many customers due to your constant replies stating the problem is their code and not yours. Because the issue has persisted for 10 days and you have failed to provide proper support, it appears I have no option but to move on to a different theme and request a refund from ThemeForest.
Dynamic Tables don’t seem to work when put within a tab. the table just displays all items instead of paginating and giving the option to select the number to display.
We created a widget within the content are, defined tabs within the widget and then added the table to one of the tabs.
UPDATE : This appears to be related to not having the flot javascripts loaded if there is also a graph on the page. Very odd. Once the flot javascripts were loaded, everything was fine.
UPDATE 2 : FYI, You can’t have more than one tabbed widget on a single page.
No, it’s possible to have more than 1 tab in a page but it’s designed not limited into 3 tabs for mobile purposes. There is something wrong with your code that is causing the problem. Maybe there is conflict with your javascript. Try to debug it using Firebug. Hopefully I can give you example on this by this week.
I’ve gone ahead and purchased it figuring we can work through any issues. The demo says there are 80 icons, but the download only has 28. Where are the rest?
UPDATE : Scratch that; I see that you are pulling them off the sprites file. I must have missed that in the docs.
the template only have 28 icons as an example but you can use up to 80 icons. Refer to the css file there are 80 icons there to choose from
Great theme! Unfortunately there’s only one thing holding me back from using it. Your WYSIWYG editor doesn’t work on mobile devices (can’t use the buttons to alter text, etc.). I’ve only found a handful of admin themes that have it working. If yours were to work with mobile devices (specifically Android), I’d buy the theme instantly.
hi, i tested it in my android and it’s working fine. I can alter the text using the buttons
Please tell me how you were able to select existing text and modify it (such as making it bold or setting it to be “H1”). I am unable to do so with your demo on my Galaxy Nexus running ICS using the default Android Browser.
If I select existing text, the buttons get disabled.
Still waiting to hear from you on this one (almost 2 weeks later).
I’ve the same problem of shanemesser, checkbox field are not checked on page load if I put “checked” in tag. Please let me know! Thank you
Hello,
In the chat, is it possible to create groups so every author can participate, or is it just between two authors?
/Julius
It can be more than 2 participants and more than 2 should have the same layout, design
<div id="wiz1step1" class="formwiz">
<h2>Step 1: Details</h2> <br />
<p>
<label>Publish</label>
<span class="formwrapper">
<span class="checkbox">
<input type="checkbox"/>
</span>
</span>
</p> </div>
Can i see the live page to see it in action?
Hi again, I got an issue, I have a dynamic table and in one of the columns I use a popup fancy box that show the description, but the problem I got is when there are for example more than 10 results, when I go to the page 2 in the table the fancybox don’t work, it just add the #url in the browser and nothing else, how I can fix this?
nice admin skin i use this in my this website.
click here to visit my website
what a nice website 
<input type="checkbox" name="test" value="1" checked="checked" />
This is not checked on page load…
I traced the issue to the datatables js file. Which means you cannot have a checkbox automatically checked when the page loads, if this js is loaded?? Can you fix this please?
I add the form validator to this wizard form, but for example if the Step 1 has an empty field and I change to Step 2 and click finish the validator don’t detect it, only validate if I click finish on the Step that has the empty field, how I can fix this, thanks
See the documentation, if you have further questions regarding form wizard i will refer you to go to plugin’s website http://techlaboratory.net/products.php?product=smartwizard
Hi again, I just got another question, I want to use the line chart, but I see the data it show is from a jquery, I need to obtain data from mysql table I know how to make connection etc, but I don’t know how to make a echo in the jquery or how to, can you give me an example, thanks you so much.
In this template the jquery code (charts.js) that generates data is separated from the page (charts.html). All you need to do is merge this 2 files. All the code found in charts.js should should be pasted in the <header> or at the bottom of the page right before the element. In your chart code just replace the static data to your data that comes from your server.
var datafromserver = [[0, 2], [1, 6], [2,3], [3, 8], [4, 5], [5, 13], [6, 8]];replace it with something like this in php
var datafromserver = [[<?php echo $data; ?>, <?php echo $data2; ?>], [1, 6], [2,3], [3, 8], [4, 5], [5, 13], [6, 8]];
or use a loop statement. I assume that you know how to do this. At the end you have something like below
var stack = 0, bars = true, lines = false, steps = false;
jQuery.plot(jQuery("#bargraph"), [ datafromserver ], {
series: {
stack: stack,
lines: { show: lines, fill: true, steps: steps },
bars: { show: bars, barWidth: 0.6 }
},
grid: { hoverable: true, clickable: true, borderColor: '#ccc', borderWidth: 1, labelMargin: 10 }, colors: ["#cc0000"]
});
Hi, thanks, your example help me a lot, I was stuck in this for some days, now is working 
It bugs if you create charts and tables on the same page. Same goes with elements and tables
For a question: How do I use the graphs? The ones in your example are just divs, how can I change the data?
If it’s not working then there is conflict or an error in your code. Did you try to check the code that causing not to work?
Hi, How can I use sliders? The following code creates a slider that I cannot slide, and it doesn’t display numbers etc, only creates the thing you use to pull/push.
jQuery(document).ready(function(){
jQuery( "#bandays" ).slider({
orientation: "vertical",
range: "min",
value: 37,
min: 0,
max: 31,
slide: function( event, ui ) {
$( "#days" ).val( "$" + ui.value );
}
});
jQuery( "#days" ).val( "$" + $( "#bandays" ).slider( "value" ) );
are the element #bandays and #days exist in your page?
<div id="bandays" />
<div id="banhours" />
<div id="banmins" />
Hi again, I just star using the wizard form in a new page I create, but I just note that in I write something but I mistype a word I want to go back with the keyboard arrows but instead of go back in the text it go back to the other step, is possible to fix this? thanks
Add this option like this
jQuery('#wizard').smartWizard({keyNavigation:false});
Thanks you, work perfect!