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 'by admin'remove in slider / And remove next page function
  • Howdy!.

    I read the discussion of removing the line; by admin in the slideshow.
    Your answer was;

    open function.php and, inside the "sw_sticky_slider" function, find (line 744)

     <?php echo __( 'by', 'shiword' ) . " " . get_the_author(); ?>
    and delete it. Save&close.

    I can''t find that line. Could you tell me if its above or under the lines;

    "jQuery('#sw_sticky_slider').sw_sticky_slider({
                    speed : 2500,
                    pause : 2000"

    I hope its easier to find..

    second question that i have is that i want to remove the next page function under print and home. Where can i find that?

    Thanks for the support.
    Post edited by ilmaren at 2012-02-06 02:52:14
    www.coppercore.nl
  • 6 Comments sorted by
  • Hi,
    - 1 look inside shiword_sticky_slider function (in functions.php);
    - 2 in theme options you can switch to a more "classic" page navigation, but if you want to totally remove page navigation, you should look into quickbar.php, index.php and maybe somewhere else... I can't remember;
    - 3 your site url
    bye

    Post edited by ilmaren at 2012-02-06 09:41:26
  • Hi Coppercore,

    I must correct what ilmaren said ;)

    [...] I can''t find that line. Could you tell me if its above or under the lines;

    "jQuery('#sw_sticky_slider').sw_sticky_slider({
                    speed : 2500,
                    pause : 2000"



    yes, the one you're looking for is few lines above. the line is actually the #1200 (not 744, maybe in an older version)
    the full line is:

                                    <h2 class="storytitle"><a href="<?php echo get_permalink( $post->ID ); ?>" title="<?php echo $post_title; ?>"><?php echo $post_title; ?></a></h2> <?php printf( __( 'by %s', 'shiword' ), get_the_author() ); ?>

    and you have to delete the <?php printf( __( 'by %s', 'shiword' ), get_the_author() ); ?> part.

    second question that i have is that i want to remove the next page function under print and home. Where can i find that?



    in the footer.php (from line 183 to 218)

    ps: I remember your url, but it'd be great if you write it on every question, so that there's no need to search it in old questions. thanks :)
    Post edited by jimo at 2012-02-06 08:37:36
    Jimo TwoBeers.net
  • Hi Jimo,

    Sorry i'd forgot to write my url. It's www.coppercore.nl . ;)
    I'll remember that for the next time!
    I want to delete the "next page"function. So i can delete the lines 183 to 218 in the footer.php?  Or some special lines?

    Thanks a lot, again!!

    Greets Chiel

    Post edited by coppercore at 2012-02-08 15:46:32
    www.coppercore.nl
  • well, if you need only the "next/previous page" try this:
    delete from line 184 (included)
    $sw_page_nav_links = shiword_page_navi($post->ID); // get the menu-ordered prev/next pages links
    to line 200 (included)
    <?php } ?>
    Jimo TwoBeers.net
  • I deleted the lines. (it ended with <?php) )
    And it worked!

    Thanks a 1000 times for the support!

    Greetings
    www.coppercore.nl
  • solved -> 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