Page 1 of 2

CSS menu phoca cart

Posted: 01 Feb 2021, 12:11
by lupen666
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

Re: CSS menu phoca cart

Posted: 01 Feb 2021, 19:52
by christine
Hi,

which Template do you use? Would be useful, to see it live, what you exactly mean.

Kind regards
Christine

Re: CSS menu phoca cart

Posted: 02 Feb 2021, 09:07
by lupen666
Buongiorno Christine, sto usando il template Phoca Fashion, ma solamente sulla parte e-commerce, per le restanti pagine uso il template ltartist.

Re: CSS menu phoca cart

Posted: 02 Feb 2021, 13:13
by Jan
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

Re: CSS menu phoca cart

Posted: 02 Feb 2021, 14:39
by christine
Hi,

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;
}
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

Re: CSS menu phoca cart

Posted: 03 Feb 2021, 09:23
by lupen666
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]

Re: CSS menu phoca cart

Posted: 03 Feb 2021, 14:39
by christine
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

Re: CSS menu phoca cart

Posted: 04 Feb 2021, 08:43
by lupen666
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

Re: CSS menu phoca cart

Posted: 04 Feb 2021, 13:03
by christine
Hi,

Thanks for your link al sito. Now it's possible to find out the reason for: ACCESSO/REGISTRAZIONE i numeri sono sovrapposti

Image

Don't know why, but you have a > rtl.css. Example:
.ph-pull-right {
float: left;
}
.ph-pull-left {
float: right;
}
Usually:

.ph-pull-right {
float: right;
}

But: rtl.css belongs to "Right to left" for spec. languages/layouts.

In addition the same effect:
.ph-right {
text-align: left;
}
.ph-left{
text-align: right;
}
and more .....

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:

Image

Will inform Jan about. @Jan: There are discussion on github with above (but I think for Joomla 4).

Kind regards
Christine

Re: CSS menu phoca cart

Posted: 04 Feb 2021, 14:04
by lupen666
ciao purtroppo non riesco a trovare rtl.css. mi puoi aiutare? grazie mille