New Landing How can we help? Cardinal Problem with WooCommerce integration in Cardinal

Viewing 11 posts - 16 through 26 (of 26 total)
  • Posted in: Cardinal
  • #106208
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #106231
    FlawlessWeb
    Member
    Post count: 542

    Just noticed one small issue with the new WooCommerce booking implementation in Cardinal.

    See the screen-shot: When you hover over a bookings product, the button contains no text. Would it be possible to add the ‘Read More’ text to that hover button?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #106237
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    .product-type-booking.product .cart-overlay .shop-actions > a > span {
    display: block;
    }
    

    – Kyle

    #106239
    FlawlessWeb
    Member
    Post count: 542

    Hey,

    That code is a start. But not there yet.

    In fact, I have noticed a bigger problem. Earlier in this thread, Ed recommended I remove this custom css I implemented:

    /*
    .product-type-standard .product .cart-overlay .shop-actions > a {
    width: 132px;
    }
    */

    After adding your code and removing my custom code from above, see the attached screenshots:

    #1. The hover button on Bookings products
    #2. The hover button on Gravity form products..

    Both are messed up…

    Attachments:
    You must be logged in to view attached files.
    #106244
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding back in our code:

    .product-type-standard .product .cart-overlay .shop-actions > a {
    width: 132px;
    }

    – Kyle

    #106249
    FlawlessWeb
    Member
    Post count: 542

    That wasn’t your code. That was code I put together to try and fix the gravity forms hover issue.

    Anyway, I added that code back in and it solves the gravity forms hover issue; not the bookings one though.

    See screenshots for how they look now…

    Attachments:
    You must be logged in to view attached files.
    #106255
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I just missed the y for our ha was uspposed to say ‘your’.

    Sorry use inline-block instead of just block:

    .product-type-booking.product .cart-overlay .shop-actions > a > span {
      display: inline-block;
    }

    – Kyle

    #106260
    FlawlessWeb
    Member
    Post count: 542

    Almost there ๐Ÿ™‚

    Firstly, need to add this to your code to get it to look right:

    .product-type-booking.product .cart-overlay .shop-actions > a > span {
      display: inline-block;
      padding-left: 10px;
    }

    Secondly, by introducing the 132px code above to resolve the issues with the bookings and gravity forms products, it messes up the hover effect on standard WooCommerce products. See the screenshot.

    How to solve that?

    Attachments:
    You must be logged in to view attached files.
    #106265
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Replace:

    .product-type-standard .product .cart-overlay .shop-actions > a {
    width: 132px;
    }

    with

    .product-type-booking.product .cart-overlay .shop-actions > a, .virtual.product .cart-overlay .shop-actions > a {
    width: 132px;
    }

    – Kyle

    #106271
    FlawlessWeb
    Member
    Post count: 542

    All fixed ๐Ÿ™‚

    Thanks.

    #106272
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great ๐Ÿ™‚

    – Kyle

Viewing 11 posts - 16 through 26 (of 26 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register