Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter manaalison

    (@manaalison)

    That’s ok…thank you so much for trying to help

    Thread Starter manaalison

    (@manaalison)

    I just tried doing that but it’s still doing the same thing.
    This is the code now:

    <!DOCTYPE html>
    <!–[if lt IE 7]> <html class=”no-js lt-ie9 lt-ie8 lt-ie7″> <![endif]–>
    <!–[if IE 7]> <html class=”no-js lt-ie9 lt-ie8″> <![endif]–>
    <!–[if IE 8]> <html class=”no-js lt-ie9″> <![endif]–>
    <!–[if gt IE 8]><!–> <html class=”no-js” <?php language_attributes(); ?>> <!–<![endif]–>

    <head>

    <!– GENERAL HEADER –>
    <meta content=”width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no” name=”viewport”>
    <meta content=”black” name=”apple-mobile-web-app-status-bar-style”>
    <!–[if IE]><meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″><![endif]–>

    <!– THEME OPTIONS –>
    <?php $canon_options = get_option(‘canon_options’); ?>

    <!– DYNAMIC HEAD –>
    <?php get_template_part(‘inc/templates/dynamic_head’); ?>

    <!– WORDPRESS MAIN HEADER CALL –>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(get_canon_theme_body_classes());?>>

    <?php

    if ( is_home() || is_front_page() ) { ?>

    <iframe width=”100%” height=”44″ frameborder=”0″ marginheight=”0″ marginwidth=”0″ src=”http://iwflsports.com/network/&#8221; scrolling=”no”></iframe>

    <?php } ?>
    <!–[if lt IE 7]>
    <p class=”chromeframe”>You are using an outdated browser. Upgrade your browser today or install Google Chrome Frame to better experience this site.</p>
    <![endif]–>

    <!– CONSTRUCTION MODE –>
    <?php

    // DEFAULTS FAILSAFE
    if (!isset($canon_options[‘use_construction_mode’])) { $canon_options[‘use_construction_mode’] = “unchecked”; }
    if (!isset($canon_options[‘construction_msg’])) { $canon_options[‘construction_msg’] = “This site is under construction!”; }

    if ( ($canon_options[‘use_construction_mode’] == “checked”) && (is_page_template(‘page-placeholder.php’) === false) && (is_user_logged_in() === false) ) {
    exit(“<div class=’construction_msg’><h1>”. $canon_options[‘construction_msg’] .”</h1></div>”);
    }

    ?>

    <!– HEADER –>
    <?php get_template_part(‘inc/templates/header/template_header’); ?>

    Thread Starter manaalison

    (@manaalison)

    This is the code in header.php:

    <!DOCTYPE html>
    <!–[if lt IE 7]> <html class=”no-js lt-ie9 lt-ie8 lt-ie7″> <![endif]–>
    <!–[if IE 7]> <html class=”no-js lt-ie9 lt-ie8″> <![endif]–>
    <!–[if IE 8]> <html class=”no-js lt-ie9″> <![endif]–>
    <!–[if gt IE 8]><!–> <html class=”no-js” <?php language_attributes(); ?>> <!–<![endif]–>
    <?php

    if ( is_home() || is_front_page() ) { ?>

    <iframe width=”100%” height=”44″ frameborder=”0″ marginheight=”0″ marginwidth=”0″ src=”http://iwflsports.com/network/&#8221; scrolling=”no”></iframe>

    <?php } ?>
    <head>

    <!– GENERAL HEADER –>
    <meta content=”width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no” name=”viewport”>
    <meta content=”black” name=”apple-mobile-web-app-status-bar-style”>
    <!–[if IE]><meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″><![endif]–>

    <!– THEME OPTIONS –>
    <?php $canon_options = get_option(‘canon_options’); ?>

    <!– DYNAMIC HEAD –>
    <?php get_template_part(‘inc/templates/dynamic_head’); ?>

    <!– WORDPRESS MAIN HEADER CALL –>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(get_canon_theme_body_classes());?>>

    <!–[if lt IE 7]>
    <p class=”chromeframe”>You are using an outdated browser. Upgrade your browser today or install Google Chrome Frame to better experience this site.</p>
    <![endif]–>

    <!– CONSTRUCTION MODE –>
    <?php

    // DEFAULTS FAILSAFE
    if (!isset($canon_options[‘use_construction_mode’])) { $canon_options[‘use_construction_mode’] = “unchecked”; }
    if (!isset($canon_options[‘construction_msg’])) { $canon_options[‘construction_msg’] = “This site is under construction!”; }

    if ( ($canon_options[‘use_construction_mode’] == “checked”) && (is_page_template(‘page-placeholder.php’) === false) && (is_user_logged_in() === false) ) {
    exit(“<div class=’construction_msg’><h1>”. $canon_options[‘construction_msg’] .”</h1></div>”);
    }

    ?>

    <!– HEADER –>
    <?php get_template_part(‘inc/templates/header/template_header’); ?>

    Thread Starter manaalison

    (@manaalison)

    That helped get rid of the space above the bar. Now there’s just a space below the bar. The URL is http://thecarolinaphoenix.com/

    Thread Starter manaalison

    (@manaalison)

    I was able to get it to show up, but there is a space above and below the bar.

    Thread Starter manaalison

    (@manaalison)

    Thank you!!! How would I know what the appropriate place would be?

    Thread Starter manaalison

    (@manaalison)

    Only on the homepage

    Hi there,

    This is our website: http://www.acupofteaj.com
    We are using the plugin on this page: http://www.acupofteaj.com/videos/
    We are not able to add youtube videos. When we add the link, it shows a spinning wheel, but never generates any details and never adds the video to the list. We did add the API key on the settings page. Can you please help?

    Thread Starter manaalison

    (@manaalison)

    Also, how do I change the time/result column? Currently it’s showing the time, but once a game has been played I want to display the score. I tried entering a score in the settings for that specific game, but it’s not showing up.

    Thread Starter manaalison

    (@manaalison)

    Thanks it worked! Sorry, one more question…how do I make the schedule larger on the page?

    Thread Starter manaalison

    (@manaalison)

    I’m not familiar at all. Where exactly do I add it?
    Is this the code? [mstw_gs_table sched=schedule-slug]

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