1. stefan49
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 08 January 2023
  5.  Subscribe via email
i m looking for Template, in which the navigation is below the slideshow.
i did not found esle in browse templates .....

or is any way to do that with CSS ?
thanks for replay
Stefan
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

One option is our Caitlin template however I am aware that this is not currently available for Joomla 4.

Are there templates that you like and I will see if they can be easily customised to suit your needs?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, thanks for update,
yes i mean a template like Caitlin, but not with the space at left and right, using the full width ....

see attached example

Stefan example-template.jpg
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran, maybe the template "london" to customice (with navi below the slideshow)?
Thanks Stefan
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

To amend the London template so the navigation is displayed below the slideshow/showcase area, you can add the following to the Custom CSS field of your template settings...

#body_panel {
display: flex;
flex-direction: column;
}
#container_header,
#container_slideshow {
order: -1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank u Ciaran
i pasted the css code in the area and saved, and it works fine .....

thank you so much for the excellent service!!!!!
Stefan
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

Would you have a URL to the site where you have the CSS applied?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran
The Site where i have installed "london" with navigation below the Showcase is just a test-installation
http://joomla2.stefan-ellensohn.ch/
but soon i will make a site with these criteria ...
Stefan
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Ah thank you. I actually miss read your message and thought the CSS did not work hence why I requested the URL... looks good :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran, now i have a new issue: when i change the mobile-menu to SlickNav, than it doesn't work .....
Maybe you have another solution?
Stefan
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

Could you try replacing your CSS with the following..


body {
display: flex;
flex-direction: column;
}
#container_header,
#container_slideshow {
order: -1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran, thanks - but this CSS code is the same like the first one (see above) nothing is changed
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
My bad... I forgot to edit it :/

Should be good now.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
thanks so much Ciaran, yes now it works
Stefan
  1. more than a month ago
  2. Commercial Templates
  3. # 13
  • Page :
  • 1


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