Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter devoiddd

    (@devoiddd)

    Edited it from field from my theme option. I asked him and he said me that this field cant be used with phps, so I tried to put this code in my header.php file but nothing happened. So can you explain me good where in header.php I need to put this code to start work this plugin?

    Thanks, Im waiting for your reply.

    Best Regards, Mario!

    Thread Starter devoiddd

    (@devoiddd)

    It doesn’t show anything again. Tried it now, nothing happened,

    Go check — novinik.com is my website.

    Thread Starter devoiddd

    (@devoiddd)

    What’s the diferent between this and your last post here?

    Thread Starter devoiddd

    (@devoiddd)

    It doesn’t show anything

    Thread Starter devoiddd

    (@devoiddd)

    For what are u talking about, for what mailprovider ???

    Thread Starter devoiddd

    (@devoiddd)

    Still I can’t made it shows there, can you give me the example code which I need to put on there?

    Thanks, Best Regards, Mario!

    Thread Starter devoiddd

    (@devoiddd)

    Hi, I puted this

    • <?php if(function_exists(wp_forecast)) { wp-forecast(“A”); } ?>

    , but it doesnt show nothing, can you tell me what’s the problem and if the code is wrong to give me another1. Thanks.

    Thread Starter devoiddd

    (@devoiddd)

    Forget to show you my website

    and the header.php code is :

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html <?php language_attributes(); ?>>
    <head>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0, user-scalable=yes”>
    <title><?php
    global $page, $paged;
    wp_title( ‘|’, true, ‘right’ );
    // Add the blog name.
    bloginfo( ‘name’ );
    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( ‘description’, ‘display’ );
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo ” | $site_description”;
    // Add a page number if necessary:
    if ( $paged >= 2 || $page >= 2 )
    echo ‘ | ‘ . sprintf( __( ‘Page %s’, ‘skyali’ ), max( $paged, $page ) );

    ?></title>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/style.css” />
    <?php if(get_option(‘skypanel_londonlive_featured_style’) == ‘Featured Long’ || get_option(‘skypanel_londonlive_featured_style’) == ”) { ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/skins/featured_long_style.css” />
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/featured_long.css” />
    <?php } else { ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/featured_slider.css” />
    <?php } ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/tabs.css” />
    <?php if(get_option(‘skypanel_londonlive_responsive_option’) != ‘Disabled’) { ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/responsive.css” />
    <?php } ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/firstnavigation.css” />
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/secondnavigation.css” />
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/scripts/css/skins/<?php display_stylesheet(); ?>” />
    <?php if(get_option(‘skypanel_londonlive_select_stylesheet’) != ‘Bright’ && get_option(‘skypanel_londonlive_select_stylesheet’) != ‘Default’) { ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/skins/default.css” />
    <?php };?>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/skins/slider/skyali/skin.css” />
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/prettyPhoto.css” />

    <?php if(get_option(‘skypanel_londonlive_background_upload’) != ”) { ?>
    <style type=”text/css”>
    body{background:url(<?php echo get_option(‘skypanel_londonlive_background_upload’); ?>) !important;}
    </style>
    <?php } ?>

    <?php wp_head(); ?>

    <!–[if IE 7]>
    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri(); ?>/scripts/css/ie7.css”>
    <![endif]–>

    <link rel=”shortcut icon” href=”/flag_bulgaria.ico” type=”image/x-icon”>
    <link rel=”icon” href=”/flag_bulgaria.ico” type=”image/x-icon”>

    </head>

    <body>

    <div id=”container”>

    <div id=”headernavigation”>

    <div class=”navigation”>
    <div class=”select_holder”>

    <div id=”navigation”>

    <form action=”#”>

    <select onChange=”javascript:changeLocation(this)”>

    <?php

    $pages_list = get_pages();

    foreach ( $pages_list as $page_item ) {

    if($page_item->ID == $post->ID) { $selected = ‘ selected=”selected”‘; } else { $selected = ”; }

    $option = ‘<option value=”‘ . get_page_link( $page_item->ID ) . ‘”‘.$selected.’>’;

    $option .= $page_item->post_title;

    $option .= ‘</option>’;

    echo $option;

    }

    ?>

    </select>

    </form>

    </div><!– navigation –>

    </div><!– #select_holder –>
    <?php if ( has_nav_menu( ‘top-menu’ ) ) : ?>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘top-menu’, ‘menu_class’ => ‘firstnav-menu sf-menu’, ‘container’ => ” ) ); ?>
    <?php else : ?>
    <ul class=”firstnav-menu”>
    <?php if (is_home() OR is_front_page()) $select = “selected”; else $select = “page_item”; ?>

    • ” class=”<?php echo $select; ?> home_link”><?php _e(‘Начало’, ‘skyali’) ?>
    • <?php wp_list_pages(‘sort_column=menu_order&depth=6&title_li=&exclude=’.check_exclude_top_navigation().”);?>

      <?php endif; ?>
      <?php display_icons(); ?>
      </div><!– #navigation closer –>
      </div><!– #headernavigation closer –>
      <div id=”content”>
      <div id=”white_space”>
      <div id=”content_holder”>
      <div id=”header”>
      <?php site_logo(); //display site logo ?>
      <?php display_468x60(); ?>
      </div><!– #header closer –>
      <div id=”categories”>
      <?php if ( has_nav_menu( ‘second-menu’ ) ) : ?>
      <?php wp_nav_menu( array( ‘theme_location’ => ‘second-menu’, ‘menu_class’ => ‘secondnav-menu sf-js-enabled sf-menu’, ‘container’ => ” ) ); ?>
      <?php else : ?>
      <ul class=”secondnav-menu”>
      <?php wp_list_categories(‘title_li=&order=desc&exclude=’.check_exclude_categories().”); ?>

      <?php endif; ?>

      </div><!– #categories closer –>
      <div class=”cat_line”></div>

      <?php if(get_option(‘skypanel_londonlive_featured_style’) == ‘Featured Long’ || get_option(‘skypanel_londonlive_featured_style’) == ”){
      if (is_home()) : ?>
      <iframe src=”<?php echo get_template_directory_uri(); ?>/includes/featured_long.php” width=”100%” height=”317″ scrolling=”no” frameborder=”0″ class=”featured_long_slider” ></iframe>

      <?php endif;
      } ?>
      <?php wp_reset_query(); ?>
      <div id=”middle”>
      <?php display_left(); ?>

    Thread Starter devoiddd

    (@devoiddd)

    how’s the code and where to add this

    Thread Starter devoiddd

    (@devoiddd)

    Forget to show you my website

    Thread Starter devoiddd

    (@devoiddd)

    I deactivated the plugin because it don’t work

Viewing 11 replies - 16 through 26 (of 26 total)