keithschm
Forum Replies Created
-
It took almost 36 hours for my account to become active within FedEx and this error went away. Sucks but just wait…
Forum: Plugins
In reply to: [WP eCommerce] "State" is missing in Shipping Address formWhen I picked USA, I was able to pick New York and enter my zip with no issue.
Is it only a certain country?
Forum: Plugins
In reply to: [WP eCommerce] How to change the productpage layoutThough – Settings–>Store-Presentation tab
Copy the wpsc-single_product.php and any other files to your Theme folder
Then go to your theme folder and edit those files. You may also want to press the flush theme cache button after changing to a new theme or if you find your changes are not taking affect.
Typically this is done through your Appearance section of WordPress. Look under Menus or Widgets depending on your Theme…
Forum: Plugins
In reply to: [WP eCommerce] Duplicate checkout resultsI had duplicate tags in the admin Customer Purchase Receipt section….DOH!!!
Forum: Plugins
In reply to: [WP eCommerce] FirstData/LinkPoint Issueare you using a test account? If so you must change the url in the linlpoint.php file to staging.linkpt.net the test account setting in the admin section does not work.
Thanks for the reply. Is the cost $749? That is very expensive for me. Is there anything less expensive?
Forum: Fixing WordPress
In reply to: Change title in wp_get_attachment_linkwhen using wp_get_attachment_link()
can I apply a filter to it?
Not sure what to do
Forum: Fixing WordPress
In reply to: Previewing changes?correct
Forum: Fixing WordPress
In reply to: How to remove or replace an Ad from the post?do you have an example so we can see where it is?
Forum: Fixing WordPress
In reply to: twentyeleven theme menu/front pagein the Themes function.php file
function twentyeleven_page_menu_args( $args ) { $args['show_home'] = true; return $args; }change:
$args[‘show_home’] = true;
to:
$args[‘show_home’] = ‘whateveryouwant’;Forum: Fixing WordPress
In reply to: 500 internal server erroralso see if you can get to your server logs from you web host and post them here. That will help as well.
Forum: Fixing WordPress
In reply to: 500 internal server errorIf you have FileZilla connect to your server and rename your .htaccess file to something like old.htaccess. Then see if you can get in. YOu can also contact your web host to see if they can help you. They may have made changes to your server.
Forum: Fixing WordPress
In reply to: Previewing changes?create a new page and copy in the updated content but keep that page set to draft or pending review.