• Resolved Alan Sillitoe

    (@sillitoe)


    In order to insert a Photonic slideshow under the banner and menu, when using the free Neve theme, I am adding the shortcode to the header bottom in an HTML component, as suggested here. It works for a certain configuration of the slideshow (dynamic height), but not the one I would like to use (fixed height). Also, if I try to adjust any of the header parameters, the slideshow seems to disappear from the page.

    For certain configurations of the slider, notably if it’s set to have a fixed height, the slider almost disappears and all that is visible is two arrows, for passing from one slide to another, close together with little apparent height. (Screenshot here.)

    The developer of the slideshow suspects that something is overriding the height of the relevant container and preventing the slideshow from displaying properly.

    I wonder if it is something from the Neve theme that is not compatible with this. Indeed, is it acceptable to insert the slideshow here as a shortcode?

    I’m just wondering if anyone has any idea how one might resolve this issue.

    Or is there any other way of displaying the slideshow below the header and above the articles?

    Thanks,

    Alan

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Alan Sillitoe

    (@sillitoe)

    I managed to find an acceptable solution by choosing dynamic height and forcing the height of the image in the slideshow on the front page:

    .home .header-bottom .splide__slide img {
    height: 300px; !important;
    }

    Hello @sillitoe,

    We’re glad you managed to find a solution for this query! This will also help other users who encounter the same problem.

    Have a great day ahead,

    Irinel

    I’m having the same issue and so far have been unable to get it working. I’m using SmartSlider and I’ve also tried with 2 other image sliders which all yielded the same behavior. Any help would be appreciated.

    Thread Starter Alan Sillitoe

    (@sillitoe)

    Hi @drspencer

    For my part, I’m afraid I only found the solution I posted above using the Photonic slider.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with slider in header bottom’ is closed to new replies.