Solved Cookie storage does not work

This topic has been solved
O

Osman

Guest
When I look at XenForo Media Gallery, the foldable structures in the sidebar structure do not hold cookies.

Code:

Code:
<span class="collapseTrigger collapseTrigger--block {{ is_toggled('xfmg_lightbox_media_information') ? 'is-active' : '' }}" data-xf-click="toggle" data-target="< :up:next" data-xf-init="toggle-storage" data-storage-key="xfmg_lightbox_media_information" data-storage-type="cookie">
    <span>{{ phrase('xfmg_media_information') }}</span>
</span>

Of course, this applies not only...

Read more

Continue reading...