Home Forums Basel support forum Urgent Basel Questions

Urgent Basel Questions

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #15787

    WorkerSmith
    Participant

    Hi, we have urgent questions, please help us:

    1. On top left of site header, we want to:
    A. Change wishlist icon (here and on all of site) to be a star shaped icon.
    B. make the ‘0’ (zero) which appear on the wishlist and shopping cart icons when nothing in cart or in wishlist, to not appear. Let ‘0’ not be there at all, then when you add items, it can display numbers (of items added) in the cart then.
    C. Change ‘Login / Register’ to ‘Register I Sign In” (pls take note if straight line we want in the middle). Also we want to add thin lines to separate each item on the top right of site. See example of what we want here and the order we wish for each item and shopping bag icon to appear: https://s21.postimg.org/k97g5p3jb/Top_right.png

    2. How can we make the attributes we have put for product ‘Brands’ in our store to automatically show up on top of the product titles for every product. We want this to show in category product display page https://demo.xtemos.com/basel/shop/woman/basic-knit-dress-chest/ on top of the product title AND in single prodict page like this https://postimg.org/image/b26qiyruh/

    3. We use our site for mostly affiliate products. We have added several products but in single product page, we don’t see a button that says “BUY ON AMAZON” like it says on your demo here https://demo.xtemos.com/basel/shop/other/flat-brands/yrum-parturt-egestas/ We see only ‘BUY NOW’. Please tell us how to sort this, we already added around 30,000 affiliate products to the site and this issue affects all products.

    4. When you hover over any product from any category pave, i.e this page https://demo.xtemos.com/basel/shop/?shophover2 At the moment you will see a shopping cart icon and the words “Select Options” when you mouseover. How can we hide this shopping cart icon and the ‘select options’ text so it doesn’t show on the site?

    5. On the single product page https://demo.xtemos.com/basel/shop/bags/nombined-strapped-backpack/ We want both zoom and Photoswipe popup to be active, but in our admin when we switch to ‘Photoswipe popup’ and test it on frontend, it doesn’t show photoswipe popup window, it simply shows only standard WP image pop up window.

    We’appreciate a fast response. Thanks in advance!

    Best regards

    #15792

    Artem Temos
    Keymaster

    Hello,

    1 & 2. Sorry, but these requests require additional code customization and it is out of theme support scope according to Envato support policy.

    3. You can set your own text for the button editing it in admin panel

    4. Hide the button with this CSS code

    .basel-hover-alt.purchasable .btn-add {
    	display:none;
    }
    
    .basel-hover-alt.purchasable:hover .swap-elements {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -sand-transform: translateY(0);
    }

    5. Could you please send us a link where we can see the problem?

    Regards

    #15795

    WorkerSmith
    Participant

    Hi, Your response above for number 4 did not work after we applied the code. Just to make sure you understood what we meant, when there are colour options, when you hover it shows the cart icon and the text “select options”, when there are no colour options it shows cart icon and the text “Buy now”. We want to hide these things completely.

    Alternatively, what we will really prefer is if you you could tell us how to remove/hide only the texts “select option” and “buy now”, then we’ll keep the cart icon part, but change the cart icon to an “i” (‘more info’ icon).

    Many thanks in advance.

    #15796

    WorkerSmith
    Participant

    Pls see above for our previous question of today and respond. Also see this issue, product image in category pages, homepage and everywhere products display in grids do not look good because the grid heights and widths are not fixed as they should be. Please see example here: https://postimg.org/image/n7685vgzf/ Can you help us sort this? We can’t do hardcrop because that looked terrible and ruined many product images. A normal fixed width and height will do for the grids will do the trick as with our other shop themes we used to have. Thanks.

    #15798

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to the shop page so we can see why our CSS doesn’t work?
    And what exactly do you want us to do to help you with images size?

    Regards

    #15804

    WorkerSmith
    Participant

    Hi, for privacy reasons ls see the private message/content section below for url and login details. For image size we just need the width and height to always be the same for all images. See a 3rd party site too below in private message that shows you how other shops often present grids.

    Also pls kindly reply to our question n. 4 above as the code you gave didn’t work. Thank you.

    #15807

    Artem Temos
    Keymaster

    Hi,

    Replace the code with this one

    .basel-hover-alt.product-type-external .btn-add {
    	display:none;
    }
    
    .basel-hover-alt.product-type-external:hover .swap-elements {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -sand-transform: translateY(0);
    }

    As for images, the site you sent has all images with the same size.

    Regards

    #15808

    WorkerSmith
    Participant

    Thanks for the code. About the other question for images sizes. Do you mean that we must have all site images at exactly the same size to enable us have a size with fixed image frames? Our previous theme housed all types of image sizes equally, regardless of image sizes. This is a big issue for us as we’re very happy with Basel theme but may not be able to use the theme if we can’t get the image frames/rows/columns to be even as it’s vital for what we do. Any advice for what we can do? Thank you

    #15809

    Artem Temos
    Keymaster

    If you want, we can give you a custom CSS code to make all products blocks the same height (as on your example). Just specify what height do you want.

    #15811

    WorkerSmith
    Participant

    Hello, thanks for the reply. We’re struggling to know the right size to give you. However, we know that we’ll be happy with any size you come up with that will work as you have here https://demo.xtemos.com/basel/shop/?shop_alt but it will be size suitable for 4 x pictures per row as we have it on our site. Thank you

    #15813

    Artem Temos
    Keymaster

    Try to use this code snippet

    .basel-hover-alt .product-element-top {
    	min-height: 290px;
    }
    
    .basel-hover-alt .product-element-top {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #15816

    WorkerSmith
    Participant

    Thank you so much for the code. We’ll give it a go. Best regards

    #15818

    Artem Temos
    Keymaster

    You are welcome!

    #15834

    WorkerSmith
    Participant

    Hi guys, we tried it out, it didn’t seem to work quite well. Please see the private content section below for login details and page to check and see that the issue still exists. Thanks in advance

    #15837

    Artem Temos
    Keymaster

    We can’t login now. Please, check the details.

    #15841

    WorkerSmith
    Participant

    Pls see the details again below in private. It was changed to make sure it will work this time. Thanks

    #15850

    Artem Temos
    Keymaster

    Hi,

    Yes, we see that this category has even much higher images. You can adjust the height in the code we sent you to fit even larger images. But we are not sure that it will look nice on other categories.

    Regards

Viewing 17 posts - 1 through 17 (of 17 total)