• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 10.12.23, 22:36
  • Opened by: Eric Houde

Ticket #25117 - Menu title

I create a menu-item and I cant change the title of the menu, I alway get Override Item URL I change the name and I alway get ELM1

Comments

Fred 11 Dec 2023, 11:00

Hi, Eric.
You can update the theme to the latest version where the issue is fixed, or provide access to your FTP to let me fix it directly

Eric Houde 11 Dec 2023, 17:25

I have already the last version

Theme "Alysum" v.8.3.1
Theme Settings v.2.1.0

Prestashop 8.1.2
PHP Version 8.1.25

Fred 11 Dec 2023, 17:26

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your Back-office to let us check out the issue

Eric Houde 11 Dec 2023, 17:43

you can log and see

Eric Houde 11 Dec 2023, 19:30

Let me tell everything. if you look the page
https://toutpourlafete.net/5-costumes-hommes?q=Cat%C3%A9gories-Ann%C3%A9es+60%27%5C/70%27/Prix-%E2%82%AC-22-116

and click top menu ELM1 all square break line. the problem is list-style-position: inside;
and I cant change the name in menu ELM1

Fred 11 Dec 2023, 21:19

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your FTP Server to let me apply a fix

Eric Houde 12 Dec 2023, 03:41

done all information is there

Fred 12 Dec 2023, 10:54
Status:      	Using username "promokit@toutpourlafete.net". 
Status:      	Access denied 
Error:         	Authentication failed.
Error:         	Critical error: Could not connect to server
Eric Houde 12 Dec 2023, 20:52

its work I test it try again

Eric Houde 13 Dec 2023, 02:16

Let me tell everything.

* Go to*
https://toutpourlafete.net/5-costumes-hommes and click top menu ELM1 all square break line. the problem is list-style-position: inside;

* Go to*
https://toutpourlafete.net/5-costumes-hommes and I cant change the name in menu ELM1

* Go to*
https://toutpourlafete.net/5-costumes-hommes How I can change at left side Catégories title and select title I want to change text in french!

* Go to*
https://toutpourlafete.net How I can change at top the word Sign in to french ?

Fred 13 Dec 2023, 13:43

1. I don't see the issue with list-style-position, can't you change it to another parameter, for example "outside"?
2. Fixed, please try
3. That's Faceted Search module, so it should be available somewhere in that module translations
4. Sign In is a part of Promokit Widgets module, so go to translations → modules → Promokit Widgets, and search for Sign In there
We recommend to check out our translation catalog https://alysum.promokit.eu/promokit/documentation/translations/

Eric Houde 13 Dec 2023, 23:16

* Go to*
https://toutpourlafete.net/5-costumes-hommes and click top menu ELM1 all square break line. the problem is list-style-position: inside; not fixed I open the page and list-style break the line. I want list-style same line to the name of product.

* Go to*
https://toutpourlafete.net/5-costumes-hommes How I can change at left side Catégories title and select title I want to change text in french!
cant found it on Faceted Search module

Fred 14 Dec 2023, 12:45

1. do you want to move then list to left like this? https://take.ms/jEyhY

2. I don't see Categories there, I see only "Thèmes" now

Eric Houde 14 Dec 2023, 15:30

I dont want this

and yes I want move to the left, like this.

Attachments:

dont.png (414.3 KiB)
want.png (222.4 KiB)
Fred 15 Dec 2023, 08:48

yes, I finally see the issue
Try this CSS fix:

.widget-pklinks li * {display:inline}
Eric Houde 15 Dec 2023, 08:56

I edit the themes.css files ? and add this ? .widget-pklinks li * {display:inline}

Fred 15 Dec 2023, 09:03

Navigate to Theme Settings → Customer CSS

Eric Houde 15 Dec 2023, 17:18

Not working I add .widget-pklinks li * {display:inline} and I have same problem

Fred 16 Dec 2023, 11:56

Try to add "!important" like this https://take.ms/iH5kTf

Eric Houde 16 Dec 2023, 18:48

the problem come from your script this line

.elementor-1010000 .elementor-element.elementor-element-2a3742cf .widget-pklinks li {

  color: #414141;
  padding: 0;
  list-style: square;
  list-style-position: inside;
  font-family: "Metrophobic", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0px;

}

if I remove this list-style-position: inside; and add it alone like this

.elementor-1010000 .elementor-element.elementor-element-2a3742cf .widget-pklinks li {

  color: #414141;
  padding: 0;
  list-style: square;
  font-family: "Metrophobic", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0px;

}

.widget-pklinks li a {
list-style-position: inside;
}

it work perfect !

Fred 18 Dec 2023, 09:54

ok, thanks for sharing the solution

Eric Houde 18 Dec 2023, 20:23

can you tell me wich file to edit it ? wich page construct the .css ?

Fred 18 Dec 2023, 20:29

You can put your CSS into Theme Settings → Customer CSS

Eric Houde 18 Dec 2023, 20:31

no I cant, every save it will change. I need to remove to the css constructor list-style-position: inside; and put it alone like
.widget-pklinks li a {
list-style-position: inside;
}

Fred 18 Dec 2023, 21:06

what will change?
that code should always work

Eric Houde 18 Dec 2023, 21:32

no, im good with PHP ! you need to fix it ! we need to edit element when you save it will put inside css this line.

Fred 18 Dec 2023, 22:11

Ok, I found it.
Open the file

/modules/pkelements/classes/WidgetPklinks.php

find the line

'{{WRAPPER}} .widget-pklinks li' => 'list-style:{{VALUE}};list-style-position:inside;',

and remove that css property there

Eric Houde 18 Dec 2023, 22:23

I fount it to :)

change this for other user, If I got this problem then all your user will get this problem.

I change this line into /modules/pkelements/classes/WidgetPkcategories.php

'wrapper .widget-pklinks li' ⇒ 'list-style:value;list-style-position:inside;',

to

'wrapper .widget-pklinks li' ⇒ 'list-style:value',
'wrapper .widget-pklinks li a' ⇒ 'list-style-position:inside;',

Eric Houde 19 Dec 2023, 00:23

DO you have a option to choose your categories in Creative Element ? I can only see categories ASC I cant choose wich one I want to show

Fred 19 Dec 2023, 11:47

Try Subcategories widget. There is an option to choose parent category to display only childs

Eric Houde 19 Dec 2023, 18:53

I try Subcategories widget I cant choose to display categories 1,5,8,9,10,15

Fred 19 Dec 2023, 18:56

Yes, there is no such option

Eric Houde 19 Dec 2023, 21:28

your menu is incomplete you cannot display what you want. So I installed my menu that I downloaded last year and it does everything.
The name is Mega Menu PRO I deactivated prokitmenu but Mega Menu Pro does not display, do you have any idea why?

Fred 19 Dec 2023, 21:35

We are going to develop completely new menu module soon. Current menu module is the oldest module in the theme and it's complicated to maintain it because of legacy code.
Sorry for the inconvenience. We will improve theme quality soon