Viewing 7 replies - 1 through 7 (of 7 total)
  • Not sure exactly which image you are talking about so could you please tell me?

    Thread Starter mazajnet

    (@mazajnet)

    background

    This image, i couldnt upload an attachement as a screen shot,
    Can i replace that section with a slideshow?
    Thank you in advance.

    Thread Starter mazajnet

    (@mazajnet)

    The main background image here:
    cp illdy template

    • This reply was modified 6 years, 11 months ago by mazajnet.

    I don’t see that image on your shared site and instead see the slideshow so i think you managed to achieve it.

    Please advise.

    I’ve tried this out as an example by using the meta slider plugin. Assuming you have a child theme, you can then create your own version of header.php (start by copying the illdy header.php). Then you can add the shortcode metaslider gives you eg: echo do_shortcode(“[metaslider id=109]” into the bottom of your header.php.

    Then a simple way to completely hide the single image that illdy loads would be to add some css like this to your child themes style.css file:

    .site-header {
    display: none;
    }

    @bruceluxton Thanks for helping out here in this forum.

    Your help here is really appreciated.

    No problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘home page slideshow’ is closed to new replies.