End of Support for Joomla 3 - Forum closed
[SOLVED] How Fix left menu like a Flexible template ?
- 3dmark
- Topic Author
- Visitor
- Thank you received: 0
How Fix left menu like a Flexible template ? was created by 3dmark
Posted 9 years 9 months ago #6361
How fix (make fixed in Galeria) left menu like a "Flexible" or "Setcard" template?
Thank!
Thank!
by 3dmark
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How Fix left menu like a Flexible template ?
Posted 9 years 9 months ago #6362
You can not set the sidebar "fixed" with few clicks or from backend template parameters.
But you can try following, without warranty.
Open the file > css / custom.css and add the code below:
#jp-left { position: fixed;}
But you can try following, without warranty.
Open the file > css / custom.css and add the code below:
#jp-left { position: fixed;}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 9 months ago
by joomlaplates
Last edit: 9 years 9 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- 3dmark
- Topic Author
- Visitor
- Thank you received: 0
Replied by 3dmark on topic How Fix left menu like a Flexible template ?
Posted 9 years 9 months ago #6363
Thanks for the quick reply!
Workedsss!
Only here the problem remains at the bottom of the menu, hiding behind the elements.
Workedsss!
Only here the problem remains at the bottom of the menu, hiding behind the elements.
Last Edit:9 years 9 months ago
by 3dmark
Attachments:
Last edit: 9 years 9 months ago by 3dmark.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How Fix left menu like a Flexible template ?
Posted 9 years 9 months ago #6364
Hi there,
could not see this issue in our template. See image attached.
Live Url please.
could not see this issue in our template. See image attached.
Live Url please.
Attachment galeria.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- 3dmark
- Topic Author
- Visitor
- Thank you received: 0
Replied by 3dmark on topic How Fix left menu like a Flexible template ?
Posted 9 years 9 months ago #6365
in fireFox and IE normal! in google chrome behind
link in local
pls try in google chrome!
link in local
pls try in google chrome!
by 3dmark
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How Fix left menu like a Flexible template ?
Posted 9 years 9 months ago #6366
Yes youre right. Chrome need an additional "z-index" for fixed position, therefore try this code below
#jp-left {
position: fixed;
z-index: 999;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates