Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1349951

    Hi,
    Could you please explain why there are always issues when installing Woccommerce booking alongside Enfold?

    If I look at our page https://guideaujapon.fr/produit/tokyo compared to https://kriesi.at/themes/enfold-travel/product/day-trip-london/ the Quantity Buttons are totally different.

    We bought the plugin following your demo and have never been able to use it properly.

    See my previous post https://kriesi.at/support/topic/woocommerce-bookings-option-to-display-calendar-on-click-not-working/

    Do you reimburse the USD249 or fix it.

    How to we get the -/+ buttons?

    Thank you

    X.

    #1350149

    Hey koomo,

    Thank you for the inquiry.

    The quantity buttons in the “people selector” form are different from the button in the product page demo. Please note that the plugin has its own style for its own elements which might be quite different compare to the theme, so expect to add a few css adjustments and change a few templates when building a site using those plugins.

    Looks like the plugin is using an svg image for the quantity icons in the “people selector” form, but we can still try to adjust it with css.

    .yith-wcbk-people-selector__field__plus-wrap, .yith-wcbk-people-selector__field__minus-wrap {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #008489;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
    line-height: 41px;
    border: none;
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E1E1E1;
    color: #666;
    background-image: url(../images/layout/bg-button.png);
    background-repeat: repeat-x;
    outline: none;
    }
    
    .yith-wcbk-people-selector__field__plus-wrap svg, .yith-wcbk-people-selector__field__minus-wrap svg {
    top: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
    

    Best regards,
    Ismael

    #1350249

    Hi Ismael,
    Thank you.

    But when you visited the page, we were working on Yith. Sorry about that.

    COuld you please give me the same code but for Woocommerce Booking?

    Thank you.

    Regards,
    Xavier

    #1350388

    Any idea?

    It’s an expensive plugin we’d like to work properly with Enfold.

    #1350399

    Hi,

    Thank you for the update.

    Do you have a clone of the site where the Woocommerce Booking plugin is enabled? The other plugin is still enabled when we checked the site again today.

    Best regards,
    Ismael

    #1350680
    This reply has been marked as private.
    #1350834

    Hi. Any news?

    #1351120

    Any support for a plgin which we bought to go along with enfold?

    #1351295

    Can we get support or you reimburse Woocommerce Booking we bought after seeing it on your demo.

    #1351481

    It’s outrageous.

    Can we get support for a plugin we bought because of you.

    #1351889

    Hi!

    Thank you for your patience.

    We modified the following files to adjust the appearance of the persons field.

    woocommerce-mod.js: https://pastebin.com/3nJcuzY1
    woocommerce-mod.css: https://pastebin.com/KDy1EEse

    Please note that the plugin has its own elements such as the booking fields (persons, room etc) which might look different compare to the elements in the theme. What you see in the demo is the actual product quantity field, not any of the booking fields.

    Best regards,
    Ismael

    #1353084

    Hi Ismael,
    Thank you very much for the GREAT work.

    And apologies for late reply…I didn’t get notified.

    #1353122

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.