Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @dom71530

    I checked the linked page and I couldn’t find any Smart Slider 3 sliders appearing there.
    The image that currently appears in your “header” element is not coming from the slider and nor the one that appears below your header, so we don’t have any control over the way those elements behave.

    Anyways if you have a page where you display the Smart Slider 3 slider then could you send me the link of that page?
    Also do you have an example of the effect that you are trying to recreate? Do you probably mean the parallax effect that you can see in these templates:

    when you scroll up and down?

    Best regards,
    Laszlo.

    Thread Starter dom71530

    (@dom71530)

    Yes I disabled the Smart Slider 3 plugin while waiting to find the solution.

    I would like to put the slider that I created in the header image, instead of the current image that you can use in the head on all the pages of the Neve template, example:

    https://www.alcor-controles.fr/etude-pollution-sols/

    But keeping the dark blue stickers “ALCOR Diangostics pollution & immobiliers”

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @dom71530

    If you would like to display the slider in that area, then you will need to do some custom coding, to publish the slider into that “header” element.
    We have a documentation for the Neve theme, that shows how you can publish the slider into that theme, by creating a Child theme:

    Just if you want the slider to appear in the “header” element, then instead of the “neve_after_header_wrapper_hook” action you should rather use the “neve_before_header_hook” or “neve_after_header_hook” actions. If you open this file of the Neve theme:

    • wp-content/themes/neve/header.php

    then you will be able to find out where each action is fired exactly.

    Please note that, the the slider is a relative positioned element by default, which means it will just appear above or below the menu items. If you want the menu items to overlap the slider, then you will need to make those elements absolute positioned, and you should probably also set a higher z-index otherwise the slider might cover the menu items. Making these modifications might requires some other extra CSS as well, so I only suggest doing this if you have the necessary coding knowledge.

    If you really want to display the slider in the “header” element, then what I would rather suggest is to create the entire content in the slider, that way the only need to add CSS to hide the default elements of Neve if you don’t need them.

    Best regards,
    Laszlo.

    Thread Starter dom71530

    (@dom71530)

    No, I succeeded just now without coding, I’ll explain how :):

    https://www.alcor-controles.fr/diagnostic-pollution-des-sols/

    I added the code in a Widget and the Widget at the head level in the menu and no coding needed.

    It's a great plugin, very powerful and easy to use.
    
    And above all, important, no impact under Gtmetrix and Googlespeed,
    it is especially important...
    
    Thanks again.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘template NEVE’ is closed to new replies.