• Hi

    I have a dev site and a production site with identical plugin suites and versions. The dev site works fine but the filters disappeared from the production site and, when I replaced them, the slider option had disappeared.

    Thanks

    Mike.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Mike V

    (@mikevens)

    I should add that production site is fully https: and dev is not.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Not much I can say without an url to your site that have problem.

    Regards,
    Dima

    Thread Starter Mike V

    (@mikevens)

    Thread Starter Mike V

    (@mikevens)

    I found the problem. admin.js was different even though both sites reported Ver 1.1.6.

    The test site (that worked) had the following line #11 $('.berocket_aapf_widget_admin_type_select', $parent).html('<option value="checkbox">Checkbox</option><option value="radio">Radio</option><option value="select">Select</option><option value="slider">Slider</option>');

    whereas the live site (that didn’t work) had this for line #11
    $('.berocket_aapf_widget_admin_type_select', $parent).html('<option value="checkbox">Checkbox</option><option value="radio">Radio</option><option value="select">Select</option>);

    How could the two files from the same rev level be different?

    Thread Starter Mike V

    (@mikevens)

    So my question still stands. How can one copy of 1.1.6 be different from another copy of 1.1.6?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider Stopped Working’ is closed to new replies.