Forum Replies Created

Viewing 15 posts - 16 through 30 (of 82 total)
  • Posted in:
  • in reply to: Blog carousel display problem – CSS issue #69653
    n8-b
    Member
    Post count: 99

    Unfortunately, no. This breaks the carousel. See attached screenshots.

    in reply to: Blog carousel display problem – CSS issue #69642
    n8-b
    Member
    Post count: 99
    This reply has been marked as private.
    in reply to: Variable products not working in v1.7 #69625
    n8-b
    Member
    Post count: 99
    This reply has been marked as private.
    in reply to: Variable products not working in v1.7 #69624
    n8-b
    Member
    Post count: 99

    Since yesterday, the only thing I’ve done is update the ‘UpdraftPlus’ back-up plug-in. I just deactivated it and am still having the problem. I also just noticed that on my home page the blog/products carousel is not displaying properly and I am seeing the same JQuery error on this page.

    in reply to: Variable products not working in v1.7 #69594
    n8-b
    Member
    Post count: 99
    This reply has been marked as private.
    in reply to: Want To Order Product Category #62740
    n8-b
    Member
    Post count: 99

    You certainly can order product categories in WooCommerce. All you have to do is go to the product category page in admin and simply drag and drop the categories. You can also sort (ascending/descending) each of the four columns – name, description, slug and products.

    in reply to: new member registration problem #62731
    n8-b
    Member
    Post count: 99

    @lattitude22n – check out the Groups plug-in ( https://wordpress.org/plugins/groups/ ). I think that should work for your case. It’s very light-weight, well coded and the developer is very helpful.

    in reply to: WooCommerce 2.1 Compatibility #49136
    n8-b
    Member
    Post count: 99

    Hi Ed – I’m having a problem with the Country and State/Province dropdown lists appearing ’empty’ in the checkout in all browsers. It appears that the options are there but are invisible in the browser (see screenshots). The dropdown lists appear to work when I edit an address in ‘My Account’. However, the province/state dropdown disappears behind the footer on the edit address page (see screenshot). So it looks like the problem is only on the checkout page. Any ideas?

    Cheers,
    Nathan

    Neighborhood 1.64
    WooCommerce 2.1.2
    WP 3.8.1

    in reply to: Swift Page Builder Not Loading #44676
    n8-b
    Member
    Post count: 99

    Hi again – Disregard my last message. I just found the culprit. There’s a conflict with the WooCommerce Customer/Order CSV Export plugin. When it’s disabled the page builder now loads.

    Nathan

    in reply to: Swift Page Builder Not Loading #44675
    n8-b
    Member
    Post count: 99

    Hi Kyle – Thanks for your reply. Yes, I had looked at most of those topics already. I did not find any fix for the problem. If you know of a specific thread with a possible fix I’d appreciate it. FYI, the Page Builder loads on WooCommerce product pages but does not load on posts or pages.

    Thanks,
    Nathan

    in reply to: Problem with Variable Menu on IE11 #37026
    n8-b
    Member
    Post count: 99

    Here’s a fix for Firefox:

    @-moz-document url-prefix() {
      select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
      }
    }
    in reply to: Color menu bar #36993
    n8-b
    Member
    Post count: 99

    This should get you close:

    #header-section > #main-nav {
        background: none repeat scroll 0 0 #FF7F7F;
    }
    nav .menu > li a, #menubar-controls a {
        color: #800000;
    }
    in reply to: Translation strings not found #34449
    n8-b
    Member
    Post count: 99

    My quick fix for the billing/shipping address problem was to remove the placeholder (‘%s’) after ‘Edit’, that is:

    <?php echo sprintf( __('Edit address', 'swiftframework' ), $name); ?>

    This will echo ‘Edit address’ which can be translated.

    in reply to: Rev slider not showing content #31866
    n8-b
    Member
    Post count: 99

    Hi Howard – I had a similar problem with the latest Rev Slider update. I was able to fix it by turning ‘Off’ Lazy Load in the slider’s general settings.
    Nathan

    in reply to: Product Issue – Change Picture if you change Variation #27170
    n8-b
    Member
    Post count: 99

    Check out the video here: http://docs.woothemes.com/document/product-variations/
    That should help you.

Viewing 15 posts - 16 through 30 (of 82 total)