CSS Hero - Visual CSS Editor

CSS Hero - Visual CSS Editor v5.1.0

No permission to download

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
66,981
67,488
120
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

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
66,981
67,488
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

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu