buongiorno non riesco a trovare i css da inserire nel modulo menu di phoca cart al fine ri rendere i link orizzontali e animati.
grazie mille
CSS menu phoca cart
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: CSS menu phoca cart
Hi,
which Template do you use? Would be useful, to see it live, what you exactly mean.
Kind regards
Christine
which Template do you use? Would be useful, to see it live, what you exactly mean.
Kind regards
Christine
-
- Phoca Member
- Posts: 25
- Joined: 24 Jan 2021, 09:43
Re: CSS menu phoca cart
Buongiorno Christine, sto usando il template Phoca Fashion, ma solamente sulla parte e-commerce, per le restanti pagine uso il template ltartist.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: CSS menu phoca cart
Hi, can you paste a screenshot what exactly do you mean? Where exactly should the links be horizontal and animated? And what kind of animation do you mean?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: CSS menu phoca cart
Hi,
I think, there is not enough space next to the navigation. (depends on position).
You could try it with:
it will jump beneath from navigation.
The height of navigation maybe has to be increased also.
To know more, we should see it live.
Kind regards
Christine
I think, there is not enough space next to the navigation. (depends on position).
You could try it with:
Code: Select all
h3.ph-mega-menu-content-header, .ph-man {
display:inline-flex;
text-align: left;
}
The height of navigation maybe has to be increased also.
To know more, we should see it live.
Kind regards
Christine
-
- Phoca Member
- Posts: 25
- Joined: 24 Jan 2021, 09:43
Re: CSS menu phoca cart
buongiorno e grazie mille per il supporto, vi allego lo screen e colgo l'occasione per chiedere come mai non riesco a vedere il banner con la foto e come mai i numeri risultano sovrapposti.
mi spiego meglio in alto dove c'è il logo dovrebbe comparire un banner ma si intravede solo una piccola parte e, in basso dove c'è scritto ACCESSO/REGISTRAZIONE i numeri sono sovrapposti.
grazie mille per il vostro supporto
[img]https://i.imgur.com/pUTY8gT.jpg[/img]
mi spiego meglio in alto dove c'è il logo dovrebbe comparire un banner ma si intravede solo una piccola parte e, in basso dove c'è scritto ACCESSO/REGISTRAZIONE i numeri sono sovrapposti.
grazie mille per il vostro supporto
[img]https://i.imgur.com/pUTY8gT.jpg[/img]
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: CSS menu phoca cart
Hi,
a) logo should be a logo, not a banner. See Demo: https://www.phoca.cz/phocacartdemo/phoc ... n-template
The Logo is on the left corner next to the navigation.
b) The: "Phoca Cart Mega Menu Content Module" (not in demo) will then go to the next line. Beneath from navigation.
c) Banner (in Demo = custom modul für e.g. Slideshow) > check annother position.
d) ACCESSO/REGISTRAZIONE i numeri sono sovrapposti. > don't know. Maybe matter of Bootstrap.
Without Link to your site, no more precise infos can be given.
Kind regards
Christine
a) logo should be a logo, not a banner. See Demo: https://www.phoca.cz/phocacartdemo/phoc ... n-template
The Logo is on the left corner next to the navigation.
b) The: "Phoca Cart Mega Menu Content Module" (not in demo) will then go to the next line. Beneath from navigation.
c) Banner (in Demo = custom modul für e.g. Slideshow) > check annother position.
d) ACCESSO/REGISTRAZIONE i numeri sono sovrapposti. > don't know. Maybe matter of Bootstrap.
Without Link to your site, no more precise infos can be given.
Kind regards
Christine
-
- Phoca Member
- Posts: 25
- Joined: 24 Jan 2021, 09:43
Re: CSS menu phoca cart
Buongiorno Christine, grazie mille per la tua risposta il link al sito è http://www.manuelgiacometti.com/index.php se mi dici come fare potrei darti i dati di accesso al pannello amministratore.
Grazie mille
Grazie mille
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: CSS menu phoca cart
Hi,
Thanks for your link al sito. Now it's possible to find out the reason for: ACCESSO/REGISTRAZIONE i numeri sono sovrapposti
Don't know why, but you have a > rtl.css. Example:
.ph-pull-right {
float: right;
}
But: rtl.css belongs to "Right to left" for spec. languages/layouts.
In addition the same effect:
Do you need "Right to left" feature? If not, you could comment out above rtl.css
If I change above CSS temporarily then it's OK:
Will inform Jan about. @Jan: There are discussion on github with above (but I think for Joomla 4).
Kind regards
Christine
Thanks for your link al sito. Now it's possible to find out the reason for: ACCESSO/REGISTRAZIONE i numeri sono sovrapposti
Don't know why, but you have a > rtl.css. Example:
Usually:.ph-pull-right {
float: left;
}
.ph-pull-left {
float: right;
}
.ph-pull-right {
float: right;
}
But: rtl.css belongs to "Right to left" for spec. languages/layouts.
In addition the same effect:
and more ......ph-right {
text-align: left;
}
.ph-left{
text-align: right;
}
Do you need "Right to left" feature? If not, you could comment out above rtl.css
If I change above CSS temporarily then it's OK:
Will inform Jan about. @Jan: There are discussion on github with above (but I think for Joomla 4).
Kind regards
Christine
-
- Phoca Member
- Posts: 25
- Joined: 24 Jan 2021, 09:43
Re: CSS menu phoca cart
ciao purtroppo non riesco a trovare rtl.css. mi puoi aiutare? grazie mille