rebeccaolson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Staging (beta) button disappearedDid you ever get this resolved? The same thing just happened to me! I created a site and was about to launch – I logged in last night and worked on the staging site. Today when I logged in, the “staging – beta” option has disappeared.
Ewout – I’ve got it up and running, and it’s perfect. Thank you!
I’m thinking we will now also use the invoice created by the plugin (rather than the email itself) as the invoice we keep for our records. Is there a way to add the total weight to the invoice somewhere? I see the individual product weight listed under each product, but there’s no total at the bottom. It would be wonderful to have this total to refer to while we’re packing, to ensure we’re not going over weight. Thanks again!
Ewout – that sounds like exactly what I need. I’ll check it out. Thank you so much for your quick response!
- This reply was modified 7 years, 12 months ago by rebeccaolson.
To clarify (in case I wasn’t clear above) – we still want the regular invoice automatically generated for the purchaser. We also want the ability to easily print a different invoice that doesn’t include prices, to send out with gift orders.
Forum: Themes and Templates
In reply to: [Vega] Remove/hide sections on static home pageI am comfortable enough with code to give it a shot (presuming you explain where to add the code.) I am comfortable with child themes. I’d love to try! Thank you for offering.
Forum: Themes and Templates
In reply to: [Vega] Remove/hide sections on static home pageThank you so much! That worked perfectly!
Okay – last question (I promise): I’d love to use the columns section/feature to link to a category of posts (in this case, I’d like the column to link to the category “Production Archive”), rather than a page. That doesn’t seem possible in terms of the dropdown within the settings. Is there a workaround you can think of? The best I can come up with is to create a page, then link every post to that page. But that is labor intensive, so I’m hoping there’s another option…
Thanks again!
RebeccaForum: Themes and Templates
In reply to: [Vega] Remove/hide sections on static home pageOh my god, I swear, I spent *hours* looking for that last night – I knew there had to be an option somewhere. That’s what I get for working on my website at 4am.
I do have one more layout question on the front page: within the “latest posts” and “columns” sections, is it possible for the selected pages/items to only preview the image and title (and not a summary of the text on the page)? Some of my pages and blogs are text dense, so the text under the title takes up a lot of space and makes the front page look cluttered.
Thanks again!
RebeccaForum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] No shipping methods availableThe error only occurs when the plugin is enabled – it does not occur with flat rate shipping (included with Woocommerce). Are you certain the issue is with Woocommerce and not the plugin itself?
Hello – I have determined that the bug is related to when a browser auto-fills in your address (this is a feature of Chrome, for example.) If you type in over the top of the auto-filled address, the shipping is correctly calculated and appears as an option to select.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] No shipping methods availableHi! The only USPS options at this time are First Class Mail Parcel, and Priority Mail.
I have determined that the bug is caused when someone is using a browser that auto-fills your address for you (this is a feature of Chrome, for example.) If you type over the top of the autofilled address, then the shipping is correctly calculated and appears as an option.
The website is https://www.lavenderconnection.com.
Hello – I am having the same issue, though it isn’t working for desktop or mobile. The lightbox appears briefly, then disappears, and the page loads to a full sized image. Any ideas would be appreciated – thanks!
Forum: Plugins
In reply to: [WooCommerce] Change "add to cart" button in category to product description.Mike (and anyone else who reads this in the future): I was able to get some help from someone in another forum, and as I suspected, I was indeed putting Mike’s code in the wrong spot in my functions.php page (I had pasted it *within* the last function, so before that final } rather than at the end of the page, just before ?> ) I’m sure this is obvious to someone who knows what they’re doing, but as a newbie, I was lost.
Anyway, it works! So thank you for your help. One more related question: Is there a way to change the text of the button from “add to cart” to “view product”?
Rebecca
Forum: Plugins
In reply to: [WooCommerce] Change "add to cart" button in category to product description.Mike – I’m so sorry for not understanding. Just to confirm: are you saying that the files listed in my dashboard as being outdated WooCommerce.php files are actually theme files? I have the ability to download them from WooCommerce and change them manually (I’m just worried about doing so.) The changes/new code is coming from WooCommerce (I would just need to apply it to my theme.) I can’t tell if you’re saying that the outdated WooCommerce files are not the problem, or if you can’t answer that question because it depends on the theme.
Also, you haven’t answered my question about where to put the code you gave me. I am very new at this, so I just want you to confirm that I’ve entered it into the correct file and place.
Finally, my theme is highly customizable, and the last time I switched over and switched back, I lost all the changes I made – not content- but layout, colors, fonts, etc. So that really isn’t an option unless I want to redo the entire thing.
Forum: Plugins
In reply to: [WooCommerce] Change "add to cart" button in category to product description.Mike – it’s not the theme I’m asking about (I understand you don’t have anything to do with that.) I’m asking whether you think those WooCommerce php files being out of date might account for the code you gave me not working and/or if I were to update to the recent WooCommerce php files if that might solve the issue.
Also, will you confirm for me that I’m adding the code in the correct spot, and to the correct file? I’ve been adding it to the end of the functions.php file right before the final }? code. Is this correct? Should I put it in another file (ie: woocommerce-functions.php) or in another place in the code?
If I switch to another theme, I will lose all of my customization of the theme I’m using (which has taken me months to build, since I’m new at this.)
Does anyone else have any other ideas?
Forum: Plugins
In reply to: [WooCommerce] Change "add to cart" button in category to product description.Mike – Thank you! Unfortunately, that didn’t work either.
-Am I entering the code in the correct section of the functions.php file? (at the very bottom, above the final } and ?> code)
-I noticed there are two WooCommerce php files that are out of date with my theme:
woocommerce/single-product/add-to-cart/variable.php
woocommerce/single-product/review.phpAre these out of date files possibly to blame for none of the functions.php code I’ve tried working? The author of my theme assures me they will be updated with the next update. (I know there’s a way to update them manually, but I’d rather not muck around in the WooCommerce code unless I have to.)
If you don’t think that’s to blame, any other ideas? Thank you again for your help.