Okay
  Public Ticket #461431
Scroll-down icon on full screen home slider
Closed

Comments

  • Patryk started the conversation

    Hi,

    I tried css code and adding code do home section (solution i found in support on themeforest page),

    but that did not work for me. No matter what i do, the icon does not want to appear.

    Could you please help me?

    Thanks

    PS. Please delete my private ticket. Thanks

  •  1,810
    Support replied

    Full screen slider does not display the html content of the home section.

    Try using Full Screen Overlay Slider instead

    and add

    <div class=\"home-move-down\" style=\"position: absolute; width: 100%; bottom: 50px;\">

    <a href=\"#we-are-newave-3\" class=\"move\"><i class=\"fa fa-angle-down fa-2x icon-circle-box\"></i></a>

    </div>

    to the home section content

    and

    .home-move-down a i.icon-circle-box {

    background-color: none!important;

    }


    to theme options Styling Options -> Custom CSS

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Patryk replied

    The thing is I want a full screen slider with html content. What should I do? Should <php content> something work?

  •  1,810
    Support replied

    Hi, yes, the implementation of this specific home section can be found in /sections/home_section_slider.php

    and you can use the_content() function to render the home section page content , perhaps inserting in line 19 right above the slider.

    https://codex.wordpress.org/Function_Reference/the_content

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy