• Resolved edenb

    (@edenbuganim)


    hello,
    first, thank for helping us.
    look at picture i upload. i want slider start from right to left.(the default is ltr)
    i think this code but i dont know where i can edir this –
    <span class="ui-slider-handle ui-state-default ui-corner-all" tabindex="0" style="left: 0%;"></span>

    and i want to know where can i edit css? for all template? there is file or something?
    and last thing, where can i backup everything i do?

    thanks bro!!
    from israel with ♥

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @edenbuganim

    The UI controls in our plugin use the jQuery UI distributed with WordPress, and unfortunately, the slider control does not include a RTL alternative. There are multiple developers sharing their solutions.

    Please, follow the steps below:

    1. Download the following script:

    https://wordpress.dwbooster.com/customdownloads/2020/03/24/jquery.ui.slider-rtl.js

    into the following directory on your web server: “/wp-content/plugins/calculated-fields-form/js/fields-public/”

    2. Insert a “HTML Content” field in your form, and enter the following piece of code as its content:

    
    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    fbuilderjQuery('.slider').slider('option', 'isRTL', true).slider('option', 'value', 0);
    });
    </script>
    

    3. Finally, go to the settings page of the plugin, and untick the checkbox: “Activate Javascript Cache”, to allow the changes take effect.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘question about slider and css’ is closed to new replies.