19.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-12-2014, 04:09 PM
Post: #11
RE:
WordPress will not let me activate this theme. I keep getting this error proceeded by a blank screen: "Hi! Please activate your license of Alterna theme."


Any ideas on how to access the "Alterna Options" ?
06-12-2014, 07:39 PM
Post: #12
RE:
(06-12-2014 12:00 PM)cayonara Wrote:  Thanks a lot for the share :))

(06-12-2014 07:31 AM)isitmeor Wrote:  thanks!!!
but there is no sample_data.xml

is missing

Uhm, what do you mean by that? If the licencing is bothering you, simply modify the alterna/inc/penguin/modules/penguin-option.php:


Append after line 303 that reads
function show() {


this:
PHP Code:
$ray get_option($this->option_name);$ray['theme-purchase'] = "10030|1402527536|alterna|AHAHAHAHA"$ray['theme-name'] = 'alterna'$ray['theme' '-purchase-code'] = 'AHAHAHAHA'update_option($this->option_name$ray); 

then append to line 347 that reads
theme_check_data = '';



this:
PHP Code:
$theme_check_data '10030|1402527536|alterna|AHAHAHAHA';
update_option($this->option_name '-theme-purchase'$theme_check_data); update_option($this->option_name '-theme-name''alterna');$this->removeCheck($theme_check_data); 


and, finally, remove or comment out lines 348 to 397, not including the 397 that reads
if($output != ""){


Well, I believe that the second call, at alterna\envato-wordpress-toolkit-library\class-envato-protected-api.php should be left as is ;)

So was that anything as hard as a simple lmgtfy.com query ]:P ?
No that is not what I meant
I mean the SampleData import file
06-13-2014, 03:53 AM
Post: #13
RE:
Thanks, I tried that and still have the licensing issue. Can you upload a working file?




83.gif