Discussion on Amanda Responsive Bootstrap 4 Admin Template

Discussion on Amanda Responsive Bootstrap 4 Admin Template

Cart 939 sales
Well Documented

themepixels supports this item

Supported

This author's response time can be up to 2 business days.

146 comments found.

How can I persist the ‘headermenu’ inner

  • current class after moving to another page?
  • I’ve just confirmed that the bug with the radio buttons is indeed because of the stdform2. I removed that and the radio buttons started working, but I need to use the stdform2.

    Can you fix this bug?

    Hi, I just added radio buttons to stdform2 and it works fine. See http://themepixels.com/themes/demo/webpage/amanda/forms.html.

    It would be good if you can show me your live page so that I can debug. There might be a conflict with your css.

    I have this code under a multipart form (class=”stdform stdform2”):

    <p> <label>Image Description</label> <span class="field"> <input type="radio" name="usefilename" value="1"> Use Filename As Description     <input type="radio" name="usefilename" value="0"> Use Default Text     </span> </p>

    The radio buttons don’t work properly, I need to click 100 times until it gets checked and the same goes for unchecking it. Is this a bug on the stdform2 or did I do something wrong?

    add the below code into your css file

    form input[type="radio"], .stdform input[type="checkbox"] { margin: 0; }

    hi,

    i’m having a hard time getting multiple input elements to align properly in the form2 styles. here is an image of what i’m getting: http://imgur.com/n0IqHUa. it sees that as soon as there are multiple elements inside the tag, the height and positioning stops working. i tried using .formwrapper and but still didn’t work. any help would be much appreciated!

    Hi, don’t use the ”.formwrapper” as it is not for form2. Instead use ”.field”

    is there any reason this wouldn’t work with jquery 1.9?

    It’s because other plugins is using some code that is removed in jquery 1.9. If you’re page is working don’t update it unless if the updates is for security issues

    is there way to put a tooltip on a text or input box?

    REPOST:

    Is their a way to get the VerNav 1 style to auto close when viewing on Mobile? verNav2 works just find auto closing the menu. I tried on your demo as well and it doesn’t do it either.

    Any ideas and help greatly appreciated.

    My webapp is already live, so a quick response would be greatly appreciated. Thank you.

    How to install this ? I’m about to buy this theme.. How could i install it ?

    Where do you want to install it?

    for my taste, the classes and markup looks quick and dirty… other than that a very nice design

    I’ve asked this almost a month ago and still haven’t got an answer. The checkAll checkbox in the “Dynamic Table with Checkbox Column” is not working. The individual checkboxes work, but the checkAll doesn’t.

    Even in the ThemeForest’s demo it is not working. Can you please give me a quick solution so I can work this around?

    Yes I know it’s not working I didn’t put code for the checkall. If using a transformed checkbox then me too having hard time making it work correctly. If you want a quick solution to that using a transformed checkbox that’s not gonna happen quickly..If you really want quick use browser’s checkbox then below is the code.

    jQuery('#dyntable2_wrapper th input').live('click', function(){
    var checked = jQuery(this).is(':checked'); 
    jQuery('#dyntable2_wrapper td input:checkbox').each(function(){
      if(checked)
        jQuery(this).attr('checked',true);
      else
        jQuery(this).attr('checked', false);
    }); 
    });
    

    Great template, one the best I’ve purchased so far. Very easy to use and incorporate with my ASP.net project. CSS is very well thought out and logical. Well Done.

    Damm spoke to soon. Not your templates fault but do you know perhaps how to fix the issue of the jQuery stopping to work after a partial ajax postback?

    Did you check the error console in your browser?

    Seems I fixed it now. Really out of my skill set but I changed jQuery ‘bind’ to ‘live’ as per some articles I found. I just need to figure out now how to prevent Tabs from going to the first tab on a postback. I need retain the current tab instead. Any ideas?

    Is their a way to get the VerNav 1 style to auto close when viewing on Mobile? verNav2 works just find auto closing the menu on. I tried ono your demo as well and it doesnt do it either.

    Any ideas and help greatly appreciated.

    How quickly, if at all, should we expect replies to our questions?

    See answer below

    Hi, I have purchased Amanda theme about a half year ago, and we really love it. My question is if you can give me an offer for a custom clone design. Only the top header, header, and the main color needs to be changed. To understand better, now you have 3 different theme basically, and I am requesting a fourth one.

    Looking forward to your answer, Szabolcs

    I do but I cannot assure you if I can get it done quickly..

    Thanks for answer, so how to tell you the details?

    jsut shoot me an email through my profile page in TF

    Hi, I’ve sent you an email but no response, so i thought i’d post here…

    The theme works AWESOME, except it seems to send this error “[an error occurred while processing this directive] ” you can see here http://saintstudiodesigns.com/BackEnd/wizard.html

    Any help appreciated, Thanks!

    Let me check

    Have you had a chance to check into this? Thanks!

    Hi, are you using a framework or something? I believe it’s an error from your php codes. I have nothing to do with that error since the error is not from my template.

    I noticed that calendar.html uses jQuery 1.5.2, but all of the other html files use jQuery 1.7. Is there an incompatibility between the calendar and jQuery 1.7? Or can I just replace the 1.5.2 with 1.7? Thanks again!

    There is a problem in dragging events in using 1.7 in calendar. fullCalendar have not yet updated their code. I’ll check if they have updates

    I’ve noticed that when the screen width goes below 640, general.js tries to collapse the left-hand navigation. But it is not working properly. Is this something you would have time to take a look at? Thanks!

    Hi, i dont know exactly what you mean by not working properly..do you have screenshots?

    @thomask29 asked how to have tooltips for the collapsed left-hand menu. If there is no submenu under for a collapsed menu entry, you currently can’t tell what it does.

    An easy and quick solution is to add <ul id="formsub"><li /></ul> after each vernav2 menu link. Here is an example in context:

                <li><a href="typography.html" class="typo">Typography</a><ul id="formsub"><li></li></ul></li>
    

    Yeah It’s designed for having a submenu only.

    Hi there.. just wondering how I can access the fixed version in the live demo? Can’t seem to find it..

    You can’t see the fixed version in the demo. You can see it when you purchase it

    Hello themepixels,

    it’s very nice theme … very user friendly … i have question regarding to Element page.. there is some alert box that shows HTML content in bold or underlined. so can you tell from where i can add my own content in that popup box… ?? Thanks In Advance. :-)

    you add that by using javascript

    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