kpk25
Odpowiedź forum utworzona
-
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem…Aha i zauwazylem jeszcze ze po wrzuceniu zdjec na jakis hosting fotek (np pixhost) problem znika jak wrzucam z kodu ze strony po zuploadowaniu zdjecia. Natomiast jak wrzucam te zdjecia na wordpressa i dodaje to jest ten problem.
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: WordPress – problem z thememŚmiga 🙂 Dzieki Ci wielkie 🙂
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Działa 😀 Dzieki 🙂
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)A czy dałoby się całkiem tego pozbyć? Żeby na głównej stronie nie było wogóle tego dużego bannera tylko żeby strona wyglądała tak: http://watchmovieonlinefree.com/watch-gi-joe-movie-online-free/
Co usunąć żeby otrzymać taki efekt?? 🙂
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Omg co w tym pliku jest 😀 Masakra jakaś ja się totalnie na tym nie znam 🙁 Moglbys zerknac w ten pliczek i sprobowac odnalesc gdzie jest linijka odpowiedzialna za te bannerki? Prosze 🙂
Pliczek functions.php
http://odsiebie.com/pokaz/4815855—49b0.html
I jeszcze jakbys mogl mi z grubsza napisac jak to zedytowac zeby te bannerki wrzucic to bede dozgonnie wdzieczny 🙂
Z gory dzieki 🙂Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)<!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’); ?>” />
<title><?php wp_title(’«’, true, 'right’); ?> <?php bloginfo(’name’); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(’%s RSS Feed’, 'kubrick’), get_bloginfo(’name’)); ?>” href=”<?php bloginfo(’rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(’%s Atom Feed’, 'kubrick’), get_bloginfo(’name’)); ?>” href=”<?php bloginfo(’atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(’pingback_url’); ?>” />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply’ ); ?>
<!–<script type=”text/javascript” src=”<?php bloginfo(’url’);?>/wp-includes/js/jquery/jquery.js?ver=1.2.6″></script>–>
<script type=”text/javascript”>
function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = „”
}
}
</script>
<?php wp_head(); ?>
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/scripts/jquery.js” type=”text/javascript”></script>
<?php if(is_home()){?>
<!– begin content slider –>
<link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_directory’); ?>/coda-slider.css” type=”text/css” media=”screen” title=”no title” charset=”utf-8″ />
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/scripts/jquery.scrollto.js” type=”text/javascript”></script>
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/scripts/jquery.localscroll.js” type=”text/javascript” charset=”utf-8″></script>
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/scripts/jquery.serialscroll.js” type=”text/javascript” charset=”utf-8″></script>
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/scripts/coda.slider.js” type=”text/javascript” charset=”utf-8″></script>
<!– end content slider –>
<?php }?>
</head>
<body>
<div id=”header”>
<div id=”header-main”>
<div class=”blogname”>
</div>
<div class=”sub-description”><?php bloginfo(’description’); ?></div>
<div class=”head-rss”> „><img src=”<?php bloginfo(’stylesheet_directory’); ?>” alt=”” />
<small></small></div></div>
</div>
<div id=”page”>
<?php if(is_home()){?>
<!– begin featured –>
<div id=”featured”>
<div id=”slider”>
<div class=”scroll”>
<div class=”scrollContainer”>
<?php
add_filter(’posts_fields’, 'featured_fields’);
add_filter(’posts_join’, 'featured_join’);
add_filter(’posts_where’, 'featured_where_featured’);
$featuredPosts = new WP_Query();
$featuredPosts->query(’showposts=5′);
while ($featuredPosts->have_posts()) : $featuredPosts->the_post();
?>
<div class=”panel” id=”post-featured-<?php the_ID(); ?>” style=”background: url(<?php bloginfo(’url’); ?><?php echo get_post_meta(get_the_ID(), '_video_thumbnail’,true)?>) top left no-repeat;background-color:#000;”>
<div class=”in-panel”>
<div class=”scrollButtons-left”><img class=”left” src=”<?php bloginfo(’stylesheet_directory’); ?>/images/scroll_left.png” /></div>
<div class=”insert”>
<div class=”part1″>
<div class=”in-insert”>
<h2>” title=”<?php the_title_attribute(’echo=1′); ?>”><?php the_title(); ?></h2>
<?php //if(function_exists(’the_ratings’)) { the_ratings(); } ?>
<?php the_excerpt(); ?>
</div>
</div>
” title=”<?php the_title_attribute(’echo=1′); ?>”><div class=”watchnow”></div>
</div>
<div class=”scrollButtons-right”><img class=”right” src=”<?php bloginfo(’stylesheet_directory’); ?>/images/scroll_right.png” /></div>
</div>
</div>
<?php
endwhile;
remove_filter(’posts_where’, 'featured_where_featured’);
?>
</div>
</div>
</div>
</div>
<!– end featured –>
<?php }?>
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Tu znalazlem cos takiego jeszcze: http://img5.imagebanana.com/view/glfk03wh/logo.PNG
Probowalem tutaj cos ustawić ale nic to nie zmienia(dalej puste pole);/
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Cholercia nie moge tego znalesc ;/ W tym calym header jest tutaj cos takiego: http://img5.imagebanana.com/view/rhwdia1m/suwaki.PNG
Te na czerwono to sa te strzalki do przesuwania tych bannerow(jak tutaj: http://watchmovieonlinefree.com)
Tylko gdzie te bannerki wstawic? W opcjach admina nie ma takiego czegos ;/
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Mam jeszcze jedno pytanie: Mam tutaj puste pole na banner: http://img5.imagebanana.com/view/oqv90fn/pustepole.PNG
ale nie bardzo wiem gdzie moge znalesc ustawienia tego bannera ;/ Wie ktoś może jak wrzucić w to puste miejsce bannerek? W ktorym pliku lub w ktorej opcji sie to zmienia?
Sorry ze tak lamie ale szukalem i nie moge znalesc a jestem w tym totalnie zielony 🙂
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Problem rozwiązany 🙂 Źle robiłem bo ustawiałem chmoda tylko do folderu uploads a do tych wewnatrz juz nie 🙂 Teraz ustawiłem chmoda dla całej ścieżki i śmiga 😉 Dzieki za pomoc!!!!
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)hosting i domene zakupilem tutaj: http://devilhost.pl/whmcs/
Chmody ustawilem i 777 ale nic nie pomoglo… Dalej ten sam blad ;/
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Probowalem utworzyc na ftp ta sciezke która jest pokazana w tym errorze:
http://img5.imagebanana.com/view/klzaw5hk/up.PNGAle teraz nowu inny komunikat bledu:
http://img5.imagebanana.com/view/42zyi8md/beztytu322u09.PNGProsze pomocy!!!
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Znalazlem tez inna opcje (tez jakis upload) probowalem wrzucic orazek albo filmik: http://img5.imagebanana.com/view/7g9exg2y/beztytu322u1.PNG
Sa dwa rodzaje uploadu(browser upload i flash uploader)
Ale niestety na obydwoch ciagle error… ;/Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z themem (z dodawaniem filmikow)Nie za bardzo wiem o co ci chodzi 😀 Chodzi ci o to czy w tym samym oknie dziala upload samego obrazka bez filmiku youtube? Jesli o to to niestety dostaje taki sam error… ;/ Mi nawet nie zależy na tym żeby tam się znajdował filmik w tym malym okienku tylko zeby bylo tam samo zdjecie(np. okladki filmu), bo filmik bedzie w tresci wlasciwej posta. Tylko jak to zrobic skoro ten upload nie dziala?;/