• Ok, i found an error, but…!

    If i put in mythmes/views/single.php

    1. <?php get_footer(); ?>

    or

    2. <?php get_sidebar(); ?>

    or

    3. <?php get_sidebar(); ?><?php get_footer(); ?>

    work well, but without the setting of the google maps etc.etc.: work like a single post without the the-events-calendar plugin.

    I don’t the reason… 😕

Viewing 1 replies (of 1 total)
  • Thread Starter sergejpinka

    (@sergejpinka)

    Ok. …uuuu! i resolved! 😀

    Ok. I change he file single.php but the file in the plugin (views/single.php) and not in the mythemes (mythemes/views/single.php).

    Ok.

    Well, the file (views/single.php) in the end is:

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    and

    for theme Twenty Ten 1.1 i change the file events.css plugin:

    original:

    #tec-content {font-size: 1.2em;}

    changed

    /*#tec-content {font-size: 1.2em;}*/
    #tec-content {
        float: left;
        font-size: 1.2em;
        margin: 0 0 0 20px;
        width: 680px;
    }

    …sorry for my english! 😀

    Bye.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: The Events Calendar] The fix of error is… output strange.’ is closed to new replies.