Forum Replies Created

Viewing 10 posts - 41 through 50 (of 101 total)
  • Author
    Posts
  • in reply to: Style features broken after update+ store notice #36266

    Hi Harry,

    Thank you for the snippet.

    It has put the currency symbol into the middle of the dropdown (instead of on one side) but the size of the dropdown box is still the same – too big.

    So just so you know, we have copied below the css code we now have for all the Woocs currency switcher changes in Claue. Do we have some code there which is causing a conflict? (between the old and the new)

    .woocommerce-currency-switcher-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    color: #878787;
    font-size: 14px;
    cursor: pointer;
    }
    .woocommerce-currency-switcher-form {position: relative;}
    .woocommerce-currency-switcher-form:after {
    content: ‘\f107’;
    position: absolute;
    font-family: ‘FontAwesome’;
    right: 5px;
    top: 8px;
    pointer-events: none;
    }

    .woocommerce-currency-switcher-form {
    padding-right: 15px;
    }

    .woocommerce-currency-switcher-form::after {
    top: -1px;
    }
    .woocommerce-currency-switcher-form select {
    height: inherit;
    line-height: 1.5;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
    left: auto !important;
    background: #f6f6f8 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    right: -37px;
    }

     

    Please let us know how to adjust to reduce the box size.

    Many thanks again.

    in reply to: Style features broken after update+ store notice #36248

    Hi Harry,

    Thank you for your reply and no need to apologise about the support renewal. We just wanted to let you know that it was the second time we had been asked to renew support when it was still valid. 🙂

    Thank you for sending us the amended code. Unfortunately nothing has changed with this one either. But I think that maybe you misunderstood us. It is the size of the WOOCS currency switcher box which has changed since the last update and which we need to reduce again and make it look like before. We had code to change it and this code has stopped working. Here is the code which was there before:

    .woocommerce-currency-switcher-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    color: #878787;
    font-size: 14px;
    cursor: pointer;
    }
    .woocommerce-currency-switcher-form {position: relative;}
    .woocommerce-currency-switcher-form:after {
    content: ‘\f107’;
    position: absolute;
    font-family: ‘FontAwesome’;
    right: 5px;
    top: 8px;
    pointer-events: none;
    }

    .woocommerce-currency-switcher-form {
    padding-right: 15px;
    }

    .woocommerce-currency-switcher-form::after {
    top: -1px;
    }
    .woocommerce-currency-switcher-form select {
    height: inherit;
    line-height: 1.5;
    }

    Can you please advise how we can fix this so that the currency switcher can once again look like the way it did before? (it should look the same as the Claue currency switcher).

    Many thanks in advance.

    in reply to: Style features broken after update+ store notice #36213

    Hi Harry,

    Thank you for the fixes. By the way, as we mentioned once before, we still have active support for another month. We purchased two licenses and extended the support at least twice since then. We’ve been paying for over 2 years of support now. Please see the attached screenshot from our account.

    Regarding the fixes, thank you, most of them have worked.

    We still have the problem with the size of the currency switcher box. There was previously code loaded into the custom CSS which reduced the size so not sure if this is now causing a conflict but regardless, it has stopped working. Could you please advise how we can adjust that css and fix this.

    Many thanks again.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Style features broken after update+ store notice #36191

    Hi Harry,

    Many thanks for your reply and the fixes.

    Unfortunately the container size on the currency switcher is still the same size (though when refresh, you can see it flick it quickly to the smaller box before it returns to the oversized one).

    Thank you for the code to fix the store notice. It is now at the top on desktop view which is great. On mobile however it is still at the bottom. How can we fix this?

    And how can we give the store notice our own colour to match with the store’s colours?

    Finally, if you look at the notice on desktop/laptop, you can see some strange spacing around the two boxes (Here and Dismiss). Both of these boxes also have a shadow background. Can we remove this?

    Many thanks again.

    in reply to: Urgent – home page broken on live site after updating theme #34366

    Hi Harry,

     

    Thank you for your quick reply.

    We’ve gone to permalinks but are lost as to what to ‘save and check’ as per your instructions. There are quite a few options there.

    Could you please clarify or perhaps send a screenshot?

    Many thanks in advance for your reply.

    This reply has been marked as private.
    in reply to: Migrating to Claue on a live site #33532

    Hi Harry,

    Thank you very much, really appreciate it.

    in reply to: Migrating to Claue on a live site #33516

    Hi Harry,

    Thank you for the snippets to remove the colour stripes from the cart and the wish list. Unfortunately they didn’t work – any suggestions on how to fix it?

    Thanks again

    in reply to: Migrating to Claue on a live site #33512

    Hi Harry,

    Many thanks for the snippet, that worked. 🙂

    We have noticed that issue of the colour stripes which appeared on items in the cart (the one cased by the table plugin) is now also appearing in the wishlist. Is there a way we can reuse that snippet you have us earlier for the cart and just adjust it for the wishlist?

    Thank you kindly.

    in reply to: Migrating to Claue on a live site #33439

    Hi Harry,

    Thank you for your reply.

     

    We have added the snippet you suggested for the currency switcher but the top bar is still too wide. It runs down the page a lot more than before. How can we make this bar less wide?

    Regarding the cart colours – so this is caused by the table plugin? It is affecting the cart? Adding that snippet you suggest will make it correct just the cart without also removing the colour from the tables?

    Many thanks in advance.

Viewing 10 posts - 41 through 50 (of 101 total)