• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

CSS Hero - Visual CSS Editor

CSS Hero - Visual CSS Editor v5.1.0

No permission to download
If anyone is still facing the activation issue follow the steps below:
1. Download and unzip
2. open 'css-hero-main.php' in editor
3. Replace the function wpcss_check_license(){} on line 543 with this code
Code:
function wpcss_check_license(){
    $license= get_site_option('csshero-license');
    //if ($license !=FALSE && strlen($license)>10) return $license; else return FALSE;
    return TRUE;
}

It will work because it worked for me.
Thank you @jallandhrabhanu That was really helpful. Finally got it to work for me.
 
  • Like
Reactions: jallandhrabhanu
I am using css hero 4.09 and it has been working well for me. since 3 days now, it stopped loading when you click it. It stops on this stage and doesn't do anything again. Does anyone has solution to this? See the image
 

Attachments

  • css hero.jpg
    css hero.jpg
    82.3 KB · Views: 11
Try this

If anyone is still facing the activation issue follow the steps below:
1. Download and unzip
2. open 'css-hero-main.php' in editor
3. Replace the function wpcss_check_license(){} on line 543 with this code

Code:
function wpcss_check_license(){
$license= get_site_option('csshero-license');
//if ($license !=FALSE && strlen($license)>10) return $license; else return FALSE;
return TRUE;
}
 
  • Like
Reactions: jollygiraffe
v4.1.1
Try this

If anyone is still facing the activation issue follow the steps below:
1. Download and unzip
2. open 'css-hero-main.php' in editor
3. Replace the function wpcss_check_license(){} on line 543 with this code

Code:
function wpcss_check_license(){
$license= get_site_option('csshero-license');
//if ($license !=FALSE && strlen($license)>10) return $license; else return FALSE;
return TRUE;
}
update_site_option('csshero-license', TRUE);
 
Try this

If anyone is still facing the activation issue follow the steps below:
1. Download and unzip
2. open 'css-hero-main.php' in editor
3. Replace the function wpcss_check_license(){} on line 543 with this code

Code:
function wpcss_check_license(){
$license= get_site_option('csshero-license');
//if ($license !=FALSE && strlen($license)>10) return $license; else return FALSE;
return TRUE;
}

Thanks bro, it worked.
 
  • Like
Reactions: asdriel
@TassieNZ please check my PM about this.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock