Never mind, I solved it with a bit of jQuery.
If anyone else has the same issue:
jQuery(function($) {
$('BUTTON_CLASS').on('click', function() {
$('.cp-toggle-container').addClass('cp-slide-hide-btn');
$('.cp-animate-container').addClass('smile-slideInRight').removeClass('cp-hide-slide');
});
});
This will hide toggle button and the slide-in will animate from right. Just like a click on the toggle button.
ConvertPlug settings:
- Slide In Animation: Slide in Right
- Advanced Design Options -> Position: Center Right