• Resolved eliwagar

    (@eliwagar)


    Hi, I am trying to adjust timeline express to my theme, since now it looks brocken ( )

    I followed this instruction: https://www.wp-timelineexpress.com/documentation/customize-single-announcement-template/

    But I am stuck now. The single.php file says:

    searchgo to lineundoredoenable/disable some display features (smarter display but more CPU charge)toggle syntax highlight on/offreset highlight (if desyncronized from text)toggle word wrapping modeabout
    <?php

    // =============================================================================
    // VIEWS/INTEGRITY/WP-SINGLE.PHP
    // —————————————————————————–
    // Single post output for Integrity.
    // =============================================================================

    $fullwidth = get_post_meta( get_the_ID(), ‘_x_post_layout’, true );

    ?>

    <?php get_header(); ?>

    <div class=”x-container max width offset”>
    <div class=”<?php x_main_content_class(); ?>” role=”main”>

    <?php while ( have_posts() ) : the_post(); ?>
    <?php x_get_view( ‘integrity’, ‘content’, get_post_format() ); ?>
    <?php x_get_view( ‘global’, ‘_comments-template’ ); ?>
    <?php endwhile; ?>

    </div>

    <?php if ( $fullwidth != ‘on’ ) : ?>
    <?php get_sidebar(); ?>
    <?php endif; ?>

    </div>

    <?php get_footer(); ?>

    What do I have to adjust???

    This is what it looks like right now:

    https://www.farbratten-zucht.de/announcement/a-wurf-lilly-jim/

    and this is what it should look like:

    https://www.farbratten-zucht.de/harleys-im-fellwechsel/

    Thanks for your help

    Kathrin

    • This topic was modified 7 years, 9 months ago by eliwagar.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Code Parrots

    (@codeparrots)

    Hi Kathrin,

    Your theme does not adhere to the WordPress coding standards, so it looks to be a bit more advanced on how to make the alterations. There is most likely another file that needs to be changed in there.

    If you want to email us via the contact form on our site we would be more than happy to take a look for you and provide a solution.

    https://www.wp-timelineexpress.com/contact/

Viewing 1 replies (of 1 total)
  • The topic ‘Customize to fit my theme’ is closed to new replies.