We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54445
    • 2 Posts
    I just got a problem using revolution slider in modx evolution.
    My slider have jquery code

    tabs: {
    tmp:'<div class="tp-tab-content">  <span class="tp-tab-date">{{param1}}</span>  <span class="tp-tab-title">{{title}}</span></div><div class="tp-tab-image"></div>'}


    and modx of course parsing {{param1}} and {{title}} as chunks, but its part of revoslider's jquery.

    so after parsign page html code looks like this

    tabs: {
    tmp:'<div class="tp-tab-content">  <span class="tp-tab-date"></span>  <span class="tp-tab-title"></span></div><div class="tp-tab-image"></div>'}


    and revolution slider shows incorrect

    i tried calling revoslider code from html file using snipnet with php funtion include, but it also got parsed by modx engine

    can i solve this problem without changing revoslider jquery code?

    thanks to your ansewers!
      • 54445
      • 2 Posts
      solved by simple use of braces \{\{param1\}\}