jlavik
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WooCommerce] Modifying codeSorry, here’s the link.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Modifying codeForum: Plugins
In reply to: [WooCommerce] Background color on shopping cart pageThanks again!
Forum: Plugins
In reply to: [WooCommerce] Background color on shopping cart pageThanks, it’s working perfectly. It wasn’t the color that was stopping me. I thought you’d accidentally omitted the semi-colon so I put it in. Once I removed it, everything was fine. Was it not needed because everything is on one line?
Forum: Plugins
In reply to: [WooCommerce] Renaming SKUThank you, thank you, thank you. Ironically, got another update tonight and was able to test it.
Forum: Plugins
In reply to: [WooCommerce] Background color on shopping cart pageOK, I tried this and wasn’t able to make it work. But it seems to me that if it had, it would affect all of the pages, wouldn’t it?
However, you’ve certainly gotten me farther than I was. Thanks for that.
Forum: Fixing WordPress
In reply to: 500 Internal Server Error when accessing siteThanks for your help, Dan & laliz. While trying to walk through the steps you advised, I discovered to my horror that I’ve been running on a Windows server all this time. Using GoDaddy’s support pages, I tracked it down to the web.config file, which I had never touched. Fixed it and I’m up and running. Thanks again!!!
Hey Corey, I just noticed someone else had the same issue (https://wordpress.org/support/topic/import-15?replies=2).
Since I’m having the issue now, I’d be happy to give you access. Also, I had installed it successfully on another site, so I went back and tried there. The button becomes active there, but when I clicked on it, I got:
“500 Internal Server Error
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”
Forum: Plugins
In reply to: [Etsy Importer] Parse error: syntax error, unexpected ':'Yes, that did the trick. Thanks so much!!!
Forum: Plugins
In reply to: [Etsy Importer] Parse error: syntax error, unexpected ':'I just downloaded and attempted to install 1.1, got the same error but it points to line 534.
Lines 533, 534 are:
`// Get our link title
$title = $title ? : get_the_title( $id );`I’d really appreciate your help. Thanks!
Forum: Fixing WordPress
In reply to: How to make my Javascript identify which page has called it???Yep, substr will work but I assumed there was an easier way. Thanks!
Forum: Fixing WordPress
In reply to: How to make my Javascript identify which page has called it???Thanks for the speedy response, Andrew. That got me a little further towards a solution, but what comes up in Preview mode is:
http://www.mysite.com/wp-admin/post.php?post=369&action=edit
whereas all that I want to collect is the Page ID, in this example 369.