CSS Hero - Visual CSS Editor

CSS Hero - Visual CSS Editor v5.1.0

No permission to download

Mrmeanbean

Well-known member
Trusted Uploader
Sep 19, 2019
183
330
70
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

chrix

Member
Jun 14, 2018
39
5
8
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

asdriel

Member
Apr 26, 2019
198
17
18
www.bantu-2rsn.com
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

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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);
 

chrix

Member
Jun 14, 2018
39
5
8
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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu