ThemeForest

Zice Admin Colorful Admin Templates

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Italy

calendar.html example is broken. Can you help me? Can you send me a correct file.

zicedemo

Hi, studio26

okay , I’m receive your email. I will send it to your email.

Thank you for bug report. Pinyo

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sweden

I have tried to remove the left menu but the backgorund is still there. Where can I remove it? work on computer but not on iPhone, se pic:

http://k12.fiashosting.se/zice/zice2.jpg

and as you can see there is an empty error message thera also on iPhone, do you know where I can fix this?

zicedemo

Hi, jbnmedia

in empty error message you can go to css/zice.style.css in line 4162 you can delete or add /* */ in code

Ex.
/*#alertMessage { bottom: 0px;     width:100%;     padding:15px 0 15px 0; background-image:none!important;}*/

But in left menu background , i not sure if you have URL please send to me.

thank you

Pinyo

Default-user

for a clean #alertMessage I found this.

alertMessage{

position:fixed; /* display:none; position: absolute; opacity:0; filter:alpha(opacity=0);*/ right: -90px; text-transform: uppercase; bottom: 35px; z-index:100001; cursor:pointer; border: 1px solid; }

and removing it will make a red bar at top of all pages.

Default-user

Your solution here didn’t work.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

calendar.html page is didn’t work ????

zicedemo

Hi, jack2311

I will update it in tomorrow. Thank you for bug report.

Pinyo

zicedemo

hi, jack2311

you need calendar.html(edited) file?, please contact me by email

Thank you.

pinyo

jack2311

Hi I receive the new file, it work, but it missing the ( next , previous, Day, Week , Month ) Buttons

jack2311

still not fully work ( like the Preview site )

still waiting …

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sweden

Where can I change datepicker to another language?

zicedemo

Hi, jbnmedia

you can add your Localization in zice.custom.js(in line 192) or your javascript

Example Localization French
      //datepicker
    $.datepicker.regional['fr'] = {clearText: 'Effacer', clearStatus: '',
        closeText: 'Fermer', closeStatus: 'Fermer sans modifier',
        prevText: '<Préc', prevStatus: 'Voir le mois précédent',
        nextText: 'Suiv>', nextStatus: 'Voir le mois suivant',
        currentText: 'Courant', currentStatus: 'Voir le mois courant',
        monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
        'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
        monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
        'Jul','Aoû','Sep','Oct','Nov','Déc'],
        monthStatus: 'Voir un autre mois', yearStatus: 'Voir un autre année',
        weekHeader: 'Sm', weekStatus: '',
        dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
        dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
        dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
        dayStatus: 'Utiliser DD comme premier jour de la semaine', dateStatus: 'Choisir le DD, MM d',
        dateFormat: 'dd/mm/yy', firstDay: 0, 
        initStatus: 'Choisir la date', isRTL: false};
    $.datepicker.setDefaults($.datepicker.regional['fr']);

if not work, you can go to more docs http://docs.jquery.com/UI/Datepicker/Localization

Thank a lot,

pinyo

Default-user

I entered $.datepick.regional[‘sv’] = { monthNames: [‘Januari’,’Februari’,’Mars’,’April’,’Maj’,’Juni’, ‘Juli’,’Augusti’,’September’,’Oktober’,’November’,’December’], monthNamesShort: [‘Jan’,’Feb’,’Mar’,’Apr’,’Maj’,’Jun’, ‘Jul’,’Aug’,’Sep’,’Okt’,’Nov’,’Dec’], dayNames: [‘Söndag’,’Måndag’,’Tisdag’,’Onsdag’,’Torsdag’,’Fredag’,’Lördag’], dayNamesShort: [‘Sön’,’Mån’,’Tis’,’Ons’,’Tor’,’Fre’,’Lör’], dayNamesMin: [‘Sö’,’Må’,’Ti’,’On’,’To’,’Fr’,’Lö’], dateFormat: ‘yyyy-mm-dd’, firstDay: 1, renderer: $.datepick.defaultRenderer, prevText: ‘«Förra’, prevStatus: ’’, prevJumpText: ’<<’, prevJumpStatus: ’’, nextText: ‘Nästa»’, nextStatus: ’’, nextJumpText: ’>>’, nextJumpStatus: ’’, currentText: ‘Idag’, currentStatus: ’’, todayText: ‘Idag’, todayStatus: ’’, clearText: ‘Rensa’, clearStatus: ’’, closeText: ‘Stäng’, closeStatus: ’’, yearStatus: ’’, monthStatus: ’’, weekText: ‘Ve’, weekStatus: ’’, dayStatus: ‘D, M d’, defauktStatus: ’’, isRTL: false }; $.datepick.setDefaults($.datepick.regional[‘sv’]);

after //datepicker

and not working.

zicedemo

you can try this code.

 $.datepicker.regional['sv'] = { 
 monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 'Juli','Augusti','September','Oktober','November','December'], 
 monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 'Jul','Aug','Sep','Okt','Nov','Dec'], 
 dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
 dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 
 dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'], 
 dateFormat: 'yyyy-mm-dd', 
 firstDay: 1, renderer: $.datepicker.defaultRenderer, prevText: '«Förra',
 prevStatus: '', 
 prevJumpText: '<<', 
 prevJumpStatus: '', 
 nextText: 'Nästa»', 
 nextStatus: '', nextJumpText: '>>', nextJumpStatus: '', currentText: 'Idag', 
 currentStatus: '', todayText: 'Idag', todayStatus: '', 
 clearText: 'Rensa', 
 clearStatus: '', 
 closeText: 'Stäng',
 closeStatus: '', yearStatus: '', monthStatus: '', weekText: 'Ve', weekStatus: '', dayStatus: 'D, M d', defauktStatus: '', isRTL: false }; 
 $.datepicker.setDefaults($.datepicker.regional['sv']);

i change from your code $.datepick to $.datepicker , you can try

Thank you

Pinyo

Default-user

Yes it worked =)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jmugisa Purchased

Hello, I sent you an e-mail, but have not received a response. We have problem in using the Calendar specifically in IE9 , IE8. When I select a date, the calendar does not go away automatically, I have to click else where on the page to hide it. However this is working fine in all other browsers, only problem is in IE. After selecting date, focus again goes back to that date textbox, thus opening up the calender again. Please let us know how to fix this.

Let me know how I can solve this at earliest?

zicedemo

Hi, jmugisa

Thank you for bux report. I’am edited , i will update in next week.

Thank again.

Pinyo

Default-user
jmugisa Purchased

Hi Pinyo, Can you please send me the updated fix as my project is currently on hold. Even if you just send me the code fix, I’m ok with that. Thanks

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sweden

Where do I change text on Next and Previus and Finish button on wizard? See: http://corell.fiashosting.se/medlem/register.php?page=reg

zicedemo

Hi,

you can change it :

    // Wizard Steps 
     $('#wizard').smartWizard({
          labelNext:'Next', // change text
          labelPrevious:'Previous',  // change text
          labelFinish:'Finish'  // change text
     });
Default-user

I replaced

$(’#wizard’).smartWizard();

with your code but its not working? http://corell.fiashosting.se/medlem/register.php?page=reg#step-1
zicedemo
your page in line 77
$('#wizardvalidate').smartWizard({transitionEffect:'slideleft',onLeaveStep:leaveAStepCallback,onFinish:onFinishCallback,enableFinishButton:true,         labelNext:'Next', // change text
labelPrevious:'Previous',  // change text
labelFinish:'Finish'  // change text
});
  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sweden

Hi!

Do you know a way of validating a username with a check in db to se if the username exist or not? It would be great If it could be added.

(So the wizards cant go on to next step if username exists.)

// Validate Username var un = $('#username').val(); if(!un && un.length <= 0){ isValid = false; $('#msg_username').html('Var god fyll i användarnamn').show(); }else{ $('#msg_username').html('').hide(); }

/ Johan

zicedemo

Hi, jbnmedia

I answer your question in your email. i hope it help you. :)

Thank you.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
OGAN Purchased

How can i use week days in charts table? there is write 1 2 3 4 i want use sunday monday ….

zicedemo

Hi,OGAN

you can modify it, go to js/zice.custom.js ( line your graphTable ) you can modify “xaxis:” with add
ticks: [[1, "sunday"], [2, "monday"],[3, "..."], [4, "..."], [5, "..."],[6, "..."],[7, "..."]]
Example :
xaxis: {  
        tickSize: 1,
        ticks: [[1, "sunday"], [2, "monday"],[3, "..."], [4, "..."], [5, "..."],[6, "..."],[7, "..."]] 
        }

Complete code (table.chart)

    // CHARTS        
    $("table.chart").each(function() {
        var colors  = [];
        var height=$(this).height();
        $("table.chart thead th:not(:first)").each(function() {
            colors.push($(this).css("color"));
        });
        $(this).graphTable({
            series: 'columns',
            position: 'replace',
            width: '96%',
            height: '423px',
            colors: colors
        }, { xaxis: {  tickSize: 1,ticks: [[1, "sunday"], [2, "monday"],[3, "..."], [4, "..."], [5, "..."],[6, "..."],[7, "..."]] 
        }, yaxis: { max: 1000, min:0, },    series: { points: {show: true }, lines: { show: true, fill: true, steps: false }
            }
        });
});

