Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

terrorist0p

Użytkownik
  • Postów

    35
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    1

Odpowiedzi opublikowane przez terrorist0p

  1. Wrzuć taki kod i wyczyść cache strony tak jak pisałem tam wcześniej.

     

    Spoiler
    
    //<?php
    
    /* To prevent PHP errors (extending class does not exist) revealing path */
    if ( !defined( '\IPS\SUITE_UNIQUE_KEY' ) )
    {
        exit;
    }
    
    class postnotes_hook_postNotes_template extends _HOOK_CLASS_
    {
    
    /* !Hook Data - DO NOT REMOVE */
    public static function hookData() {
     return array_merge_recursive( array (
      'post' => 
      array (
        0 => 
        array (
          'selector' => 'div[data-controller=\'core.front.core.comment\'].ipsComment_content.ipsType_medium > div.cPost_contentWrap > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\'] > li.ipsHide[data-role=\'commentLoading\']',
          'type' => 'add_inside_end',
          'content' => '{template="addNote" group="post" location="front" app="postnotes" params="$comment"}',
        ),
        1 => 
        array (
          'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap > div.ipsItemControls',
          'type' => 'add_after',
          'content' => '{template="notes" group="post" location="front" app="postnotes" params="$comment"}',
        ),
      ),
      'topic' => 
      array (
        0 => 
        array (
          'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']',
          'type' => 'add_attribute',
          'attributes_add' => 
          array (
            0 => 
            array (
              'key' => 'data-controller',
              'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes',
            ),
          ),
        ),
      ),
    ), parent::hookData() );
    }
    /* End Hook Data */
    
    
    }

     

     

  2. 4 godziny temu, Piomar napisał:

    Wiem ale nie działam nadal nie ma starych notatek w postach - co potrzebuje bardzo, pojawił się napis przy poście "Notatka" ale po kliknieciu pojawia się 

     

    "Niestety strona, którą chcesz odwiedzić, nie istnieje. Prawdopodobnie została przeniesiona lub wprowadzono nieprawidłowy adres URL."

     

    trzeba czekać na update :( 

     

     

    Wszystko działa, dodawanie nowych notatek jak i stare notatki, które były dodane wcześniej.

  3. Proszę, rozwiązanie Twojego problemu:

     

    Spoiler


    
      'post' => 
      array (
        0 => 
        array (
          'selector' => 'div[data-controller=\'core.front.core.comment\'].ipsComment_content.ipsType_medium > div.cPost_contentWrap > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\'] > li.ipsHide[data-role=\'commentLoading\']',
          'type' => 'add_inside_end',
          'content' => '{template="addNote" group="post" location="front" app="postnotes" params="$comment"}',
        ),
        1 => 
        array (
          'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap > div.ipsItemControls',
          'type' => 'add_after',
          'content' => '{template="notes" group="post" location="front" app="postnotes" params="$comment"}',
        ),
      ),
      'topic' => 
      array (
        0 => 
        array (
          'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']',
          'type' => 'add_attribute',
          'attributes_add' => 
          array (
            0 => 
            array (
              'key' => 'data-controller',
              'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes',
            ),
          ),
        ),
      ),


     

     

    Dodatkowo wyczyść cache swojej witryny ACP -> System -> Wsparcie -> Wybierz opcję coś nie działa -> Kontynuuj -> Gotowe

     

    • Lubię to 1
    • Dziękuję 1
  4. Jakby ktoś potrzebował to zamieszczam:

    Spoiler


    
        <!-- Menu buttonów -->
    <div class='ipsTabs ipsClearfix' id='elTabBar' data-ipsTabBar data-ipsTabBar-contentArea='#elTabContent'>
    	<a href='#elTabBar' data-action='expandTabs'><i class='icon-caret-down'></i></a>
    	<ul role='tablist'>
            
          <li><a href="" role="tab" id="1" class="ipsType_center ipsTabs_item ipsTabs_activeItem" aria-selected="true">Przycisk 1</a></li>
          <li><a href="" role="tab" id="2" class="ipsType_center ipsTabs_item">Przycisk 2</a></li>
          <li><a href="" role="tab" id="3" class="ipsType_center ipsTabs_item">Przycisk 3</a></li>
        </ul>
      
    </div>
    
    
        <!-- Zawartość buttonów -->
    <section class="ipsTabs_panels ipsTabs_contained">
        
      
        <!-- Button 1 -->
        <div id="ipsTabs_elTabBar_1_panel" class='ipsTabs_panel'>
        	Tekst przycisku 1
        </div>
        
        <!-- Button 2 -->
        <div id="ipsTabs_elTabBar_2_panel" class='ipsTabs_panel'>
        	Tekst przycisku 2
        </div>
      
        <!-- Button 3 -->
        <div id="ipsTabs_elTabBar_3_panel" class='ipsTabs_panel'>
        	Tekst przycisku 3
        </div>
    
    
    </section>


     

     

    @DawPi @aXen dziękuje za nakierowanie :)

     

    Można zamknąć

    • Lubię to 1
  5. Spoiler

     

    
    <div class="ipsLayout_forum">
    <div class="ipsColumn ipsColumn_fluid">
      <h1 class="ipsType_pageTitle">Witaj</h1>
    <p>adresadresadresadresadresadresadresadresadresadresadresadres<br>
      adresadresadresadresadresadresadresadresadresadresadresadresadres</p>
    <p>adresadresadresadresadres</p>
      <ul>
            <li>
                    <i class="fa fa-check"></i> adres
            </li>
            <li>
                    <i class="fa fa-check"></i> adres,
            </li>
        <li>
                    <i class="fa fa-check"></i> adres,
            </li>
        <li>
                    <i class="fa fa-check"></i> adres.
            </li>
    </ul>
      <h1 class="ipsType_pageTitle">adres</h1>
      <h2>adres:</h2>
      <ul>
        <li>
            adres
        </li>
        <li>
            adres
        </li>
        <li>
            adres
        </li>
        
    </ul>
      <h2>adres</h2>
      <li>
            adres
        </li>
      
    </div>
      
      
      
      <br>
      
    <div class="ipsBox">
    <div class="ipsTabs ipsClearfix ipsJS_show" id="tabs_form" data-ipstabbar="" data-ipstabbar-contentarea="#ipsTabs_content_form">
    <a href="#tabs_form" data-action="expandTabs"><i class="fa fa-caret-down"></i></a>
    <ul role="tablist">
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_1Tab_panel" id="form_tab_ads_1Tab" class="ipsTabs_item" role="tab">Styczeń</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_2Tab_panel" id="form_tab_ads_2Tab" class="ipsTabs_item" role="tab">Luty</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_3Tab_panel" id="form_tab_ads_3Tab" class="ipsTabs_item" role="tab">Marzec</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_4Tab_panel" id="form_tab_ads_4Tab" class="ipsTabs_item" role="tab">Kwiecień</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_5Tab_panel" id="form_tab_ads_5Tab" class="ipsTabs_item" role="tab">Maj</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_6Tab_panel" id="form_tab_ads_6Tab" class="ipsTabs_item" role="tab">Czerwiec</a></li> 
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_7Tab_panel" id="form_tab_ads_7Tab" class="ipsTabs_item" role="tab">Lipiec</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_8Tab_panel" id="form_tab_ads_8Tab" class="ipsTabs_item" role="tab">Sierpień</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_9Tab_panel" id="form_tab_ads_9Tab" class="ipsTabs_item ipsTabs_activeItem" role="tab" aria-selected="true">Wrzesień</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_10Tab_panel" id="form_tab_ads_10Tab" class="ipsTabs_item" role="tab">Pazdziernik</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_11Tab_panel" id="form_tab_ads_11Tab" class="ipsTabs_item" role="tab">Listopad</a></li>
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_12Tab_panel" id="form_tab_ads_12Tab" class="ipsTabs_item" role="tab">Grudzień</a></li>
    </ul>
    </div>
      
      <!----- Styczeń ---->  
    
    <div id="ipsTabs_tabs_form_form_tab_ads_1Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_1Tab" aria-hidden="false" style="display: block;" animating="false">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
      
    <section id='elError' class='ipsType_center'>
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
    
      
      
      
      
     <!----- Luty ---->  
    
    
    <div id="ipsTabs_tabs_form_form_tab_ads_2Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_2Tab" aria-hidden="false" style="display: block;" animating="false">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
      
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
       <!----- marzec ----> 
    
    
    <div id="ipsTabs_tabs_form_form_tab_ads_3Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_3Tab" aria-hidden="false" style="display: block;" animating="false">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
      
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
    
      
      
      <!----- Kwiecień ----> 
    
    
    <div id="ipsTabs_tabs_form_form_tab_ads_4Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_4Tab" aria-hidden="true">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
      
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
      <!----- Maj ----> 
         
    
    <div id="ipsTabs_tabs_form_form_tab_ads_5Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_4Tab" aria-hidden="false" style="display: block;" animating="false">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
    
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
        <!----- Czerwiec ----> 
    	
    
    <div id="ipsTabs_tabs_form_form_tab_ads_6Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_6Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
    
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
       <!----- Lipiec ----> 
    
    
    <div id="ipsTabs_tabs_form_form_tab_ads_7Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_7Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
       <!----- Sierpien ----> 
    
    
          <div id="ipsTabs_tabs_form_form_tab_ads_8Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_8Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
      
      
       <!----- Wrzesień ----> 
      
      
          <div id="ipsTabs_tabs_form_form_tab_ads_9Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_9Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
      
        <!----- Padziernik ----> 
    	
    	
          <div id="ipsTabs_tabs_form_form_tab_ads_10Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_10Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
      
       <!----- Listopad ----> 
       
       
          <div id="ipsTabs_tabs_form_form_tab_ads_11Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_11Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
      
       <!----- Grudzien ----> 
       
       
          <div id="ipsTabs_tabs_form_form_tab_ads_12Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_12Tab" aria-hidden="true" style="display: none;">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
     
    <section id="elError" class="ipsType_center">
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="https://adres/images/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>
      
      
    </div>

     

     

    @DawPi

  6. To jest blok dodany w Pages

     

    @DawPi

     

    Menu: 
    <div class="ipsBox">
    <div class="ipsTabs ipsClearfix ipsJS_show" id="tabs_form" data-ipstabbar="" data-ipstabbar-contentarea="#ipsTabs_content_form">
    <a href="#tabs_form" data-action="expandTabs"><i class="fa fa-caret-down"></i></a>
    <ul role="tablist">
    <li><a href="#ipsTabs_tabs_form_form_tab_ads_1Tab_panel" id="form_tab_ads_1Tab" class="ipsTabs_item" role="tab">Styczeń</a></li>
    </ul>
    </div>  
      
      Zawartość
      
      <div id="ipsTabs_tabs_form_form_tab_ads_1Tab_panel" class="ipsTabs_panel ipsPad" aria-labelledby="form_tab_ads_1Tab" aria-hidden="false" style="display: block;" animating="false">
    <div class="ipsColumns ipsColumns_collapsePhone">
    <div class="ipsColumn ipsColumn_fluid">
      
    <section id='elError' class='ipsType_center'>
            <div class="ipsBox ipsPad">
          <div class="ipsPageHeader">
            <img style="padding-bottom: 10px;height: 150px;" src="urlzdjecia/oh-no.gif">
                    <p class="ipsType_reset ipsType_light ipsType_large">
                            Przepraszamy, ale wystąpił mały problem.
                    </p>
                    <div id="elErrorMessage" class="ipsPos_center">
                            Na ten miesiąc nie było żadnych składek.
                    </div>
                    <p class="ipsType_light ipsType_reset ipsType_normal">
                            Kod błędu: <strong>404</strong>
                    </p>
            </div>
          </div>
    </section>
    </div>
    </div>
    </div>

     

  7. Ok. Udało mi się zrobić tak:

     

    pre_1411667110__beztytulu.png

     

    Z lewej strony już mam gotowe , edytowane w linijce ".column_view .post_body ul.post_controls{ ; }"

    Jeszcze potrzebuję, żeby poszerzyć o kilka "px" prawą stronę i będzie super.

     

     

     

    Shelby22 - Dzięki, chociaż linijki mi się nie zgadzały, ale wprowadziłeś mnie na dobry trop i znalazłem ;)

  8. Niestety nic nie pomogło. Zmieniałem każdy margin pod ul.post tak jak powiedział Pan 

     

    Firebug czyni cuda:

    CTRL+F ul.post 

    I próbuj zmieniać w Styles.css
     
    margin-left

     

    Głównie chodzi o to, że chciałbym przesunąć ten pasek, i prosiłbym o zmianę nazwy na Jak przesunąć?

×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.