136 comments found.
Hello, What Happened I am Waiting for your reply.
We have a requirement to show our data in the timeline format which you have included (Flickr timeline).
Is there a way to change the script so that the data comes from local file or XML or any other local data store rather than from Flickr?
Thanks
Replied above. Sorry for the delay.
Hello,
We have a requirement to show our data in the timeline format which you have included (flikr timeline).
Is there a way to change the script so that the data comes from local file or XML or any other local data store rather than from flikr?
Appreciate your response.
Thanks.
Can you kindly refer to the documentation. It’s not a flickr timeline. It’s an open source timeline plugin that can be tweaked to fit your requirement. Thank you.
Hey, I purchased the template, but I can’t seem to find the PSD in any of the files. I was hoping to be able to edit some of the images in photoshop, is this not possible, or am I not looking in the right place.
Hi, PSDs are not included in the theme. It’s not mentioned in the ThemeForest Included File list too.
hello,
can you give us a hint how to make a search for the addressbook?
regards
Can you kindly ask on a forum like StackOverflow where you’ll find best suggestions.
okay.. any eta on the update?
@FameTaxi Any plan to upgrade Cloud Admin to Bootstrap 3.1?
We had plans to upgrade to 3.1, but due to unavoidable personal problem, it’s getting delayed.
Great looking admin theme. When you say it has LESS support – do you mean the source can be completed compiled from the LESS files? I only really want to buy themes that have this support from now on.
Yes, the CSS files (both custom and bootstrap) can be compiled from the LESS files. It’s included in the package.
Great Theme,
Any ETA on the updated release, been waiting to start this new project with this theme but want to start on the new version.
Thanks
Sorry for the unavoidable delay.
Love to see the bug fixes for this theme, then I will buy, it’s only $20 its the work to convert sites that I don’t want to change if the theme is buggy, which it is for now. I have been here before, so I hesitate to buy something until im 100% sure and its; 95% bug free. Thanks
Hi there,
Great app! Do you have a link or code snippet to help with saving table data (jqgridexport) to a local .json file? I’ve looked everywhere and cannot seem to get the function right.
(Also sent via email).
Thanks,
Thanks! I actually reviewed both of these links. No joy… Yet. If you have a working example, that would be great.
Great admin Theme
When using the Dynamic Data Tables is there a option for check boxes with select all button ?
You can do that. Kindly check the DataTables official documentation at http://datatables.net/forums/
Great theme!!
What are your next adventures to add to this theme?
We’re working on the update.
Hello… the theme looks amazing.. may i ask if this is linked to the database? like the messaging.. talk management.. and also how do you track the analytics using your template? do you have third party ie google or you have your own?
The theme is only the frontend. You can hook up any backend you like to it.
Hello – We have a requirement where in we have to include code from various pages of your template.
For eg: We have a page which has forms, charts, select menu’s etc.. We are facing issue when we tried to include the Javascript and CSS from corresponding pages of the default download. Check the below one for eg. And not all functionality is working fine when we have these multiple elements in the same page.
Question: What is the best way of including them in the same page?
<script>
jQuery(document).ready(function() {
App.setPage("forms"); //Set current page
App.init(); //Initialise plugins and elements
});
</script>
<script>
jQuery(document).ready(function() {
App.setPage("flot_charts"); //Set current page
App.init(); //Initialise plugins and elements
Charts.initCharts();
});
</script>
<script>
jQuery(document).ready(function() {
App.setPage("index"); //Set current page
App.init(); //Initialise plugins and elements
});
</script>
Hi,
TheApp.setPageis used to give a name to the current page. So you don’t have to include it multiple times. You can simply call it once e.g.
App.setPage("anything-goes");
Then in script.js, you can add corresponding functions under
if (App.isPage("anything-goes")) {
yourFunctionName();
.
.
.
}
Kindly drop an email to fametaxi@gmail.com for further assistance.
Hi. I am just wondering if this records its data to a database. If so, what webhost platform do i need ie php & mysql database?
I have number of ads that needs to be tracked, may i know if it can track specific ad id ie number of clicks, bounced, etc.
Can i customize the sidebar?
Hi,
The theme is only the frontend. You can hook up any backend you like to it. Yes, you can customize the sidebar. Infact everything is customizable as long as you have a frontend developer working on it.
Great theme. Just bought it. Its great. For a few of my pages I would like to remove the sidebar. What is the best way to accomplish this?
Can you kindly drop an email to fametaxi@gmail.com so that I can guide you better.
I really love your theme, but it needs a little more css tweaks and java debugging. Please do look closer at all the functions and how that effects other elements.
Its very nice otherwise, but not complete yet, needs some more QA testing, which; I do not want to spend that time to do so. Sorry otherwise it’s one of the better ones I have seen here.
Hi,
Thank you for your suggestion. We’re constantly working on the theme to make it better. We’re great believers in the MVP (Minimum Viable Product) theory and hence we do incremental updates. Each update (which is free for everyone who has bought the theme) gets bug fixes, new features and the theme gets better.
Thank you for your kind words.
I would just like to point out that there appears to be a bug if you try to load both the inbox and and the function for flotcharts. If you do both on a given page, the inbox fails to load…took me awhile to realize why the inbox wouldn’t load, but when I removed handleDashFlotCharts(); from the given page….worked just fine.
Hi, Any chance I can see the documentation first? I bought another admin theme in the other day and the docs were horrible, had to figured out how to use the elements myself and it really takes a lot of time.
Thank you
Thank you for your interest in Cloud Admin. I’m sorry to say that the only way to access the documentation is by buying a license. I can assure you that you won’t be disappointed. I’ve testimonies of clients who have sent me emails praising the documentation. 
Hi,when i clear (revenue chart) and (hero Graph) ,teamstatus and sidebar’s dropdown doesnt working how can i fix that,Second question , how can i acces to pop ups when browser compile theme eg. “6 notifications you have”
Hi,
1. Please make sure to remove respective javascript sections from script.js while removing HTML contents.
2. Those are Growl notifications. Can you kindly drop an email to fametaxi@gmail.com so that I can guide you better.
I have a problem with the DataTables pagination at the dynamic tables page. There seems to be a bug. When you click on the Page numbers from the first table (Dynamic Data Tables), the Page numbers will disappear and then appear next to the page numbers at the second table (Copy, Print, CSV, Excel, PDF).
Is there anyway to resolve it?
We’ll test it and get back to you. Can you kindly drop an email at fametaxi@gmail.com, so that we can respond personally. Thank you.
Hi there, I’ve dropped you an email! Hope you have received it ~