I hope it help you.

Thank You,

Pinyo

  • Has been a member for 0-1 years
  • Portugal

Hello,

I'm new at this, but I wonder if it is possible to connect the site to mysql through php, because I have no basis in ajax.
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • Israel
OmriA Purchased

Great template. Truly awesome. I had some issues with the ajax page – On some occassions you’ve used ’<?’ instead of ’<?php’ and $arr[keyname] instead of $arr[‘keyname’].

I managed to fix those myself locally, but please update the code so it will work for others and won’t break when I update the next time.

Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, Please how to populate the <Select> in runtime mode?

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • India

How can i disable the tab reload, i my application i want to change already existing data in UITab, when i change data in first tab1, and i am clicking tab2, the tab1 data is displaying old data.. i think its reloading the old data, i want to enter new details and update my uitab,

please give me the solution

zicedemo

Hi, pradeepkumar

so sorry late reply, possible i want to see action in your site. you can send it to my mail.

Thank you.

Pinyo

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • India

and thanks for new version, like dropdown box validations

zicedemo

No problem, Thank again pradeepkumar.

  • Has been a member for 0-1 years

hi i am unable to redirect my site on mobile version when i am trying to open in iPhone or other mobiles.

please help me…

zicedemo

Hi,drcoolboy20

so sorry late reply.

you have a URL is your site?

i want to see it, i might be help.

Thank you so much. Pinyo

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years
  • United States

Hello, I just purchased Zice and I am very confused. 1st. I can not login. The DB is connected, I put in the user name admin/zice and then I get a wierd popup saying script:1 or 0 depending if user name is found or not, then a red box appears in the lower right of the screen telling me I have incorrect credentials.

2nd, everytime I try to open up a file to look at it my computer freezes up. Any help would be greatly appreciated..Thanks

zicedemo

Hi, brad0525

possible you can contact me with email, i might be help.

Thank you. Pinyo

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jmugisa Purchased

Hello, I’m disappointed that I have not received a response and a solution to the problem I posted over ten days ago, even though you promised you would take care of it this week. Please send me the fix in relation to the calender, as my project is currently on hold waiting for this. The following was my initial post. “We have problem in using the Calendar specifically in IE9 , IE8 . When I select a date, the calendar does not go away automatically, I have to click else where on the page to hide it. However this is working fine in all other browsers, only problem is in IE. After selecting date, focus again goes back to that date textbox, thus opening up the calender again. Please let us know how to fix this.”

zicedemo

Hi, jmugisa

I reply you in your mail.

Thank .

  • India
  • Exclusive Author
  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

Hi Pinyo,

Calender.html is broken in downloaded folder. Could you send me file by email: samuelindia02@gmail.com

Thanks :)

zicedemo

It Okay, :)

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • India
<c:url var="findInstitutions" value="/insts" />
<script type="text/javascript">
    $(document).ready(function() {
        $.getJSON('${findInstitutions}', {
            ajax : 'true'
        }, function(data) {
            var instHtml = '<option value="">Institutions</option>';
            var len = data.length;
            for ( var i = 0; i < len; i++) {
                instHtml += '<option value="' + data[i].institutionCode + '">'
                        + data[i].institutionCode + '</option>';
            }

            instHtml += '</option>';

            //now that we have our options, give them to our select
            $('#instId').html(instHtml);
        });
    });
</script>
<div class="section">                              <label>Institution<small>institution</small></label>
   <div>
    <form:select id="instId" path="institutionCode" class="chzn-select">  
        </form:select>
   </div>
</div>
its not working, when i am adding <option> into dropdown box

any help

zicedemo

Hi ,pradeepkumar

Do you send this problem pages to my email ?

Many thank. :)

  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Exclusive Author

Hi,

To day i’m upload Small Update V1.5.1 ( 22/08/2012 )

fix bug full calendar pages.
fix bug Date picker (not auto hide) in IE8 ,IE9
fix login.php (alert 0 or 1)

Thank you. :)

Pinyo

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Pinyo, i sent you the problem with Select box 20 days ago and still waiting for the solution. Could you please expedite it?

Our project is going behind the schedule because of this problem.

thanks.

zicedemo

Hi, babaraliaus

This you mean http://zicedemo.com/test.html

Thank :)

by
by
by
by
by