how can you change the favicon of the window when you maximise the livechat in the frontend and show it in a new window? I have already changed all favicons in the assets, but the favicon in the frontend does not change. (see picture)
I just downgraded to 6.13.0 just to check a few things, so I’m on 6.13.0 Starter.
Where can I set the favicon for this specific case?
I have changed it in the “Assets” menu everywhere you can change it, but nothing. On the serverside in the panel the favicon is correct. However on the frontend on our WordPress page, there is still the stock RocketChat favicon when you open the chat in a new window.
Thanks for your reply.
I had another idea. Simply hide the maximize button via Livewidget API, but unfortunately nothing happens. I add the code directly in RocketChat (Additional Scripts) nothing. I add the code directly in WordPress, nothing.
I have officially installed RocketChat via Dockercompose as specified by RocketChat.
I have added the code to the script code of the chat (ignore the *****):
RocketChat runs on a separate domain in a Docker image - per official instructions from RocketChat with Docker Compose (MongoDB 6+RocketChat).
I then connected the domain to which RocketChat is running using a Docker proxy rule (in Plesk) and entered the necessary NGINX directives so that everything works with the reverse proxy. The replica set of MongoDB is also initiated and works.
WordPress runs on a different domain.
I added RocketChat there using a script (the script that RocketChat gave me in the omnichannel). I only integrated the live chat in WordPress. The rest is rather unimportant for our project. It is therefore only about the live chat.
The RocketChat script runs in an iFrame either way, even if you integrate it with the script that RocketChat generates. I have integrated it directly into “Elementor Custom Codes” as …</script) and let it load in the body (end).
WordPress is installed as normal on the (other) domain, via Plesk directly.
Both domains run with an SSL certificate and can be accessed without any problems. RocketChat works flawlessly except for the aforementioned problem that the CSS and scripts I add are ignored.
It MUST go right at the end. Don’t trust WP to do that. Mine is manually inserted in a file.
You might also want to look at the communications between WP and Rocket - you might be able to see each one remotely - but they may not be able to see each other.
I have now turned the Internet upside down. Unfortunately, I haven’t come to any results with your suggestions either. Additional scripts are not implemented and the uploaded favicon is also not displayed in popup mode.
What I have noticed in the inspector is that the favicons are loaded correctly from the /assets folder in the Rocketchat workspace. In the livechat widget in popup mode, the favicon.ico is loaded from the base directory of the URL/domain.