Altcoins Talks - Cryptocurrency Forum

Further Discussions => General Discussion => Topic started by: Lillominato89 on December 29, 2023, 06:18:56 PM

Title: signature display problem on firefox
Post by: Lillominato89 on December 29, 2023, 06:18:56 PM
good evening guys, I noticed that on firefox the unijoin signature code is not displayed correctly, could anyone tell me how to fix the problem?

I had already posted this message on a thread, but it went off topic so I thought I'd open the discussion here and maybe find a solution, or whoever created this signature can actually see what the problem is and correct it, the problem only arises on Firefox on chrome the display is correct

(https://www.talkimg.com/images/2023/12/28/I7VMJ.png)
Title: Re: signature display problem on firefox
Post by: Potato Chips on December 29, 2023, 09:48:43 PM
Hmmm. looks like a signature code problem since other signature from mixer campaign looks fine on firefox 🤔

In any case, have you tried letting @icopress know? he could get in touch with the designer and look into it.
Title: Re: signature display problem on firefox
Post by: Lillominato89 on December 29, 2023, 09:55:44 PM
Hmmm. looks like a signature code problem since other signature from mixer campaign looks fine on firefox 🤔

In any case, have you tried letting @icopress know? he could get in touch with the designer and look into it.

I notified icopres privately, informing them of the problem but I don't know if they notified the designer to resolve the problem. I honestly think the problem is a graphic setting of the forum but I'm incompetent in this sector and I wanted to ask here, maybe someone understands better
Title: Re: signature display problem on firefox
Post by: Mrbluntzy on December 30, 2023, 01:27:18 AM
This could be a signature design error, I think you should either move the topic to Forum Related section https://www.altcoinstalks.com/index.php?board=49.0
 Or you can send the campaign manager a PM to inform him on this problem.
Title: Re: signature display problem on firefox
Post by: hugeblack on December 31, 2023, 07:29:47 AM
It is difficult to find the same results for the same signature on different platforms because browsers’ handling of variables such as px, pt, tt differs from one browser to another and different results from browsing the phone to PC version, but it seems that the width of the signature is larger than the screen area and therefore reducing the signature (writing size) will solve this problem.
Title: Re: signature display problem on firefox
Post by: Lordhermes on December 31, 2023, 03:27:16 PM
Hmmm. looks like a signature code problem since other signature from mixer campaign looks fine on firefox 🤔

In any case, have you tried letting @icopress know? he could get in touch with the designer and look into it.

I notified icopres privately, informing them of the problem but I don't know if they notified the designer to resolve the problem. I honestly think the problem is a graphic setting of the forum but I'm incompetent in this sector and I wanted to ask here, maybe someone understands better

Are you sure you copied the signature code rightly on your profile information, it's best you cross check because a little error in copying the code may result in this too, who knows.
Title: Re: signature display problem on firefox
Post by: hugeblack on January 01, 2024, 09:58:31 AM
Are you sure you copied the signature code rightly on your profile information, it's best you cross check because a little error in copying the code may result in this too, who knows.
No, this will not happen. You copied part of the code incorrectly, so either it will not lead to any errors, or the result will be invalid or contrary to the signature, as the BBcode language, like HTML, depends on tags, and therefore closing tags indirectly may lead to different results. The reason for the signature above is that the signature display is not compatible with the screen, so it led to broken results.
Title: Re: signature display problem on firefox
Post by: Lillominato89 on January 01, 2024, 04:55:10 PM
as hugeblack says, I think it's a problem related to the Firefox display, if I use chrome the problem doesn't arise. therefore icopress or whoever should fix the problem in some way, obviously if possible
Title: Re: signature display problem on firefox
Post by: Freemind on January 01, 2024, 05:37:49 PM
Are you sure you copied the signature code rightly on your profile information, it's best you cross check because a little error in copying the code may result in this too, who knows.

It's definitely a Firefox Unicode issue. If you look at the bounty thread you can see that all users have the same problem, as I don't think all users made exactly the same mistake. It is a design error that has an easy solution.If I remember correctly, this is probably an issue where some characters outside the US-ASCII range are incorrect. But I'm not totally sure, the designer should have more information and the solution to the problem.
Title: Re: signature display problem on firefox
Post by: julerz12 on January 02, 2024, 02:57:24 PM
Maybe your Firefox is outdated.
I saw this happened only on the mobile version of Firefox wherein the sig codes get warped or the proportions are wrong.
Here (viewed on the updated Mobile version of Firefox):
Quote
(https://i.imgur.com/F0tMjWp.jpg)

Here it is viewed on an desktop version (still Firefox)
Quote
(https://i.imgur.com/gBUgI61.png)

So if I'm viewing the sig codes you're wearing with no problem on the desktop, the problem is not the sig codes themselves but in which browser you view them.
Title: Re: signature display problem on firefox
Post by: Lillominato89 on January 02, 2024, 07:43:28 PM
Maybe your Firefox is outdated.

no, unfortunately this is not the problem, I have the firefox version 121.0 which is the latest, I tried to run an update anyway but the problem is still here
Title: Re: signature display problem on firefox
Post by: Freemind on January 02, 2024, 08:52:40 PM
The problem is Firefox for desktop. I don't know if the problem persists on Windows, but on Linux it causes problems. On Android there is no problem at least with Chrome. To find the solution, the ideal would be for a user who uses Firefox for mobile to tell us (with a screenshot) if the problem persists. In this way we can narrow down the possible causes of the failure and find a solution.

(https://i.ibb.co/BLFX0dQ/sig.jpg) (https://ibb.co/zsDyqjB)
Title: Re: signature display problem on firefox
Post by: yhiaali3 on January 02, 2024, 09:27:42 PM
Click Inspect to open developer settings to see the problem caused by the code "border-bottom:"
Note the picture when this feature is enabled:

(https://www.talkimg.com/images/2024/01/02/sdnp9.jpeg)

Disable this feature and then observe the picture:

(https://www.talkimg.com/images/2024/01/02/sd6dT.jpeg)


Some codes work well on Chrome but do not work on Firefox and vice versa.
Title: Re: signature display problem on firefox
Post by: Lillominato89 on January 02, 2024, 10:01:22 PM
Click Inspect to open developer settings to see the problem caused by the code "border-bottom:"

Oh yes! works!! thank you so much, you were a great help.. it's a shame I can't give you much merit, and I can only give you a karma, but you solved the problem and I continue to say thank you

but unfortunately it is not possible to disable this setting permanently, so at the first refresh it returns to how it was before
Title: Re: signature display problem on firefox
Post by: yhiaali3 on January 03, 2024, 02:21:55 AM
Click Inspect to open developer settings to see the problem caused by the code "border-bottom:"

Oh yes! works!! thank you so much, you were a great help.. it's a shame I can't give you much merit, and I can only give you a karma, but you solved the problem and I continue to say thank you

but unfortunately it is not possible to disable this setting permanently, so at the first refresh it returns to how it was before
You're welcome
Yes, of course, you cannot change from here, because the developer tool in Chrome and Firefox browsers helps programmers only check for defects in the page, after which developers have to change the code themselves.

So yes, as you said, when you refresh the page, all the changes you made in development mode will be cancelled.
Title: Re: signature display problem on firefox
Post by: hugeblack on January 06, 2024, 10:00:21 AM
no, unfortunately this is not the problem, I have the firefox version 121.0 which is the latest, I tried to run an update anyway but the problem is still here
It is not a browser problem, but BBcode variables give different results between browsers, as the way to deal with variables such as tt pt px gives different results.
I can modify the signature code to give a better result for all browsers, but I think that icopress already has a signature designer, and the campaign has not officially started yet.
Title: Re: signature display problem on firefox
Post by: Lillominato89 on January 06, 2024, 06:45:53 PM
no, unfortunately this is not the problem, I have the firefox version 121.0 which is the latest, I tried to run an update anyway but the problem is still here
It is not a browser problem, but BBcode variables give different results between browsers, as the way to deal with variables such as tt pt px gives different results.
I can modify the signature code to give a better result for all browsers, but I think that icopress already has a signature designer, and the campaign has not officially started yet.

it would be nice friend, but if icopress doesn't care it means it's fine, too bad because it's annoying to see and not everyone uses chrome as their main browser, personally I find it terrible