Discussion on Melon – Flat & Responsive Admin Template

Discussion on Melon – Flat & Responsive Admin Template

By
Cart 2,403 sales
Well Documented

Stammi supports this item

Supported

186 comments found.

Hello Simon, I asked a question on June 4th on your support forum, can you please take a look for me. Thank you so much.

Hey Andrew,

just answered you. :)

Regards,
Simon

Hey! I love the theme, thanks for offering it at such a fair price.

I am unable to sign up on your support site with my purchase code for some reason! I was hoping you could help. My email is 303nash@gmail.com

I’m unable to change the color of the theme. Maybe I just don’t know how to use less properly, but my compiler gives me quite a few syntax errors!

Thanks

Hey 303nash,

thanks for your comment and purchasing Melon. :)

I see you’re successfully registered in my support forums and you’re in the right group. I just reset your password. You should have received an email. :)

To change to the dark color, simply add the class .theme-dark according to the documentation at Theme Configuration -> Change Color:

<body class="theme-dark">


Regarding your recompiling the LESS: Please have a look at Theme Configuration -> Recompile LESS. If this doesn’t help you, could you please write me your syntax errors you have?

Much regards,
Simon

Thanks for the response simon! The syntax errors were because of my bad understanding of less (of course)

Hi Simon, Looks like you are busy..:) Have sent you an email 10 days back.. am awaiting your response.

thnx paresh

Hey Paresh,

sorry for not answering the long time. You should got an email now. :)

Regards,
Simon

Hi Simon,

Thnx.. your solution worked! :)

I’m glad I could help. :)

bug….Mobile part of the menu, click the menu is blank. fix please…

Hello vgam,

thanks for your bug report. Unfortunately, I can’t reproduce it because I’m missing a few details.

Could you please open a new thread in my support forum with information such as which browser you were using, which smartphone, which operating system etc. And please make sure you’re using the newest version of Melon. :)

I hope you understand,
Simon

Hi Simon, how are you?

Busy busy busy and more busy, I did post two queries on your support site. Any chance you could have a look at it over the weekend.

Thank you kindly and have a great day.

~Andrew

Hey Andrew,

I saw your queries and will answer you tomorrow. :) Sorry for the delay!

Regards,
Simon

Hi Simon, how are you?

I sent you an email about the positioning of pagination in datatable, with a printscreen … did you see?

Hey Marcelo,

yep, I just answered you. :)

Much regards,
Simon

Hi, Nice looking theme. I have an issue that I have not figured out any way to solve. The body content of the page moves to the left on modal popup. I have not been able to figure out a way to fix this. Any ideas?

bump

Hey jonandreas,

thanks for your comment. :)

Yes, this was an official bug of Bootstrap: Open modal is shifting body content to the left #9855. There are a few solutions you can try mentioned in the issue. I’ll also try to fix it as far as I have the time for it. :)

Much regards,
Simon

Hi, I add form label to body label this page is wrong, can not be added in the form tag style, if you only add a form in page, this template can not use.

Hi Simon!

Have sent you an email last week n a reminder too. Hope you’ve received it.. Pl. have a look at it and respond

thnx paresh

Hey Paresh,

yep, I got your email. :) I’ll answer you as soon as possible!

Regards,
Simon

Hi,

What a great admin, i love it. One thing i am missing for my own use is a FAQ. Are you planning to add a faq to it?

Greetings

Hello mauricio1980,

thank you very much for your comment. :)

Yes, I’ll add it to my todo-list. In the meantime, you can use e.g. an Accordion or something else for it. :)

Much regards,
Simon

Hi, Do you will upgrade to bootstrap 3.1.1?

Hello webemsegundos,

yes, I already upgraded it to Bootstrap 3.1.1. I’ll release it in the next 2-4 weeks. :)

Much regards,
Simon

Hi Simon, I need to work this weekend with this new admin template… Can you release a beta? I tried to change to bootstrap 3.1.1, but some panels became weird… Thank you a lot!!!

Sure, just write me an email via my profile page and I’ll send you the new package within a few minutes. :)

Hey,

