Discussion on Adminique - Admin Template

Discussion on Adminique - Admin Template

Cart 600 sales

gawibowo supports this item

Supported

97 comments found.

sir i am new to php wanna develop web app in php is this template useful in present conditions, if so please give some discount sir

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

Hi, this is just a html template. You can use it for any application but of course you need to convert it yourself and make some adjustments to fit into your application.

Hi gawibowo

First, Happy Thanksgiving day. Congratulations for your themes “Compasso” is my preference Are planing to keep the themes update near soon? I was wondering if they still have their functionality after all “Wp” and “PHP 7” updates…

Thank you

Aroldo Bispo

Hi, the theme still works well with PHP 7 and the newest WordPress version. There will be theme updates but only for bug fixes, not for new features.

Greetings, I am trying to use jQuery(’#tabs’).tabs(“destroy”) but get an error. Any ideas? Thanks,

Oh sorry, I thought you added jQuery UI yourself. The tabs feature in this template doesn’t use jQuery UI. It uses a custom javascript code in js/custom.js, so your code will not work. If you want to disable it, please delete lines containing ’.tabs’ and ’.tabcontent’ in custom.js

I don’t want to remove it when the page starts, only when the user clicks on a button. jQuery UI tabs allows you to set the tabs and also destroy the tabs whenever you want. Does your framework allow me to destroy the tabs but leave the div’s with content intact?

Sorry, it’s not possible to disable tabs when the user clicks a button. It will require some modifications in the script.

hello please can you redesign my website with your theme?

Hi, redesign your website will be treated as a custom work order, and you need to buy the template first.

very nice work good luck;

thanks

Hello. Can I ask you some questions about Adminique ?

The product includes code files in PHP ? Have a login screen ? Have some website layout model with admin integration ?

Thank you !

Hi, this is only a html template. Server side codes and database functionalities are not available with this item. Yes login screen is included but only the html part.

Greetings, I am using the follwoing code from the forms demo but the image repeats across the page: .box.info h2 { background-image: url(../images/icons/information-octagon.png);

} .box.menu h2 { background-image: url(../images/icons/bookmarks.png) no-repeat; }

Any suggestions? Thanks, Huambo

Hi

The complete CSS for the icons should be like this:
.box h2 {
    background: url(../images/icons/bullet_go.png) 10px center no-repeat;
}
.box.info h2 {
    background-image: url(../images/icons/information-octagon.png);
}
.box.menu h2 {
    background-image: url(../images/icons/bookmarks.png);
}

Please note, no-repeat only works if you use background, not background-image

Hi, What about a responsive version of this greet admin theme ?

Sorry, currently no plan to make a responsive version. Thanks.

I would like to add a background texture (image) to just the header area of the theme, is that possible?

Yes, it is possible.
The header area above the navigation is header#top
You can add a background image with this css:

header#top {
    background-image: url(your-image.jpg);
}

Hi,

i want move to move records with your css3 code. E.g. Photo gallery or Tables.

Are you have simple sample?

Hi

What do you mean by move records?

Im looking to make the height of the “header” portion of the theme taller. is this possible? I can’t find anything in the css making height?

Hi gillweb

To edit the height of the header, please open the file css/style.css at line 72:
header#top {
    height: 50px;
    color: #ccc;
    border-bottom: 1px solid #000;
    background: #2c2c2c;
    min-width: 960px;
}
Change 50px with a higher value.

Sorry. Was a mistake.

I want to update the database as datatable in the process of moving. How can I capture the event handling process?

Meanwhile, the theme I use asp.net environment.

Hi

Thanks for your purchase, but this item is just a html template. Server side codes and database functionalities are not available with this item.

Merhaba, Tema çok güzel olmu?.

s?k?nt? ya??yorum. Karakterlerde bozulmalar oluyor. Bu fontu nas?l de?i?tirebilirim?

Te?ekkür ederim.

Hi
English, please. Thanks

Thank you!

Hello gawibowo. Thank you for your CMS template, it’s really great.

Unfortunately, during my work I saw an error on gallery page: white space between the thumbnails is not the same after using drag&drop feature. To visualise this, I’ve made a screenshot, please look at this.

Could you fix that? Thank you in advance.

Hi friskweb,

Please add this code in your css file:
ul.photos li {
    display: block;
    float: left;
    height: 150px;
}
and add clearfix class in the Photo Gallery ul:
<ul class="photos sortable clearfix">
...
</ul>

Hi Gatot, Do you have any plans to support dialog boxes in the look and feel you’ve created so far? e.g. I’ve implemented a jquery dialog form, but its not a compatible look. sample here: http://dl.dropbox.com/u/139974/jquery-dialog-styling-diffe.png If it’s more than a couple lines of code, please let me know if you’re available for some freelance work soon. Thanks!

Sorry, no such plans so far. If you’re interested in custom work, please email me from my profile page for details. Thanks

Greetings, I just tried your page on 1024/768 and the fluid mode is out of whack. The menu sidebar is fine but the content is pushed down below.

Any ideas? Thanks, Huambo

Do you have a screenshot?

Thank you! Because I am using master pages, there was a conflict with two versions of jquery on the page.

I added a ‘required’ class to some of the input fields but when I tab out or click submit, nothing happens. In your demo, the required fields show with a red border.

Can you please help? Thanks, Huambo

Hi, please make sure you have a unique id on your form, for example <form id="myform">, and use this javascript code:

$(document).ready(function() {
    $('#myform').validate();
});
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