Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Find the following part (better to do it with a child theme, though) in the header.php:

    <!-- Slider Title Start Here -->
    <?php
    if(is_front_page()){
    ?>
    <ul>
    <li class="current"><a href="#ful-index"><?php _e('Start', 'Start-Button'); ?></a></li>
    </ul>
    <?php
    }
    ?>
    <!-- Slider Title Ends Here -->

    Comment out the following

      part:

    <!--<ul>
    <li class="current"><a href="#ful-index"><?php _e('Start', 'Start-Button'); ?></a></li>
    </ul> -->

    Voila, the Start-button has disappeared.
    But now there are some pixels missing to keep the footer right at the bottom. I was successful in adding some space to my header-image.

    (I am just starting to modify the same theme for a new project, so there is not much to see right now. Link: http://www.caterei.de/inhalt)

    Thread Starter sirrs.de

    (@sirrsde)

    That worked, thank you so much!

    Now it’s some tweaks left to get image & headline in one row.

    [resolved]

    I got a problem using the “page content” with “recent blog-post” set as enabled.
    The latter shows the blog exerpt and the featured image – but no pagination, the former leaves out the images – but gives the pagination I am looking for.

    Puzzled…

    Lasse

    Link: http://www.sirrs.de
    (Currently “page content” disabled, because it simply doubles the content)

Viewing 3 replies - 1 through 3 (of 3 total)