is it possible to switch between
  • tabs via jquery? My Javascript does only work if i use this jquery modules: <link rel="stylesheet" href="https://code.jquery.com/ui/1.8.3/themes/base/jquery-ui.css" /> <script type="text/javascript" src="assets/js/jquery.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.8.3/jquery-ui.js"></script> <script type="text/javascript"> var currentTab = 0; $(function () { $("#tabs").tabs({ select: function (e, i) { currentTab = i.index; } }); }); $("#btnNext").live("click", function () { var tabs = $('#tabs').tabs(); var c = $('#tabs').tabs("length"); currentTab = currentTab == (c - 1) ? currentTab : (currentTab + 1); tabs.tabs('select', currentTab); $("#btnPrevious").show(); if (currentTab == (c - 1)) { $("#btnNext").hide(); } else { $("#btnNext").show(); } }); $("#btnPrevious").live("click", function () { var tabs = $('#tabs').tabs(); var c = $('#tabs').tabs("length"); currentTab = currentTab == 0 ? currentTab : (currentTab - 1); tabs.tabs('select', currentTab); if (currentTab == 0) { $("#btnNext").show(); $("#btnPrevious").hide(); } if (currentTab < (c - 1)) { $("#btnNext").show(); } }); </script>

    Thanks! Michael

  • Hey Michael,

    please start a new thread at my support forums.

    I’m going to answer all further questions there! Why?

    I hope you understand! :)

    This is a really nice template. It seems fairly complete but I don’t see a set of file upload / file management tools. Are there any plans in the works to add this type of functionality?

    Hello

    I am having issues with dual list box

    After I select elements from box1 and shows in box2 then when I submit the forms I have issues recovering the values of box2

    Is just not parsing the values

    Any known issues or workaround ?

    Thx

    I found the issue… I have to use SUBMIT because if I use a button control that calls a javascript dont work… only SUBMIT works..

    Hey dancaceres,

    awesome you found the solution on your own! :)

    Regards,
    Simon

    I love your template!

    question… in the Dual List Box… How I can make the box bigger so it displays more lines or items inside the box?

    Thank you, DC

    Hey DC,

    thanks for your comment. :)

    Thats pretty easy. Just add something like this:

    .multiple {
      height: 350px !important;
    }

    Much regards,
    Simon

    Hey Stammi,

    It is possible to get the same fixed left menu, on desktop view and mobile view ? I would like to scroll sidebar and content separately on mobile devices. (Like Youtube application on Android for example).

    Regards,

    Jypyx

    Hey Jypyx,

    thanks for your comment.

    I’d love it if you could open a new thread in my support forum with your request. In this thread, please explain what do you mean exactly with the fixed left menu. Do you mean the fixed sidebar as seen on normal desktop view? :)

    I hope you understand,
    Simon

    Yeah it’s exactly what i mean :)

    Seriously, I am having issues using this template right now because the header navigation does not display when viewed on a mobile device. How can I make it possible to display please. Its really urgent.

    Hey lastone4me2003,

    thanks for your comment.

    There was already a thread back in 2013 about this where I implemented this feature. :) Here you can see how to use it:

    [Solved] Header Top Left Menu visible on Smartphones

    Much regards,
    Simon

    Hi, There is a way to make the menu header like a multi level menu? Thanks again, we are anxiously waiting for updates.

    Hello DoniBarbosa,

    you could try something like that: Bootstrap 3 Submenus

    Much regards,
    Simon

    tks! 100% ;-)

    You’re welcome, thanks for your feedback. :)

    Wow, this template is going popular. I can’t wait for the next updates. Why it took so long?

    Hey mimicreative,

    thanks man! Released an update few days ago. :)

    Much regards,
    Simon

    I am curious as to why the sidemenu does not hide and switch to a drop down menu on mobile device by default like it does if you were to minimize the window in a desktop browser to a certain point. It seems hard to read the menu items and I know my clients might think so. This is my only concern in using this theme. I am sure all that would be needed is to adjust the width if the author is using a plugin such as tinynav, etc. I would like to know if this would be easy to implement it and where to since I have no problem doing it myself if needed. I have emailed the author but have had no response…Please respond. This is my only concern and love the layout otherwise. :)

    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