Comments Patryk started the conversationJune 19, 2015 at 12:58pmHi,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?ThanksPS. Please delete my private ticket. Thanks 1,973Support repliedJune 22, 2015 at 3:03pmFull screen slider does not display the html content of the home section.Try using Full Screen Overlay Slider insteadand 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 contentand.home-move-down a i.icon-circle-box { background-color: none!important;}to theme options Styling Options -> Custom CSSthanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyPatryk repliedJuly 2, 2015 at 12:29amThe thing is I want a full screen slider with html content. What should I do? Should <php content> something work? 1,973Support repliedJuly 2, 2015 at 6:53pmHi, yes, the implementation of this specific home section can be found in /sections/home_section_slider.phpand 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_contentthanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
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?
ThanksPS. Please delete my private ticket. Thanks
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
The thing is I want a full screen slider with html content. What should I do? Should <php content> something work?
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