CSS menu phoca cart

Phoca modules - support for all Phoca modules except Phoca Gallery modules
lupen666
Phoca Member
Phoca Member
Posts: 25
Joined: 24 Jan 2021, 09:43

CSS menu phoca cart

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2711
Joined: 28 Nov 2010, 17:20

Re: CSS menu phoca cart

Post by christine »

Hi,

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

Kind regards
Christine
lupen666
Phoca Member
Phoca Member
Posts: 25
Joined: 24 Jan 2021, 09:43

Re: CSS menu phoca cart

Post by lupen666 »

Buongiorno Christine, sto usando il template Phoca Fashion, ma solamente sulla parte e-commerce, per le restanti pagine uso il template ltartist.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: CSS menu phoca cart

Post 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
If you find Phoca extensions useful, please support the project
christine
Phoca Hero
Phoca Hero
Posts: 2711
Joined: 28 Nov 2010, 17:20

Re: CSS menu phoca cart

Post 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
lupen666
Phoca Member
Phoca Member
Posts: 25
Joined: 24 Jan 2021, 09:43

Re: CSS menu phoca cart

Post 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]
christine
Phoca Hero
Phoca Hero
Posts: 2711
Joined: 28 Nov 2010, 17:20

Re: CSS menu phoca cart

Post 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
lupen666
Phoca Member
Phoca Member
Posts: 25
Joined: 24 Jan 2021, 09:43

Re: CSS menu phoca cart

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2711
Joined: 28 Nov 2010, 17:20

Re: CSS menu phoca cart

Post 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
lupen666
Phoca Member
Phoca Member
Posts: 25
Joined: 24 Jan 2021, 09:43

Re: CSS menu phoca cart

Post by lupen666 »

ciao purtroppo non riesco a trovare rtl.css. mi puoi aiutare? grazie mille
Post Reply