Bloke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Chained select with jqueryThis has to be a WordPress issue. I have copied and pasted the exact code and it won’t work in WordPress. Maybe is to do with this error.
Call to a member function get_results() on a non-object in …..select.class.php
$wpdb->get_results($query, ARRAY_A);I have declared global $wpdb and included wp-config.php and wp-load.php
Firebug is showing the id is being posted ok.Forum: Plugins
In reply to: [WP eCommerce] How to stop spam yahoo.com new usersBut I can’t disable user registration because I am using CIM with Authorize.net
Forum: Plugins
In reply to: [WP eCommerce] How to stop spam yahoo.com new usersAnyone have a solution to stop these spam registrations?
Forum: Fixing WordPress
In reply to: need expert htaccess helpI got it working. I just kept comparing everything I did on my other WP sites. The permalinks were one word. So “/products/” would not work but “product-pages/” worked. Also the links were going to /products and I changed it to ?page_id=….. this let the permalink to work. Here is the instructions I used to get YOURLS to work with WP. Generating Root Short URLS From A YOURLS Subdirectory Install
Forum: Fixing WordPress
In reply to: Why multiple instances of ApacheYes I am totally aware of that. I have learned as things have come up. So this is the next issue on the list.
Forum: Fixing WordPress
In reply to: Why multiple instances of ApacheThanks. I have plugins cause it to me slow and have seen it in the error logs. But I didn’t make any changes and it was working last week and now they are saying that it crashed because there was no memory. I am not familiar with server settings to research it further.
Forum: Plugins
In reply to: [WP eCommerce] Shipping StateI was having the same issue. The temporary fix for me was to move the country field above the city and state.
Forum: Plugins
In reply to: [WP eCommerce] State Validation Not WorkingI was having the same issue. The temporary fix for me was to move the country field above the city and state.
Forum: Plugins
In reply to: [WP eCommerce] Cleaning optionsAnyone know if I can delete these?
Forum: Plugins
In reply to: [WP eCommerce] Cant Checkout and sliders-banner arent working on wp flexishopForum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart ColorsCreate a child theme. In the CSS make your changes there.
div.shoppingcart > tableForum: Plugins
In reply to: [WP eCommerce] Cant Checkout and sliders-banner arent working on wp flexishopTry switching to 2010 theme and do a test transaction.
Forum: Plugins
In reply to: [WP eCommerce] Category thumbnail images changing automaticallyThis seems to be fixed after clearing theme cache.
Forum: Plugins
In reply to: [WP eCommerce] Filter customer inputs proper captalizationI created an issue at Github. github.com/wp-e-commerce/WP-e-Commerce/issues/1365