TOP BAR in the Phoca Premiere

Phoca Templates - templates for Joomla! CMS
User avatar
Slava
Phoca Enthusiast
Phoca Enthusiast
Posts: 73
Joined: 07 Nov 2025, 18:39

TOP BAR in the Phoca Premiere

Post by Slava »

J6.1.3/PC6.1.8/Phoca_premiere6.1.3
Hi
What steps do I need to follow to create a Top Bar (a narrow strip above the main logo and website menu) in the Phoca Premiere template?
User avatar
christine
Phoca Hero
Phoca Hero
Posts: 3059
Joined: 28 Nov 2010, 17:20

Re: TOP BAR in the Phoca Premiere

Post by christine »

Hi Slava,

I think there is one?

div.container-fluid.container-overheadbar.phTplContainer
.container-overheadbar

Kind regards,
Christine
User avatar
Slava
Phoca Enthusiast
Phoca Enthusiast
Posts: 73
Joined: 07 Nov 2025, 18:39

Re: TOP BAR in the Phoca Premiere

Post by Slava »

Christine, thank you for the quick response! Could you please tell me which module position I should choose so that it displays in the topbar?
User avatar
christine
Phoca Hero
Phoca Hero
Posts: 3059
Joined: 28 Nov 2010, 17:20

Re: TOP BAR in the Phoca Premiere

Post by christine »

Hi Slava,

It's been a while (on a test page) since I installed the template, but I haven't done anything else with it.
Backend: Possibly Layout (Website)

Hope this helps: My inspector shows:

Code: Select all

<header class="container-fluid position-sticky sticky-top sticky-sm-top header container-header phTplContainer">
 <div class="row justify-content-between phTplRow">
 <div class="col-10 col-sm-12 col-md-auto  phTplColumn">
The templateDetails.xml shows me:

Code: Select all

<positions>
        <position>overheadbar</position>
        <position>topbar</position>
        <position>below-top</position>
        <position>menu</position>
etc.

Kind regards,
Christine
Post Reply