site customizer icon not at self-made template

Hi,

I made one template using UNI folder, changed name at BxTemplName.php and folder tmpl_name.

I have attached 2 photos of what I mean.

I did also to test download and renamed EVO as well just to test and after rename and upload it is same site costomizer icon not there even though I did not do any changed to the renamed EVO.

 

What can I do?

icon ok.png · 78K · 263 views
icon missing.png · 17.2K · 255 views
Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 24 Feb 2016

 

What can I do?

 Read this post,

https://www.boonex.com/forums/topic/New-Template-Starter.htm

then this one.

https://www.boonex.com/forums/topic/Starter-Template-for-Dolphin-7-2-0.htm 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 Feb 2016

Thank you Newton :-)

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 25 Feb 2016

Customizer can work with default templates only,  since it maybe some incompatible styles which Customizer can't recognise.

It's possible to change this behaviour in modules/boonex/site_customize/classes/BxSctrConfig.php file, but I can't guarantee that it will work in custom template:

    function isEnabled()
    {
    	global $oSysTemplate;
		return $this->_bEnabled && in_array($oSysTemplate->getCode(), array('uni', 'alt', 'evo'));
    }
after rename and upload it is same site costomizer icon not ther

 

Rules → http://www.boonex.com/terms
Quote · 26 Feb 2016

Thank you so much Alex :-)

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 26 Feb 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.