Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186100
    Glen Pavelich
    Participant

    I initially created the site using the header image, but now we’d like to use a slider, but the slider seems to be below the menu instead of above it as the header image is.
    Is there a way to switch it to above the menu?
    Or is there a way to make the header image option into a slider?

    #186117
    Skandha
    Participant

    @fireflywebs: Hello there,
    For that you will need to create a child theme do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    #186214
    Glen Pavelich
    Participant

    Yes, I am familiar with that and already have a child theme in place.

    #186276
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Child theme folder => functions.php and add the following Code.

    function overriding_parent_code() {
    	add_action( 'lucida_after_header', 'lucida_featured_slider', 10 );
    	remove_action( 'lucida_before_content', 'lucida_featured_slider', 10 );	
    }
    add_action('after_setup_theme', 'overriding_parent_code');

    Let me know if this works out!
    Kind Regards,
    Skandha

    #186631
    Glen Pavelich
    Participant

    Yes, it worked very nicely. Thank you.
    First time it loads however it doesn’t transition for a long delay. Seems to take a long time to think about it. But after it has transitioned once it proceeds normally for that visit. BUT the delay happens every renewed visit to that page. And on some visits it doesn’t transition at all on a renewed visit. It’s fickle.
    See backyardpollinator.ca

    G

    #186678
    Skandha
    Participant

    @fireflywebs: Hello there,
    Do you mean that the site is talking a lot of time to load after adding the code?
    Sorry I am not able to get you.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Feature Image Slider’ is closed to new replies.