style property

  1. Nulumia

    XF 2.0 Is there a way to fetch a style property from a different/specific style within templates?

    I use a primary style which contains a few important values, such as version integers and titles as style property strings. I was wondering if there's a way to display this on the ACP (editing the master admin templates) by fetching that property but from a defined style ID? For example I know...
  2. Nulumia

    XF 1.5 Access the background-image value from a Style Property?

    Wondering if it's possible to access just the background-image value of a standard CSS based property. For example, we could call from a template: .content { color: @primaryContent.color } .. or even render out all background items as a set: .content { {xen:property...
  3. Nulumia

    Weird glitch with Style Property used in conditional statement?

    Searched through the forum and didn't see this specifically asked before. I've tested the following from Conditionals page to show content to the default four usergroups: <xen:if is="{xen:helper ismemberof, $visitor, 1,2,3,4"> content here... </xen:if> This works fine when testing in each...
Top Bottom