What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug No Answer Edit Display Location setting

sinbad

Member
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)
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

  • local_setting.jpg
    local_setting.jpg
    46.4 KB · Views: 6
  • local_setting_2.jpg
    local_setting_2.jpg
    54.4 KB · Views: 5
Last edited:
Top