Activity

  • FoxdenVixen replied to the topic Smaller version of slider in header? in the forum BuddyBoss 4.0 9 years, 1 month ago

    This is the code that I found in front-page.php. I wrapped a div around it but have not styled it yet. When I add the code to the header right under the logo section, it messes up the navigation. Could this be because I have not styled it yet and have not activated the slides? WP can get confusing with all the different pages that control different aspects of the site. I might need help understanding where to put the code and how to style it so that it is small and to the right of the logo in the header.

    <!-- Frontpage Slider -->
    <div class="header_slider".
    <?php get_template_part( 'content', 'slides' ); ?>
    </div>