Eventon Slider Height

Home Forums Legacy Support Support queries Other issues Eventon Slider Height

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #71547
    Harlock_
    Spectator
    Hi, on my homepage: http://vps298024.ovh.net/ptaw/ eventon slider doen't seem to take the right height and I cant succed in modifying it. Can you help me, please? Thanks, Francesco
    #71667
    H.K. Latiyan
    Participant
    The issue is that the eventOn is also adding the class "gallery" in the slider and the gallery css is present in the theme also, so both of them (gallery of eventOn and wplms) are conflicting with each other. So to remove the gallery class add the bellow code in your wp-admin->wplms->footer->google analytics: <script> jQuery(document).ready(function(){   jQuery('body').find('.evosl_slider.eventon_events_list').removeClass('gallery'); }); </script>
    #71671
    Harlock_
    Spectator
    Done, but it doesn't seem to change anythyng.
    #71673
    Harlock_
    Spectator
    Ok, a '/' was missing on the closing script tag. Added and something has changed. But something is still missing. See http://demo.myeventon.com/event-slider/ Thanks.  
    #71690
    Harlock_
    Spectator
    And now multi event widget doen't open on my android device.
    #71699
    H.K. Latiyan
    Participant
    Try removing the previous code and add the bellow code: <script> jQuery(document).ready(function(){   jQuery('body.home').find('.evosl_slider.eventon_events_list').removeClass('gallery'); }); </script>
    #71710
    Harlock_
    Spectator
    Done. The result seems same as before.
    #71784
    H.K. Latiyan
    Participant
    Applying the js actually worked, refer: http://prntscr.com/clq4sd Initially the image height was short and the text were overlapping with each other and now they aren't. Please try clearing the cache and then check. Let me know if I misunderstood your issue.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Eventon Slider Height’ is closed to new replies.