Hi Everyone, welcome to TwoBeers Support Forum. Registration is required to post. Enjoy
Termini di servizio
Gli autori di TwoBeers.net sviluppano principalmente temi e plugin per WordPress, tuttavia su questo sito possono essere rilasciati altri contenuti non collegati con la suddetta piattaforma di blogging.
Ogni contenuto, stringa di codice o immagine presente su questo blog è rilasciato sotto GNU General Public License, version 2 e come tale è privo di ogni forma di garanzia.
Gli autori di TwoBeers.net si riservano, inoltre, la facoltà di fornire assistenza solo a quegli utenti che riconoscono il loro lavoro mantenendo visibili sul proprio sito i crediti a TwoBeers.net.

AmericanEnglish-Flag Term Of Service
TwoBeers.net's authors main task is to develop free themes and plugins for WordPress, otherwise other web stuff could be released through these pages.
Every stuff, code or image found on this blog is released under GNU General Public License, version 2, and come with no warranty at all.
TwoBeers.net's authors reserve themself to support only to those users who recognize TwoBeers work, keeping TwoBeers.net credits visible on their site.
When posting in the forum please use the correct category and the existing tags to correctly identify your discussion (a list of popular tags can be found in the main page).
Enjoy
When asking for support please provide your site url.
Thanks.
([ ] [ ]) TB Crew

P.S. If you don't have time to wait for an answer, please do us a favor, change your theme before asking for support, not after, and don't waste our time.
Cheers

P.S. If you feel more confortable you can add your site url into your signature http://prj.twobeers.net/profile/signature
shiword "page 1of 1 text remove
  • Can you tell me how to remove "page 1of 1 text on bottom of home page and is there a way to make the white box that its in height smaller...

    I have looked in stylesheet and can't find either of these
    Post edited by ilmaren at 2011-12-19 10:50:55
  • 10 Comments sorted by
  • open index.php find
    	<div class="w_title navigate_comments" style="border-bottom:none;">
    <?php //num of pages
    global $paged;
    if ( !$paged ) { $paged = 1; }
    if ( $shiword_opt['shiword_navlinks'] == 1 ) { previous_posts_link( '&laquo;' ); }
    printf( '<span>' . __( 'page %1$s of %2$s', 'shiword' ) . '</span>', $paged, $wp_query->max_num_pages );
    if ( $shiword_opt['shiword_navlinks'] == 1 ) { next_posts_link( '&raquo;'); }
    ?>
    </div>
    and remove it.
    I can't understand which white box you're talking about...
    Please read our TOS
  • Hi thanks, what I am looking at looks different to your example :)

    <?php comments_number('(0)', '(1)','(%)'); ?></span>
    </a>
    </li>
    <?php } ?>
    </ul>
    <?php //num of pages
    global $paged;
    if ( !$paged ) { $paged = 1; }
    ?>
    <h2 class="sw-seztit"><span><?php printf( __( 'page %1$s of %2$s', 'shiword' ), $paged, $wp_query->max_num_pages ); ?></span></h2>
    <div class="sw-navi halfsep">
    <span class="sw-halfspan sw-prev"><?php previous_posts_link( __( 'Previous page', 'shiword' ) ); ?></span>
    <span class="sw-halfspan sw-next"><?php next_posts_link( __( 'Next page', 'shiword' ) ); ?></span>
    <div class="fixfloat"> </div>
    </div>
    <?php } else { ?>
    <p class="sw-padded"><?php _e( 'Sorry, no posts matched your criteria.', 'shiword' );?></p>
    <?php } ?>
    <h2 class="sw-seztit"><span><?php _e( 'Search', 'shiword' ); ?></span></h2>
    <div class="sw-navi">
    <form id="search" action="<?php echo home_url(); ?>" method="get">
    <div>
  • due to a strange behaviour, the theme editor considers the mobile/index.php file as the main index file, but it's not!
    You can see that the link for editing the index.php file looks like this
    http://[...]/theme-editor.php?file=/themes/shiword208/mobile/index.php&amp;theme=Shiword/shiword208&amp;dir=theme
    use a link like this
    http://[...]/theme-editor.php?file=/themes/shiword208/index.php&amp;theme=Shiword/shiword208&amp;dir=theme
    (the same as before, without "%2Fmobile")

    ps:since you decided to hide our credits, we can give you a limited support. sorry
    Jimo TwoBeers.net
  • or modify the index.php file with a simple text editor, then upload it using ftp
    Jimo TwoBeers.net
  • Hey, I have put the credits tab on, can I not just editt this from the editor inside the theme itself? I am not certain what you mean  mobile/index.php file as the main index file

    Many thanks

    Karl
  • maybe I wasn't so clear. In the theme folder there're 2 files called index.php. One in the main folder (shiword/), one in a subfolder (shiword/mobile/).
    The theme editor (dashboard->appearance->editor) shows the last one instead of the first (which is the main index file).

    In order to solve the problem quickly, I made the needed modifications to the package attached to this comment (see below)

    Download it, then go in dashboard->appearance->themes->install themes tab->upload and select the zip file. This should solve your problem
    Attachments
    shiword.zip 567K
    Jimo TwoBeers.net
  • I have just one more quick question. If I upload this modified theme folder, will it reset the theme to original look? 
  • Well, you should uninstall shiword before installing this one, so I suppose your settings will be kept, but all the widgets probabily will be lost...

    So, before installing the package, let's try my suggestion:
    - go in theme editor
    - on the right side, click the Main Index Template (index.php)
    - take a look to your browser address bar

    imagedelete "%2Fmobile" (as shown in the image) and press enter
    - you are now in the real Main Index Template
    - modify it as ilmaren told you http://prj.twobeers.net/discussion/comment/1189/#Comment_1189
    Attachments
    typedurl.jpg 38K
    Jimo TwoBeers.net
  • solved, but no feedback -> closed
    Jimo TwoBeers.net
This discussion has been closed.
All Discussions

Usefull Links

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID Sign In with Twitter

Tagged

For any forum issues please use the Forum section