soccergrl
Forum Replies Created
-
I haven’t heard from anyone and still haven’t found an answer. I guess I just hope and pray that this security plugin is doing its thing appropriately!
Forum: Fixing WordPress
In reply to: Cannot modify header warningSo far I’m not having the same problem, so all looks good!
Forum: Fixing WordPress
In reply to: Cannot modify header warningI will try adding the code back in and see if it happens again.
Thank you for your help.
Forum: Fixing WordPress
In reply to: Cannot modify header warningThese are the 2 actions I was playing with when I received the error message:
add_filter(‘login_message’, ‘my_addition_to_login_form_middle’);
function my_addition_to_login_form_middle() {
return ‘<div style=”text-align: center; font-size:14px; color:#ed1c2e;”>By logging in…</div>’;
}//Add Terms of Service link to login
function my_login_form(){
echo ‘<p>*By logging in, you are agreeing to Terms of Service.</p>’;
}
add_action( ‘login_form’, ‘my_login_form’ );I don’t think I have any malware.
Forum: Fixing WordPress
In reply to: Cannot modify header warningNo whitespace because I didn’t even touch the line 1. I did take an old file with none of today’s edits and now it works again. The only changes I made was to my login php with and action. Could this cause the problem?
Forum: Fixing WordPress
In reply to: Cannot modify header warningWarning: Cannot modify header information – headers already sent by (output started at /home/content/p3nexnas06_data03/56/2200256/html/wp-content/themes/blankslate-child/lib/my_functions.php:1) in /home/content/p3nexnas06_data03/56/2200256/html/wp-includes/pluggable.php on line 1178
Update: I figured out this is a problem with the Members plugin not iThemes. The Members plugin with woocommerce will not allow more than 1 resource ID in the URL (ex. http://www.mysite.com/page1/edit-account). Any solutions, feel free to share!
Update: The pages that are logging out or redirecting improperly are pages were there are more than 1 resource ID in the URL (ex. http://www.mysite.com/page1/edit-account). When you try to go from example edit-account to any other page it automatically redirects or logs out. If you try to edit the account and save it just redirects/logs out without saving changes. Suggestions?
Forum: Plugins
In reply to: [Custom Login] plugin went blankThank you for your reply. I ended up just writing my own css because I needed it done asap.
Forum: Plugins
In reply to: [WooCommerce] Retain order notesHi Brad, thank you for your response. No, scenario is:
-customer is shopping & thinks they are done so proceed to checkout
-customer writes an order note
-then the customer realizes they want to add another item to their cart and goes back to shopping & adds item
-then when they return to checkout, their order note is gone & they have to retype
Is there any where to write a code in my functions.php or in the checkout template that will retain (save) their order notes if they go back and forth between pages until they actually submit their complete order?Forum: Fixing WordPress
In reply to: Picture changes location when wrap textSolved. For others interested. I had to insert style=”vertical-align: top;” in my <td>
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceThank you again, UH! I enabled debug mode and thankfully no issues!
Yes, I certainly appreciate all the time you took to help as much as you did. Your plugin solved most of my ‘cart’ button label issues from the beginning along with the entire billing section. I think PGSK is a great plugin! Just add ‘view cart’ as one of the labels to change and all my problems for today would b solved:-) Ha Have a great rest of your day!
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceYes, I added all the functions you indicated and changed the mini-cart. The only other Woocommerce plugin I have installed is PGSK.
I’ll keep trying. Thank you again for all of your help.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceUL,
Thank you for your help. Yes, the first part was straight forward and everything is set up across my site the way I need except the View Cart button will still not change. I will keep trying different things but I’m obviously missing something.Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Change all 'cart' labels in WoocommerceHere is a link to a page on my site with the above code added to my functions.php.
http://77f.ea4.myftpupload.com/6btransition/
The only change I made was in your 3rd to last line for the string replace, I made it ‘cart’, ‘RFQ’ instead of ‘View cart’, View RFQ’ because the term ‘view cart’ is not in the message files. So, you can see on my site if you click RFQ, this is the message that this string successfully changes, but then it still doesn’t change the ‘View Cart’ button and it changes the redirect. Is there a way I can go into each template file and just change the word cart to RFQ? I couldn’t find it. And that darn button! You can see your plugin changed all the other buttons!