bug slider options - Items display no write in custom setting "Edit Display Location". . sorry bad english
http://www.xen-factory.com/index.php?threads/options-question.518/#post-8496
PS- xfa_slider.css code -> @media (max-width:780px) and @media (max-width:400px)
http://www.xen-factory.com/index.php?threads/options-question.518/#post-8496
PS- xfa_slider.css code -> @media (max-width:780px) and @media (max-width:400px)
Code:
/* Responsive */
@media (max-width:780px)
{
<xen:if is="{$xenOptions.xfa_slider_items_tablet} < 1">
.slider {
display:none;
}
</xen:if>
...
}
}
@media (max-width:400px)
{
<xen:if is="{$xenOptions.xfa_slider_items_mobile} < 1">
.slider {
display:none;
}
</xen:if>
...
}
}
Attachments
Last edited: