invot
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Show the product category with phpI need this to. Is there something like
print_category()out there?Forum: Plugins
In reply to: [WooCommerce] How to remove page-title from product pageYou can give the element a “display:none;” property in the stylesheet. However, that will remove the page-title site-wide.
Forum: Plugins
In reply to: [WooCommerce] displaying productsThis might help:
[product_category category="enter slug of category you want to show" per_page="12" columns="4" orderby="date" order="desc"]Forum: Plugins
In reply to: [TC Supersized] [Plugin: TC Supersized] Not working at allI’m dealing with the same issue. There are no instructions on the author’s site or in the readme files telling you how to implement it into a site. Try WP-Supersized instead.
Forum: Plugins
In reply to: [Plugin: Woocommerce] Sale Bage Showing on Every Product PageAlright, figured it out. I’m unsure what caused the problem, but the solution seemed to be to remove all the sales from my store. Re-inserting them later seemed to have resolved this bug. Yay?
Forum: Plugins
In reply to: [Plugin: Woocommerce] Sale Bage Showing on Every Product PageWell, there doesn’t seem to be a conflict with any other plugins. The function itself it also untouched. *sigh*
Anyone willing to shed some light on this situation?
Forum: Plugins
In reply to: [Plugin: Woocommerce] Sale Bage Showing on Every Product PageSo I discovered that the file is located at
woocommerce/templates/single-product/sale-flash.phpand everything there seems to be untouched and working fine… not sure if the function itself needs some adjusting. I’m off to figure that one out.<?php if ($product->is_on_sale()) : ?> <?php echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__('Sale!', 'woocommerce').'</span>', $post, $product); ?> <?php endif; ?>Forum: Plugins
In reply to: USPS WooCommerce Plug-In Help NeededSlightly related question: Where did you manage to download the plugin? It’s not available on woocommerce’s website.
Thanks!
Forum: Your WordPress
In reply to: My new site!@samball49: You shouldn’t see a difference unless you are using firefox.
Forum: Plugins
In reply to: [SC Catalog] Cannot Drag Custom Menu ItemsI contacted the developers. Nikos, you had the right idea the first time. Here’s what the devs said:
Indeed, I reproduced it, there is a javascript conflict with autocomplete. As a quick workaround to fix it you can disable autocomplete by commenting lines 31 to 33 and lines 253 to 263 in sc-catalog-admin.php. You will lose autocomplete on categories but it is still usable with the form data caching in your browser.
Forum: Your WordPress
In reply to: Any Advice for my new website?I would suggest using a sans-serif like Gotham or Avenir. And add a 1px letter spacing. Tracking out text gives it a sense of elegance.
Forum: Plugins
In reply to: [SC Catalog] Error on WordPress 3.5It sounds like your plugin install is corrupted. Try re-installing it.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuHave you created the menus in the Menu section of the appearance tab or is the menu written directly in a php file? You should try the standard method of using wordpress menus before resorting to something complex.
Forum: Themes and Templates
In reply to: WP-Admin not listing all Custom Post typesI’ve never used this feature, but have you tried editing the screen options (the tiny tab at the top of the page under the admin menu?). Other than that I have no idea why that would happen.