0%

code

  1. Tutorial Fireworks code in the forum

    How to install 1- Open PAGE_CONTAINER template and Search for the below code {$ldJsonHtml|raw} 2- After the above code, add the following code: <xf:if is="$template == 'forum_list'"> <script src="{{ base_url('styles/confetti.js') }}"></script> </xf:if> 3- Unzip the attached file...
  2. Tutorial Code to display two orange lines above and below the section names

    Code to display two orange lines above and below the section names 1- Preview after installation 2- Copy the following code into the extra.less template: @media (min-width: 651px) { .node .node-title a::after { content: ''; top: 0; left: 0; right: 0; bottom: 0...
Back
Top Bottom