Question for MegaMenu and Menu

Hello! We just bought BeTheme and have a few quick support questions about quite some big issues! :) We hope you'd be so kind to help us. Thanks a bunch in advance.

1. Is there a way to remove CAPS in the MegaMenu?
2. Our menu has a lot of categories. In order to make it fit we had to put the font very small and move the letters very close. We still need to fit in a big search bar, but we have no idea how to do this, so.

A. Is there some sort of code to make more space in the menu?
B. Is there any way to put the logo and the search bar ABOVE the menu?

We really hope you can help us out. Especially number 2 is really important to us. We have 1368 products and our customers need a more advanced way to search for products, so we have various plugins that we can use (or we can use the search bar you have) but just the search icon isn't enough and it can already be hard to read the stuff in the menu because we had to move all line spacing. So if we can somehow get the logo and the search bar above the menu that'd be so amazing!


3. When you go onto a product (for example this https://www.daniabikes.com/produkt/specialized-echelon-ii-cykelhjelm/) the color and size bars aren't on top of each other? (Farve = color, størrelse = size). The first box called farve is a little bit more to the right. Can you help us make them right on top of each other without being pushed to the side?

4. When you select a color (farve) and then click on color again to see the other options they all disappear. You then only have the current color and the option "choose another color". Is there a way to do that once you have chosen a color, if you click to choose color it still shows all the other options? This confuses A LOT of customers.

Thanks so much. We really appreciate the theme and would just love if you could help us out with these things. 




Comments

  • Hi,

    1. To disable uppercase from mega menu, you need to use the following css:
    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title { text-transform: unset !important; }
    2a) How and where you would like to make more space in menu? Please show us on the screenshot.
    2b) You can put only logo above the menu and to do this, you need to select one of STACK headers under Theme options > Header & Subheader > Header section.

    3. To align those fields, please use the following css:
    .woocommerce .variations_form .variations td.value {
        text-align: left;
    }
    4. Please switch to default WP theme and check if the same thing happens when default theme is active instead of BeTheme.
  • edited December 2016
    2A/2B:


    Since we are a big webshop we have a lot of categories. All other websites seem to have found some sort of solution where they keep the menu for the menu only. I'm not sure how they did it, but if you see the three links above you can see they found space to put the search spot elsewhere. If needed we can buy a plugin for searching and disable yours if it is possible to put that above or below or something.

    Thanks a lot for still looking into this! :)

    1. That worked :)
    3. That worked :)
    4. It happens on the default theme too. It only seems to happen when there are both a color and another attribute to select from. So if it is just color you need to select oyu can always see all of them.
    5. We are also not receiving our emails when we get any orders. Do you have any idea what we can do about it? We put in our email [email protected] in new order but we never get it.
  • 2A) Ok, we can see what you mean but we do not have any css solution to make it possible and this requires files customization.

    4) If this happen on default WP theme as well, we are afraid that you need to look for a problem out of the theme because just as we thought, this has completely nothing to do with the BeTheme.
  • edited December 2016
    Ok thank you a lot! Number two makes sense, we will try to get a developer to code this and pay him! :) As for the color thing, we completely understand this, do you however have any chance to maybe point us in the right direction? We've no idea what it could be.

    Also we've a few other questions that we hope you could help with in WooCommerce. 

    1. There's no option to remove a product from your cart while you are in it. On product pages you have the nice little red cross (see https://www.daniabikes.com/produkt-kategori/beklaedning/), however once you're in the cart (see https://www.daniabikes.com/kurv/) the only way to remove a product is to write 0 and update and no customers understands this. Can you please give us a way to click a cross to remove the product or is it possible to add a similar button to the  "Opdater indkøbskurv (means update cart) that says Remove from bag?

    2. Is there a way to do so that when you hold over the cart it shows you what is in the cart?

    3. We never receive the order email when a customer buys something. This is really frustrating, I don't know if this is exactly your department but we would be SO GRATEFUL if you could help us out. We set the email in WooCommerce settings.
  • Yes, sure, we have a suggestion. If you would like to use search in header, you probably need to base on WP search and more details about it you can find on https://developer.wordpress.org/reference/functions/get_search_form/ but to put it in header, you need to customize header.php or includes/header-top-area.php files (depends on your needs).

    1. We did not touched main Woocommerce functionality and we do not never removed anything like "products removal". If you look at http://pasteboard.co/9BcHv5zOy.png you will see that we have such "cross" to remove products.

    2. We do not have such possibility included.

    3. This has nothing to do with the theme and is related only between WooCommerce plugin and your hosting service.
  • Hello thank you a lot!

    I can see that we do not receive emails in.

    1. WooCommerce
    2. Contact form

    So it seems not to be WooCommerce, but all the various types of contacting? :) 
  • It seems that you need to contact with your admin or hosting provider because it would be probably something related to server configuration.
  • Alright, thanks a lot. We will look into it! Also, we noticed that the text sometimes looks strange and gets cut off. See for instance https://www.daniabikes.com/produkt/speedzone-sport-cadence/ .


    As you can see in the top where it says Billig cykelcomputer, half of the text is cut off in the title. Any fix for this? :)
  • This text is simply too big and that's why it's cut so or you need to decrease h1 heading font size under Theme options > Fonts > Size & Style section or you need to use the following css to break heading fonts:
    h1, h2, h3, h4, h5 { word-wrap: break-word !important; }
  • Hello thanks a lot! We figured out the cross to remove the product is in the shop, but it is invisible because it is set to be white. How do you change the color of it, so that we can see it? http://imgur.com/a/1p8uy As you can see it is all white, hehe :) Thanks so much!!
  • To change it's color, please use:
    .woocommerce .shop_table .product-remove a.remove { color: #000 !important; }
  • edited December 2016
    Thanks a lot! :) Have a great day.

    We added .woocommerce .shop_table .product-remove a.remove { background: #333 !important; } to also change the background, this is ok, right? :)
  • If it works, then it's fine :)
Sign In or Register to comment.