FAQ

Will my license work on localhost and umbraco cloud domains?

Yes, we do allow localhost, umbraco.io and azurewebsites.net domains by default as long as you have a valid license key.

I don't know what my domain will be when i go live. Can i change it later on?

Yes, if you contact us we can update your domain and send you a new license file.

Can i update Igloo to the latest version?

We do not have support for updating Igloo to the newest version since updates would delete any possible modifications made to the theme. You can however do a merge of the files from the latest package into your own solution to the newest version. There might however be breaking changes in between versions, so do this at your own risk.

You can remove the Igloo icon and link in the footer by opening /Views/Partials/Shared/Footer.cshtml and removing this markup:

 <a href="https://www.iglootheme.com/" target="_blank" rel="noopener" class="igloo-symbol" title="Powered by Igloo" aria-label="Powered by Igloo" tabindex="-1">
		<svg width="26px" height="14px" viewBox="0 0 26 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true">
        <defs></defs>
        <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
            <g id="igloo_symbol" fill="#FFFFFF" fill-rule="nonzero">
                <path d="M1.3109849,13.1780822 C1.3109849,6.63398364 6.54433521,1.3289436 13,1.3289436 C19.4556648,1.3289436 24.6890151,6.63398364 24.6890151,13.1780822 L26,13.1780822 C26,5.90002836 20.1797017,4.45652266e-16 13,0 C5.82029824,-4.45652266e-16 8.79259875e-16,5.90002836 0,13.1780822 L1.3109849,13.1780822 Z"></path>
                <path d="M5.87840007,13.1780822 C5.87840012,9.15559265 9.1079176,5.89472064 13.0917293,5.89472064 C17.0755409,5.89472064 20.3050584,9.15559265 20.3050585,13.1780822 L22.260274,13.1780822 C22.2602738,8.06377407 18.154173,3.91780822 13.0890411,3.91780822 C8.02390909,3.91780822 3.9178083,8.06377407 3.91780822,13.1780822 L5.87840007,13.1780822 Z"></path>
                <path d="M13.1780822,8.01369863 C10.3258719,8.01369863 8.01369863,10.3258719 8.01369863,13.1780822 L18.3424658,13.1780822 C18.3424658,10.3258719 16.0302925,8.01369863 13.1780822,8.01369863 Z"></path>
            </g>
        </g>
    </svg>
	</a>

Need help? Send us an email at hello@iglootheme.com make sure you include information that can help us to debug the issue. Screenshots, package version and error messages will help us resolve the issue faster. Also please include the domain you provided when purchasing your license.

Last updated