Reply To: Trying to add horizontal opt-in box in welcome widget wide – need help!

Homepage Community Forums Epik Theme Support Trying to add horizontal opt-in box in welcome widget wide – need help! Reply To: Trying to add horizontal opt-in box in welcome widget wide – need help!

#6198
Eric
Customer

    Yes the php code is the actual widget shortcut code, and you can see the “echoed” code is what adds the html divs.

    For example, these 2 divs wrap around the entire welcome area –

    echo '<div id="welcome"><div class="wrap">';

    and it is closed out at the bottom of the code –

    echo '</div><!-- end .welcome-features --></div><!-- end .wrap --></div><!-- end #welcome -->';

    You can also reference the source code of your homepage to look at how the code shows up from the home.php file above. Whatever you change on the home.php file above will be displayed on your actual homepage of the site. So you can move the divs around to however you would want them to be displayed. You can also add or remove divs by using the “echo” code above as well.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com