• Closed by: Marek
  • Closed on: 25.05.19, 07:51
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14421 - Venedor mobile menu

Hello,

My website (development URL) : http://www.mwb-consulting.fr/DevLCEB/

Problem : the menu is not working with smartphones ! How fix it ?
With tablets the menu work but I don´t want it collpased : I want it uncolapsed from the beginning (like that the user don´t need to click to see all the categories from the beginning).

Thanks for your help,
Best regards.

Comments

Marek 06 May 2019, 12:18

Hi, Matthieu.
Try following CSS:

.search_widget input[type='text'] {z-index:1}
#pk_top_menu {z-index:2}
Matthieu Bouché 06 May 2019, 14:03

Hi Marek,

Thanks a lot, it work great !!!

Now, second part of my problem : I don’t want the sub-menu collapse. How to uncollapse it ?
When the user clicks on the menu pictogram (on smartphone and tablet), I want him to see everything at a glance : all the menu and sub-menu items (for the moment we just see the menu items).

Thanks for your help… again ;-) Best regards.

Marek 06 May 2019, 18:35

Try this:

@media (max-width: 768px) {
    #top-menu .level-1 .pk-sub-menu {position: relative; display: block}
}
Matthieu Bouché 08 May 2019, 13:59

It work, thanks !!!

How does the Blog works ?
When I go to Back office > PROMOKIT > Blog Management
The answer is : the AdminPsblogManagement controller is missing or invalid.

Marek 08 May 2019, 14:00

Hi, Matthieu.
Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your server through FTP and Back office I’ll try to make a fix

Matthieu Bouché 08 May 2019, 15:21

It’s done… hope everythings OK !

Marek 08 May 2019, 21:06

The issue has been fixed. Please check it out

Matthieu Bouché 09 May 2019, 11:39

Hi Marek, effectively the issue has been fixed… thanks a lot!
Do you have any documentation to set up this blog please?

Marek 09 May 2019, 12:00

Unfortunately there is no blog documentation. That is a open source module

Matthieu Bouché 15 May 2019, 15:09

Hi Marek,
I have 2 new problems on my website under development!Important information to take into account is that the site is now on a secure url (https://www.mwb-consulting.fr/DevLCEB/ & https://www.mwb-consulting.fr/DevLCEB/admin326tzjeoi/index.php)
# 1. On the back office, the builder editor page no longer loads (see image attached)
# 2. On the front office the scrolling overview of the cart on the over goes beyond the page and is not fully visible (see image attached)
In advance thank you for your return.
Regards,
Matthew

Marek 16 May 2019, 18:12

1. Should be fixed now
2. Try following CSS:

body #desktop_cart .dd_container {
    left: auto !important;
    right: 0 !important
}
Matthieu Bouché 24 May 2019, 17:36

Hey Marek, thanks a lot it works great !!!