• Resolved Graicifyd

    (@graicifyd)


    Hi,

    Thank you for an amazing plugin and a topnotch support service.

    In this calculator, I have a tooltip on the slider but it doesn’t appear till I move the slider. On page load it just shows an empty box.

    Can I set it to display the predefined number I have inputted in the slider set?

    Thank you for your support.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    You are applying a customized behavior and appearance to the slider control. If you need additional help customizing the form controls, you must contact me through my private website. I cannot customize your copy of the plugin as support: Custom Coding Service.

    However, I can give you a tip. Into the piece of code:

    
    var tooltip = jQuery('<div class="cost-slider-tooltip"><div class="cost-calculator-arrow"></div><div class="cost-calculator-value"></div></div>');
    

    You can enter the default value within the pair of tags <div class="cost-calculator-value"></div>

    Best regards.

    Thread Starter Graicifyd

    (@graicifyd)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MAKE TOOLTIP APPEAR ON PAGE LOAD’ is closed to new replies.