Hi there,
How may I hide/delete the Changelog and Docs links on Theme Options interface?
Thanks.
Hi there,
How may I hide/delete the Changelog and Docs links on Theme Options interface?
Thanks.
Hi there,
Is there any answers to this? I would like to replace the link.
Thanks.
Hey,
in brightbox\framework\php\class-htmlhelper.php search for following code:
$output .= ' <ul class="avia_help_links">';
$output .= ' <li><a class="thickbox" onclick="return false;" href="http://docs.kriesi.at/'.avia_backend_safe_string($this->avia_superobject->base_data['prefix']).'/changelog/index.php?TB_iframe=1">Changelog</a> |</li>';
$output .= ' <li><a target="_blank" href="http://docs.kriesi.at/'.avia_backend_safe_string($this->avia_superobject->base_data['prefix']).'/documentation/">Docs</a></li>';
$output .= ' </ul>';You must log in to post.