Russ

Pixel Exit Staff
I'm pushing updates out shortly, but if you'd like to update your templates ahead of time, you can edit the outdated style:

Inside the PAGE_CONTAINER template

Find (around line 29 or so)

Code:
    <xf:if is="property('publicIconUrl')">
        <link rel="apple-touch-icon" href="{{ base_url(property('publicIconUrl', true)) }}">
    </xf:if>

Replace with:

Code:
    <xf:if is="property('publicIconUrl')">
        <link rel="apple-touch-icon" href="{{ base_url(property('publicIconUrl', true)) }}">
    <xf:elseif is="property('publicMetadataLogoUrl')" />
        <link rel="apple-touch-icon" href="{{ base_url(property('publicMetadataLogoUrl')) }}" />
    </xf:if>
Click SAVE AND EXIT.

That will update the template so it won't show outdated. Official updates will be out shortly.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back