Activity Stream
48,167 MEMBERS
6700 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1.     
    #1
    Respected Member

    Default Little help needed in WP Modification

    Hey guys, i've got a new site http://www.trollmania.org/ and i need certain wp modifications

    1. I want to change the font style of the sidebar text.
    To Myriad Pro font with no italics and size 25px.

    2.I also need to add "page_navi" code to replace the current navigation method, where do i replace it

    3. How to add "random posts" link on the menu bar., and it should obviously show random posts.

    4. I need to add a "Submit a pic" page, would a contact form do the trick ?

    if you are unclear on what i've mentioned above, please let me know.

    Thanks in advance for your help
    Regards,
    Froomple
    Froomple Reviewed by Froomple on . Little help needed in WP Modification Hey guys, i've got a new site http://www.trollmania.org/ and i need certain wp modifications <3 1. I want to change the font style of the sidebar text. To Myriad Pro font with no italics and size 25px. 2.I also need to add "page_navi" code to replace the current navigation method, where do i replace it :| 3. How to add "random posts" link on the menu bar., and it should obviously show random posts. 4. I need to add a "Submit a pic" page, would a contact form do the Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    I dont know the solution of the error but the image is soo funny

    and for the problem why dont u just edit the template directly ie template files

  4.     
    #3
    Respected Member



    On topic :
    Yes, i did edit the template files, still showing up errors.
    And thats why i am here

  5.     
    #4
    Member
    Website's:
    iFunMaza.com
    Solution for 2nd Question:
    remove this image
    http://www.trollmania.org/wp-content...s/comments.png


    find and remove

    <span class="comments-link">
    <a href="http://www.trollmania.org/there-are-no-words/#respond" rel="nofollow" title="Comment on There are no words!">Leave a comment</a>
    </span>



    To remove Fallow me,

    Remove this

    <span style="position:relative;top:9px;left:-4px;float:left;font-family:Georgia,Times,Times New Roman,serif;
    font-size:17px;
    font-style:italic;
    font-weight:bold;"> Follow Me</span>

    FB - http://www.facebook.com/IfunMaza
    Twitter - twitter.com/#!/iFunMaza

  6.     
    #5
    Respected Member
    Quote Originally Posted by immu View Post
    Solution for 2nd Question:
    remove this image
    http://www.trollmania.org/wp-content...s/comments.png


    find and remove

    <span class="comments-link">
    <a href="http://www.trollmania.org/there-are-no-words/#respond" rel="nofollow" title="Comment on There are no words!">Leave a comment</a>
    </span>



    To remove Fallow me,

    Remove this

    <span style="position:relative;top:9px;left:-4px;float:left;font-family:Georgia,Times,Times New Roman,serif;
    font-size:17px;
    font-style:italic;
    font-weight:bold;"> Follow Me</span>
    which file should i find those codes ?
    i cant find them in page.php.
    and i want to retain that comment image, not remove it.


    EDIT: Found follow me code in header.php, cant find that comment code.

    ---------- Post added at 05:32 PM ---------- Previous post was at 05:05 PM ----------

    Bump: i also need to add "page_navi" code to replace the current navigation method, where do i replace it

  7.     
    #6
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Comment code should be in single.php or post.php .. Something with post / topic related.

    Just remove the comment text and replace it by &nbsp; (so the image stays)

  8.     
    #7
    Respected Member
    Quote Originally Posted by pi0tr3k View Post
    Comment code should be in single.php or post.php .. Something with post / topic related.

    Just remove the comment text and replace it by &nbsp; (so the image stays)
    I just found out "leave a comment" code on single.php, removed it, but still the blog shows that text
    And there's no post.php [pokerface]

    single.php contents :
    http://paste2.org/p/2047835

    ---------- Post added at 09:56 PM ---------- Previous post was at 06:59 PM ----------

    Anyone ?

  9.     
    #8
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    What about this line mate?
    <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'smartone' ), __( '1 Comment', 'smartone' ), __( '% Comments', 'smartone' ) ); ?></span>

  10.     
    #9
    Respected Member
    As I said, that code didnt have any effect. I've found the comment code in loop.php. But I am unable to retain the image intact.

    ---------- Post added at 05:55 PM ---------- Previous post was at 06:37 AM ----------

    Edit: I've corrected the comment problem now, as Pio said, i've replaced the comment line with &nbsp; and it worked cheers Pi0

  11.     
    #10
    Pure Awesomeness!
    1- Find .widget-title on your style.css file around line 1268 and replace everything with this:

    .widget-title {
    color: #222222;
    font-family: Myriad Pro;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px #FFFFFF;
    }
    2:

    Edit loop.php and find:
    <?php if ( $wp_query->max_num_pages > 1 ) : ?>
    <div id="nav-below" class="navigation">
    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'smartone' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'smartone' ) ); ?></div>
    </div><!-- #nav-below -->
    <?php endif; ?>
    Replace it with:

    <?php wp_pagenavi(); ?>
    and install the plugin.

    3- Random post: http://wordpress.org/extend/plugins/random-post-link/
    4- Use contact form 7 and configure it.



Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. function bp_thumbnail_resize modification help needed
    By mdtareq in forum Web Application/Script Support
    Replies: 0
    Last Post: 2nd Jul 2012, 12:09 PM
  2. vBulletin modification?
    By Terror in forum Webmaster Discussion
    Replies: 3
    Last Post: 2nd Jun 2011, 02:56 AM
  3. Rapidleech modification
    By snub in forum Web Development Area
    Replies: 3
    Last Post: 12th Oct 2010, 09:05 PM
  4. Thank Modification?
    By Ronald in forum Feedback and Suggestions
    Replies: 10
    Last Post: 8th Sep 2010, 02:14 AM
  5. What the name of this modification?
    By Snell in forum phpBB
    Replies: 2
    Last Post: 28th May 2010, 12:40 PM

Tags for this Thread

BE SOCIAL