Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Moopoo

    (@moopoo)

    I would like to thank the mods for their “no bumping” policy.

    It has allowed this post to be buried within an hour and never seen to be answered.

    Good job guys!

    Thread Starter Moopoo

    (@moopoo)

    Ok as the original post clearly states, it is a theoretical business 🙂

    Im not really doing anything with little kids. – ok that didnt come out right but you know what I mean.

    Online answering service? The way you said that makes me think there is already a plugin or something for that? Would that be right?

    Cheers

    Thread Starter Moopoo

    (@moopoo)

    Thanks wooassist.

    Im not sure where I would be bundling products as I only have one product? Perhaps I am misunderstanding you?

    I may need to get hold of a wordpress dev to get this nutted out.

    Cheers

    wow
    way to start a post in a really condescending manner with your *drinks coffee* crap.

    I myself am really sorry that I have experienced your no bumping failure rule resulting in no answer to posts.

    Again I apologise for having an opinion and bothering you with it.

    I don’t know why bothered to try and explain the frustration in the first place as it obviously falls on deaf ears.

    Yes the volunteers do a wonderful job around here and yes this forum would suffer greatly without them but what it wouldn’t miss is condescending replies like yours.

    *drinks coffee*
    go do that and think about your attitude.

    Thread Starter Moopoo

    (@moopoo)

    Bojan you are THE MAN!

    My appologies if you are actually a woman…

    I have imlplemented your code and it works perfectly.

    Thank you again for the help.
    A+++

    Thread Starter Moopoo

    (@moopoo)

    Hey Thanks Bojan

    I will try that as soon as I can!

    Will I get any problems down the line with theme updates etc because I have copied the footer into my child theme?

    As someone who has been in the unenviable position of having a post
    unanswered, I think I can clarify the frustration with the “no bumping” rule.

    There are soo many people asking for help in some of these forums, if your post isnt noticed within an hour of being put there, it is off the front page and may never be seen let alone answered.

    No Bumping, doesnt allow your post another chance of being seen.

    I realise that it isnt a wonderful solution as if everyone was allowed to bump their unanswered posts, there it would probably be down to about 10 mins that your new post would stay on the from page.

    However, being able to bump unanswered posts gives us some hope of being seen.

    I hope this clarifies our position.

    Thread Starter Moopoo

    (@moopoo)

    This is the child theme functions file:

    <?php
    
    // Remove old copyright text
    add_action( 'init' , 'mh_remove_copy' , 15 );
    function mh_remove_copy() {
            remove_action( 'attitude_footer', 'attitude_footer_info', 30 );
    }
    
    // Add my own copyright text
    add_action( 'attitude_footer' , 'mh_footer_info' , 30 );
    function mh_footer_info() {
       $output = '<div class="copyright">'.'Copyright © [the-year] Monaro Pools - Division of M A G | Site by <a href="http://www.clubdot.com.au">ClubDot Hosting</a> '.'</div><!-- .copyright -->';
        echo do_shortcode( $output );
    }

    and this is the child theme style.css file:

    /*
    Theme Name: Attitude Child Theme
    Author: Self-Help WordPress User
    Template: attitude
    */
    
    @import url("../attitude/style.css");
    
    /* =Theme customization starts here
    Thread Starter Moopoo

    (@moopoo)

    Hi Bojan

    Thanks for the quick reply.

    The post I referred to was this one:

    The site I am working on this one:
    I have altered the footer to show the one line text of copyright etc, but I need to place all the lines of text above it into the footer and centre it so it shows on all pages in the centre, just above the copyright info.

    I believe the previous post shows how to do it with code in the functions file and altering the css file but is that in the child theme or not?

    Im just not sure how to do the css or altering the code in the function file or where to put it etc.

    Thanks for the help.

Viewing 9 replies - 1 through 9 (of 9 total)