Menu problem using SJ Plus template

  • Posts: 5
  • Thank you received: 0
10 years 10 months ago #111037

Hello

I having some trouble with the main menu, when I put Hikashop online and using the SJ Plus template.
It looks like that the "mobile main menu" suddenly appears next to the the real main menu.
Sorry if I'm not understandable...
But check out the attached image where I have marked the "mobile main menu" with a red circle.
I hope it makes it more understandable...

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #111045

Hi,

I think that this is a CSS issue, however I'll need a link to the page where you're having this problem for testing purpose.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
10 years 10 months ago #111055

The link to the page is www.acentia.dk

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #111092

Ok, you'll probably be able to hide it with some CSS code like :

#yt_mobilemenu_chzn {
display: none;
}

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
10 years 10 months ago #111378

I made problem with mobile menu disappear by disable the option "use chosen library" in display options :o)

But I have a few more troubles in the checkout screen.
In attached screenprint see issue A and B.

Issue A:
I can't figure out how to align the radio button and text under delivery and payment options?

Issue B
Can I move the White line with the "edit" options to under the billing adress?
Or Make it look like the "New" button?

Please Log in or Create an account to join the conversation.

  • Posts: 81566
  • Thank you received: 13075
  • MODERATOR
10 years 10 months ago #111395

There are no images in your message so I don't see what you're talking about.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
10 years 10 months ago #111401

Sorry, my mystake.
Here it is.

I also would like to align the quantity field and add to cart button.
How can I do it?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81566
  • Thank you received: 13075
  • MODERATOR
10 years 10 months ago #111513

The access to the website is restricted. So we can't see the pages and can't give the precise CSS to add/change to help you.

Could you provide a user account in order to access it ?

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
10 years 10 months ago #111568

Hi
I have put the site online online.
So noe no account is nessesary.

You find the shop under "Motorsport" -> "Motorsportfestival"

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #111581

Hi,

1. Regarding the quantity box, I think that some code like this will do the job :

.hikashop_product_stock td {
vertical-align: top !important;
}

2.
- For the payment line :
.hikashop_payment_methods_table td {
vertical-align: top !important;
}
- For the shipping line :
#hikashop_shipping_methods td {
vertical-align: top !important;
}

3. And for your Edit button I think that the problem is coming from the code of your template bootstrap.css file :
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum