Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce "Single Product Image" helpIt depends on the theme…You should use firebug and inspect the element you want to change and it will show you where it is.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce "Single Product Image" helpYes you can change it in CSS but it will blur it out…even at 50 pixels more, you will notice it is not as sharp as your original image.
Forum: Plugins
In reply to: [WooCommerce] Too Many Redirects and SSLRedirects and insecure warnings have nothing to do with each other. Redirects usually mean something isn’t setup properly which causes that to happen and there could be number of reasons for that.
The insecured items is just a warning in your browser that is telling you have items that are pointed to URLs that are not secured. The page will still load and you won’t get redirects because of this issue.
Forum: Plugins
In reply to: [WooCommerce] Selected Product Category on SidebarThere are plenty of sidebar/widget plugins that allows for conditional checks. Have you not tried any of those?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce "Single Product Image" helpThat is impossible to do. Browsers will not just magically add pixels to an image that is too small without blurring the entire image. The other way around is possible where you have a larger image to start with and wanting to reduce it via CSS.
So in short, you can’t do this without making the image look horrible. Especially when it is so small like 150×150.
Forum: Plugins
In reply to: [WooCommerce] number of options/variationsAs mikejolley stated, you can click it more times to generate more. By default it generates 50 at a time…
Forum: Plugins
In reply to: [WooCommerce] Possible IPN issueThis should not be needed. The gateway should have already sent the correct IPN URL to Paypal when in transaction.
You can see line 35 of the Paypal gateway class already contains this:
$this->notify_url = str_replace( 'https:', 'http:', add_query_arg( 'wc-api', 'WC_Gateway_Paypal', home_url( '/' ) ) );Forum: Plugins
In reply to: [WooCommerce] Show All Products From Single CategoryThen you can create a page and put a shortcode in there with the categories you want to show. Same thing, just another way to go about it.
Forum: Plugins
In reply to: [WooCommerce] Header show MY CARTMultisite shouldn’t affect whether the header cart shows or not. I have WC on multisite as well and the header cart shows fine for all sites. But again, you should speak with the theme developer as header cart is added by the theme. Unless you have a separate plugin that is adding the header cart.
Forum: Plugins
In reply to: [WooCommerce] Product Attributes/Variations not showing on product pagePost the url with the default 2012/2013 theme active and all plugins off except WC.
Forum: Plugins
In reply to: [WooCommerce] Show All Products From Single CategoryWP settings->reading->frontpage set to the page you want.
Forum: Plugins
In reply to: [WooCommerce] Short Codes not working in Text widgetFrom what I remember in the past, shortcodes do not work in widgets without adding a filter in your theme’s functions.php.
Not sure if 2013 theme includes it or not but I doubt it.
The code you’re looking to add is:
add_filter( 'widget_text', 'do_shortcode' );Forum: Plugins
In reply to: [WooCommerce] Header show MY CARTThis is something you need to talk to your theme developer about as it is not directly related to WooCommerce plugin.
Forum: Plugins
In reply to: [WooCommerce] Show All Products From Single Category@timmer81 – you don’t see it in the menus because it is hidden…move your mouse to top right of your screen in menus settings and click on “screen options” …your solution is in there.
Forum: Plugins
In reply to: [WooCommerce] Shop and Product Archive grid layoutYou asked the same question here -> http://wordpress.org/support/topic/shop-layoutformat-issue?replies=3