Tagged: demo import
is there a way to remove the “Demo Import” tab from the enfold theme options.
Hi MarkDaynes ;
you can find the information (and further) here : http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/
Hi!
Thank you for coming back.
Open file enfold\includes\admin\register-admin-options.php
and look for (line 29):
$avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework'));
Remove this line (or comment it with //).
You can also delete lines 2004ff.
Best regards,
Günter
Hey!
Please adding this to avia_admin.css in Enfold–>Framework–>css
.goto_demo{display:none !important;}
Best regards,
Rikard
.goto_demo{display:none !important;} Worked a treat.
Thanks for your help.