- Posts: 12
- Thank you received: 0
Problem with tooltip in frontend editing
-
theo.muller
Inactive member -
Topic Author
- New Member
-
Less
More
10 months 3 weeks ago #51337
by theo.muller
Replied by theo.muller on topic Problem with tooltip in frontend editing
Hallo,
I have created a new Joomla installation with the hotstart template.
Now I see the tooltip text only when I hover over the editor button, which seems fine. The editor button is black, I think the button should be blue and when hover over the button it should turn black.
see attached pictures
in advanced,
Thanks,
Theo
I have created a new Joomla installation with the hotstart template.
Now I see the tooltip text only when I hover over the editor button, which seems fine. The editor button is black, I think the button should be blue and when hover over the button it should turn black.
see attached pictures
in advanced,
Thanks,
Theo
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
10 months 3 weeks ago #51338
by milos
Replied by milos on topic Problem with tooltip in frontend editing
Hello,
You can change the buttons background color by adding this in the custom.css file:
and this for the hover state:
Regards,
Milos
You can change the buttons background color by adding this in the custom.css file:
Code:
[aria-describedby^='editarticle'], a.jmodedit.btn {
background: blue;
}
and this for the hover state:
Code:
[aria-describedby^='editarticle']:hover, a.jmodedit.btn:hover {
background: black;
}
Regards,
Milos
Please Log in to join the conversation.
-
theo.muller
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
10 months 3 weeks ago #51339
by theo.muller
Replied by theo.muller on topic Problem with tooltip in frontend editing
Hallo,
Danks for your reaction.
Your solution works fine on the local machine with XAMPP. Your solution is not working on the production machine. On the production machine I did not make a hotstart installation.
I upgraded from Joomla version 3.x to 4.x and then instaled the tamplater only.
We have created a new template for you to create a hot start.
So what is the fix for the productionmachine?
see attached picture:
Picture hover
Regards,
Theo
Danks for your reaction.
Your solution works fine on the local machine with XAMPP. Your solution is not working on the production machine. On the production machine I did not make a hotstart installation.
I upgraded from Joomla version 3.x to 4.x and then instaled the tamplater only.
We have created a new template for you to create a hot start.
So what is the fix for the productionmachine?
see attached picture:
Picture hover
Regards,
Theo
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
10 months 3 weeks ago #51340
by milos
Replied by milos on topic Problem with tooltip in frontend editing
Hello,
The code is the same for all servers. So, you either did not include the code on the production server properly or you should clear the browser cache to see the updated files.
Regards,
Milos
The code is the same for all servers. So, you either did not include the code on the production server properly or you should clear the browser cache to see the updated files.
Regards,
Milos
Please Log in to join the conversation.
-
theo.muller
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
10 months 2 weeks ago #51359
by theo.muller
Replied by theo.muller on topic Problem with tooltip in frontend editing
Hello,
On the production machine it does not work properly, the edit icon is not visible and the Tooltip "Gepubliceerd artikel" text is always visible, it should only be visible when you move the mouse over the edit button.
see the pictures in the previous reply to see how the edit button looks like.
thanks in advance.
Regards,
Theo
On the production machine it does not work properly, the edit icon is not visible and the Tooltip "Gepubliceerd artikel" text is always visible, it should only be visible when you move the mouse over the edit button.
see the pictures in the previous reply to see how the edit button looks like.
thanks in advance.
Regards,
Theo
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
10 months 2 weeks ago #51360
by milos
Replied by milos on topic Problem with tooltip in frontend editing
Hello,
As I said, this problem is caused most likely by an improper upgrade of Joomla (from 3 to 4 or from 4 to 5). All you can do is to compare all CSS files in the production and test servers and add what's missing. I can't tell you exactly what it is.
The fact is when you install a new HotStart (either Joomla 4 or 5), it will work fine. Therefore, the problem is caused by an improper upgrade or by customizations that you made to the production site.
Regards,
Milos
As I said, this problem is caused most likely by an improper upgrade of Joomla (from 3 to 4 or from 4 to 5). All you can do is to compare all CSS files in the production and test servers and add what's missing. I can't tell you exactly what it is.
The fact is when you install a new HotStart (either Joomla 4 or 5), it will work fine. Therefore, the problem is caused by an improper upgrade or by customizations that you made to the production site.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.090 seconds