manaalison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageThat’s ok…thank you so much for trying to help
Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageI 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/” 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’); ?>Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageThis 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]–>
<?phpif ( is_home() || is_front_page() ) { ?>
<iframe width=”100%” height=”44″ frameborder=”0″ marginheight=”0″ marginwidth=”0″ src=”http://iwflsports.com/network/” 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’); ?>Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageThat helped get rid of the space above the bar. Now there’s just a space below the bar. The URL is http://thecarolinaphoenix.com/
Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageI was able to get it to show up, but there is a space above and below the bar.
Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageThank you!!! How would I know what the appropriate place would be?
Forum: Fixing WordPress
In reply to: Adding an iframe to the top of my wordpress homepageOnly on the homepage
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Can't add YouTube videosHi 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?Forum: Plugins
In reply to: [MSTW Schedules & Scoreboards] Publishing ScheduleAlso, 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.
Forum: Plugins
In reply to: [MSTW Schedules & Scoreboards] Publishing ScheduleThanks it worked! Sorry, one more question…how do I make the schedule larger on the page?
Forum: Plugins
In reply to: [MSTW Schedules & Scoreboards] Publishing ScheduleI’m not familiar at all. Where exactly do I add it?
Is this the code? [mstw_gs_table sched=schedule-slug]