1. chlyroju
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 15 August 2022
  5.  Subscribe via email
Hello,
I am upgrading from j3 to j4 and having a problem on the main menu, specifically for the 2 column display.
The menu link image is above the text whereas in j3 it was on the left.
The sub-menu remains on 1 column.(see attached picture)
I deleted the html folder and reinstalled Ensley_j4 without success
If you can help me
Thanks
Christian Capture d’écran (132).jpg
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Christian

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
The url of the site on which I am testing the update to joomla 4:
https://www.gctests.net/tkf/
Menu principal/Pièces détachées/Pièces détachées
Christian
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Re,
I put "columns-2" in "Link css style" of the link type
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Christian

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav ul ul li {
display: flex;
line-height: 1rem;
padding-left: 0;
}

.hornav ul ul li a + a {
flex-basis: 100%;
align-items: center;
display: flex !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
Before applying your solution, I replaced the j51_ensley/html/mod_menu/default_component.php template file with the same Nina j4 template file which practically solved the problem except the parent_indicator (See image: avec_ninaj4.jpg et avec_ninaj4_v2.jpg)
With the correction of the ccs that you told me, I still only have one column (see image votre_css.jpg)
Attachments (3)
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Is this still an issue for you? Testing your site on both Chrome and Firefox, these particular dropdowns are displaying in multiple columns.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!