Discussion on Admin Template

Discussion on Admin Template

Cart 125 sales
Well Documented

IronNetwork supports this item

Supported

This author's response time can be up to 1 business day.

46 comments found.

Why do we get $ is not defined in our script ? Would you please have suggestion if we missing anything?

Hi,

Could you please send us your project file, so that we can detect the issue and please to explain your query is detail so that we can resolve it.

Let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

hi, I need loading image. do u have any ideal.

Hi,

Thanks for reaching out here!

We did not understand what you are saying. Could you please explain the problem in detail so that we can help you out.

If you have some issues with English then you can also write your problem in your language and we will send you guidelines in your language as well.

Let us know if you have other queries or concern at support@theironnetwork.org

Thanks and have a nice day!

Hi,

Thanks for reaching out!

It seems that you are asking to change the loader image with your new image. Yes, you can easily change it by the below steps:

1. Firstly place the new image of the loader in assets/img folder.

2. Go to js folder and open pratham.js or pratham.min.js file, which are using in your project.

3. Search for ShowLoader:function

It this function we are using SVG as loader but you can set gif, png and SVG file here like the following screenshot:

https://www.screencast.com/t/lPdsUQ2d

After the replace it with your file it will become

https://www.screencast.com/t/jWvDtf7Nf

Now save file and check it once.

If you have still any kind of difficulties then please let us know at support@theironnetwork.org

Can this be used for cPanel or whmcs admin area?

Hi,

Thanks for reaching out!

Pratham is simply a Html admin template, We are not provided any functionalities like cpanal and whmcs in pratham. We did not check this as such but you can achieve this by using REST API with the help of PHP or other front end languages.

Let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

How to hide page loaded green background message.

thank you it worked!!! How can we call this in our custom js file if we have to do Notification?

Hi,

Glad to know that it works for you.

Regarding your query, you have to call the toaster function whenever you want to show the notifications. For further details, We are sending you its documentation link. You should check this. https://github.com/scottoffen/jquery.toaster

Let us know if you have any other concerns.

Thanks and have a nice day!

Hi,

Glad to know that it works for you.

Regarding your query, you have to call the toaster function whenever you want to show the notifications. For further details, We are sending you its documentation link. You should check this. https://github.com/scottoffen/jquery.toaster

Let us know if you have any other concerns.

Thanks and have a nice day!

Hi,

I am looking for admin template for a site like Muvi.com.

Technology -> Angular 4, Node. That should be Responsive, Progressive. Can I get PSD Files too ?

Hi,

Thanks for reaching out and showing interest in our products.

We have most exciting admin themes for you but as per as your version concern like angular 4, that would not be possible. We have updated the theme as per as updates are released by the angular. Right now all our angular themes are up to date to angular 8.

There are following angular theme:

Material Base Theme

https://themeforest.net/item/gene-angular-2-material-design-admin-template/19877169

Bootstrap 4 Base Theme

https://themeforest.net/item/chankya-angular-4-bootstrap-4-admin-template-and-ui-framework/20436972

Please visit these themes and check your project requirement as per as design and functionalities concern.

Unfortunately, We can not provide you the PSD or sketch files.

For more details and info please send us email at support@theironnetwork.org

Thanks and have a nice day!

How can we change the font and colors of the theme?

Hi,

In pratham documentation go to the the variable tab, here you will see the variables of theme. Change the variable according to name of the variable. For colors, change the variable value of $brand-primary, $brand-primary,$brand-success, $brand-info, $brand-warning and $brand-danger.

Let us know if you have other queries at support@theironnetwork.org

Thanks

Hi I am using model but if page has long scrolling then model does not show up.

Do you know why? for example see below its add long margin in model like below style=”margin-top: -985.5px; display: block;

I have sent email with zip code but still awaiting for your response

replied to your email. Thanks!

Thanks a lot it has been fixed.

google.charts.load(‘current’, {packages: [‘corechart’, ‘bar’, ‘line’, ‘orgchart’, ‘treemap’, ‘table’, ‘timeline’, ‘gauge’,’geochart’]}); getting error from above line with pratham.js pratham.js:2720 Uncaught TypeError: Cannot read property ‘load’ of undefined at pratham.js:2720

Hi,

Thanks for reaching out again!

Please mention that which map and charts you want to remove, we will remove it for you. As you mentioned in comment that after enclosed chart into an comment you did not success to resolve the error, we checked it from our end we did not detect any error. Please enclosed all chart and maps into HTML comment which are not require. Like shown in screenshot : https://www.screencast.com/t/RyPZijv0J9

Meanwhile, If you want to remove that then we will do it for you but we need your files currently that you are using. Please send your files at support@theironnetwork.org

Thanks and have a nice day!

Hi , I see that there is alot of library for charts . Would you please tell me which can i can remove because i dont need charts at this moment. so if i comment them then i get below error Uncaught ReferenceError: google is not defined at pratham.min.js:2

Hi , i want to change the colors and then i followed instruction as mentioned in documentation regarding build app but seems it is not working and getting error both with gulp and grunt. Would you please send me the instructions

Install Bower, with npm install -g bower (Bower requires node, npm and git.). Install grunt-cli globally by running the following command npm install -g grunt-cli<.li> Copy all files from bower-grunt folder from Pratham downloaded package and paste it in your project folder Go to your project folder and run npm install and bower install to install our dependencies listed in package.json and bower.json file. Run command Grunt Build

Example error Local Npm module “grunt-sass” not found. Is it installed?

Hi,

Thanks for reaching out!

Could you share a bit more information with me so that we can get to the bottom of this? For example we need to know your system configuration like:

System OS and version : (Like MacOS Mojave,Windows 10, Ubuntu etc) Browser Name and Version: ( Like Google Chrome 69.xxx, Safari 11.0, Firefox 60.XX ) Node Version: (Like : V10.xxx) Npm Version: (Like: V.6.xxxx)

Please send the above mentioned details at support@theironnetwork.org then We will send you the instruction for installing the theme.

Regarding color changes, would you please confirm that which colors you want to change? We are providing style customization in our documentation. It will help you to change the colors.

Thanks and have a nice day

Hi, how can i create a custom Sweet Alert like a modal div style? i am trying to change pratham.js and styles but i cant doing this :(

i want to like this -> ..

And i am try to display using javascript like modal.show. (for success messages)

Thanks,

Regards

i am trying to make a custom success message using a sweetalert.

thanks.

Hi,

SweetAlert module provides options to customize the alert box content as shown on their demo. In Pratham we have not modified the core structure of module so you can use your custom content with help of docs and examples. https://lipis.github.io/bootstrap-sweetalert/ https://sweetalert.js.org/

Let us know if you face any issue in customization.

Thanks

As i am not sure if i will use this for saas can i buy regular licence to start develop and at the end if i use it i will buy the extended licence is it possible

I cannot locate login and signup pages, is it included in the theme

We have the login page

http://pratham.theironnetwork.org/demo/default/login.html

Let us know if you need anything else. Thanks!

I want to create a web app where the customers can signup and login to use the web app there will be several users can I use the regular licence , I will not be selling the template on the web app

Yes you would need an extended license for a saas based product. Thanks!

do you have same template available in .sketch (sketchapp) format thank you

not at the moment. Thanks!

Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon , please give me a genuine answer .

You need to buy an extended license for that.

Hello, I am using this template at here. I tried to change the grid font size and 14 is too large for my work. but seems like its not working as expected. can you please help?

Hello there, I want to use this theme for more than one customer. Is it possible to create a package such as a volume license?

Yes you can buy an extended license if you are building a saas based product. Thanks!

Unfortunately, a separate project will be written for each customer.

Replied on your mail.. Thanks!

Hi there, I like your template but one thing is missing. Is it possible that anyone does add to cart in e-commerce that product added in the cart and once the shopping is done user can proceed to check out and perform checkout with paypal or on “account”??

Hi,

Thanks for showing interest in our template. Pratham is a jquery based template which can be Integrated api or other server languages like php to add functionality. To add ecommerce feature you can use the templates to show the products and integrate PayPal api on checkout page for payments. Let us know if you have any other query.

Thanks

Thanks for reply. I need cart icon at the top with other icons so user can check items and if shopping is done than perform the checkout. I also need colors and sizes option on product details page, is this possible? There are no prebuild checkout pages FYI. regards

Hello Pratham,

I am having a small challenge. Some mobile phones cant open the template correctly.

The menu fold most times, stay midway on the screen without minimizing itself. Is there any way to fix this?

Regards

Hi,

Please send us an email with site url on support@theironnetwork.org, we will check the issue and suggest you the solution. Also it shows that your support has expired, please renew the same so that we can assist you further.

Thanks.

Hi again, I am looking for an editable table. I see your basic table has an edit option in settings how ever it isn’t working in the demo.

Do you have an editable table option already built in? If so can you point out what I need t do please? Ian

Replied to your earlier comment.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey