Okay
  Public Ticket #3332095
Media Slider Issue on Single Event Pages
Closed

Comments

  • sabinocanyonhikerun started the conversation

    Media Slider doesn't fully show.  Looking for a solution.

    Currently I took every element off the Single Event Pages to see if there was another conflict.  Still not working.  Screenshot of issue attached.

    Elementor Pro/Hello Theme 

    Attached files:  Screenshot_20230324_104814_Chrome.jpg

  •  785
    Zhivko replied

    Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:

    :root {
      --stec-ar: calc(900 / 500);
    }
    .stec-layout-single-media-content,
    .stec-layout-event-inner-intro-media-content,
    .stec-layout-grid-event-image {
       height:0 !important;
       padding-top: calc( 100% / var(--stec-ar) ) !important;
    }

    Change 900 / 500 to match your images width and height. E.g. if your images are 1280x800 set the value to:

     --stec-ar: calc(1280 / 800);



    Stachethemes Developer

  • sabinocanyonhikerun replied

    I'll try this later this afternoon, and let you know the outcome.  As always, thank you for your quick responses.  Its a great calendar plugin.  One of the best available.