Moopoo
Forum Replies Created
-
Forum: Plugins
In reply to: Plugins for markets website buildI 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!
Forum: Everything else WordPress
In reply to: advice on wordpress build and plug ins pleaseOk 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
Forum: Plugins
In reply to: [WooCommerce] Can woocommerce do this?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
Forum: Requests and Feedback
In reply to: the support in this forum is horrible!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.Forum: Themes and Templates
In reply to: [Theme: Attitude] adding to footerBojan 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+++Forum: Themes and Templates
In reply to: [Theme: Attitude] adding to footerHey 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?
Forum: Requests and Feedback
In reply to: the support in this forum is horrible!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.
Forum: Themes and Templates
In reply to: [Theme: Attitude] adding to footerThis 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 hereForum: Themes and Templates
In reply to: [Theme: Attitude] adding to footerHi 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.