Odpowiedź forum utworzona

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter paulka_12

    (@paulka_12)

    odswiezam watek bo nadal potrzebuje pomocy w tej kwestii, jak usunac opcje dodawania komentarzy

    Thread Starter paulka_12

    (@paulka_12)

    nie pomaga niestety, wszedzie mam odhaczone komentarze, a sa one nadal

    witam, podepne sie do tematu gdyz mam ten sam problem, tylko ze ja odznaczylam dyskusja komentarze, a one nadaj sa na podstronach

    Forum: Rozmaitości
    W odpowiedzi na: odnosnik do strony glownej
    Thread Starter paulka_12

    (@paulka_12)

    ok juz mam, mozna zamknac temat

    Thread Starter paulka_12

    (@paulka_12)

    czy da sie zrobic aby strona glowna otwierana klikajac w logo byla tą samą stroną co strona glowna w menu? dodam ze ta strona kryjaca sie pod logo jest przypisana do „bez kategorii” tam sie nie da nic zmieniac w opisie

    Thread Starter paulka_12

    (@paulka_12)

    a jeszcze jedno pytanko tak na zakonczenie, jak zrobic zeby menu bylo do samego konca w lewo? bez takiego duzego marginesu?

    Thread Starter paulka_12

    (@paulka_12)

    dziekuje za wasza pomoc, napisalam do autora i przyslal mi nowa wersje i juz bez szukarki.

    Thread Starter paulka_12

    (@paulka_12)

    niestety nie pomoglo

    Thread Starter paulka_12

    (@paulka_12)

    <?php if ( !art_dynamic_sidebar( 'secondary' ) ) : ?>
    <?php $style = art_get_option('art_sidebars_style_secondary'); ?>
    
    <?php ob_start();?>
          <?php get_search_form(); ?>
    <?php art_wrapper($style, array('title' => __('Search'), 'content' => ob_get_clean())); ?>
    
    <?php ob_start();?>
          <ul>
            <?php wp_get_archives('type=monthly&title_li='); ?>
          </ul>
    <?php art_wrapper($style, array('title' => __('Archives'), 'content' => ob_get_clean())); ?>
    
    <?php endif; ?>
    Thread Starter paulka_12

    (@paulka_12)

    zniknela ale tylko na stronie głownej, a co z pozostalymi?

    Thread Starter paulka_12

    (@paulka_12)

    mozna liczyć na jakąś pomoc, podpowiedź? z góry dzięki

    Thread Starter paulka_12

    (@paulka_12)

    <?php get_header(); ?>
    <div class="bmh-content-layout">
        <div class="bmh-content-layout-row">
            <div class="bmh-layout-cell bmh-sidebar1">
              <?php get_sidebar('default'); ?>
              <div class="cleared"></div>
            </div>
            <div class="bmh-layout-cell bmh-content">
    			<?php
    			  get_sidebar('top'); 
    
    			  global $post;
    			  if (have_posts()){
    
    				if (art_get_option('art_' . (art_is_home() ? 'home_' : '') . 'top_posts_navigation')) {
    					art_page_navigation();// previous_posts_link | next_posts_link
    				}
    
    				while (have_posts())
    				{
    					the_post();
    					art_post_wrapper(
    						array(
    								'id' => art_get_post_id(),
    								'class' => art_get_post_class(),
    								'thumbnail' => art_get_post_thumbnail(),
    								'title' => '<a href="'.get_permalink($post->ID).'" rel="bookmark" title="'.get_the_title().'">'.get_the_title().'</a>',
    								'before' => art_get_metadata_icons('date,author,edit', 'header'),
    								'content' => art_get_excerpt(), // 'content' => 'My post content',
    								'after' => art_get_metadata_icons('category,tag,comments', 'footer')
    						)
    					);
    				}
    
    				if (art_get_option('art_bottom_posts_navigation')) {
    					art_page_navigation();// previous_posts_link | next_posts_link
    				}
    
    			  } else {    
    
    				art_404_content();
    
    			  } 
    
    			  get_sidebar('bottom');
    			?>
              <div class="cleared"></div>
            </div>
            <div class="bmh-layout-cell bmh-sidebar2">
              <?php get_sidebar('secondary'); ?>
              <div class="cleared"></div>
            </div>
        </div>
    </div>
    <div class="cleared"></div>
    <?php get_footer();
    Thread Starter paulka_12

    (@paulka_12)

    Plik Sidebar-secondary

    <?php if ( !art_dynamic_sidebar( 'secondary' ) ) : ?>
    <?php $style = art_get_option('art_sidebars_style_secondary'); ?>
    
    <?php ob_start();?>
          <?php get_search_form(); ?>
    <?php art_wrapper($style, array('title' => __('Search'), 'content' => ob_get_clean())); ?>
    
    <?php ob_start();?>
    
    <ul>
            <?php wp_get_archives('type=monthly&title_li='); ?>
          </ul>
    <?php art_wrapper($style, array('title' => __('Archives'), 'content' => ob_get_clean())); ?>
    
    <?php endif; ?>

    usunęłam

    <?php get_search_form(); ?>
    <?php art_wrapper($style, array('title' => __('Search'), 'content' => ob_get_clean())); ?>

    ale żadnych zmian 😐

    Thread Starter paulka_12

    (@paulka_12)

    przypominam ze to jest do tego bloga http://warsztat.hostingosy.pl/

    Thread Starter paulka_12

    (@paulka_12)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
    <?php if(WP_VERSION < 3.0): ?>
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
    <?php endif; ?>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php
    remove_action('wp_head', 'wp_generator');
    wp_enqueue_script('jquery');
    if ( is_singular() && get_option( 'thread_comments' ) ) {
    	wp_enqueue_script( 'comment-reply' );
    }
    wp_head(); ?>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    </head>
    <body <?php if(function_exists('body_class')) body_class(); ?>>
    <div id="bmh-main">
        <div class="bmh-nav">
        	<div class="bmh-nav-l"></div>
        	<div class="bmh-nav-r"></div>
            <div class="bmh-nav-wrapper">
            <div class="bmh-nav-inner">
        	<?php
        		echo art_get_menu(array(
        				'source' => art_get_option('art_menu_source'),
        				'depth' => art_get_option('art_menu_depth'),
        				'menu' => 'primary-menu',
        				'class' => 'bmh-menu'
        			)
        		);
        	?>
            </div>
            </div>
        </div>
        <div class="bmh-header">
            <div class="bmh-header-center">
                <div class="bmh-header-png"></div>
                <div class="bmh-header-jpeg"></div>
            </div>
        <div class="bmh-header-wrapper">
        <div class="bmh-header-inner">
            <div class="bmh-headerobject"></div>
            <div class="bmh-logo">
            <?php if(art_get_option('art_header_show_headline')): ?>
            <h1 id="name-text" class="bmh-logo-name"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
            <?php endif; ?>
            <?php if(art_get_option('art_header_show_slogan')): ?>
                <h2 id="slogan-text" class="bmh-logo-text"><?php bloginfo('description'); ?></h2>
            <?php endif; ?>
            </div>
        </div>
        </div>
        </div>
        <div class="bmh-sheet">
            <div class="bmh-sheet-tl"></div>
            <div class="bmh-sheet-tr"></div>
            <div class="bmh-sheet-bl"></div>
            <div class="bmh-sheet-br"></div>
            <div class="bmh-sheet-tc"></div>
            <div class="bmh-sheet-bc"></div>
            <div class="bmh-sheet-cl"></div>
            <div class="bmh-sheet-cr"></div>
            <div class="bmh-sheet-cc"></div>
            <div class="bmh-sheet-body">

    prosze powiedzcie co mam wyrzucic lub zmienic bo nie wiem jak to znalezc

Viewing 15 replies - 1 through 15 (of 19 total)