Issues Report – General
-
Hi
Here are a few glitches I have come across the past few days. This is for TT4 theme:
- Multisite – Work for Site #1
- Multisite – Other sites. API will not save, hence, for Gemini the Pro 2,5, Flash 2,5 etc does not show. At times it says Gemini Pro in the selector. Most of the time nothing
- ChatBot across sites seem to save fine
- Styling all sites. “City” theme has topbar icons set to same color as bar, hence, they dissapear. Setting this manually and save fixes it (This might only be custom bots. Generic edit will not fix it).
- Large screen – Chat opens full width wider than my pages, hence, right side vanish outside screen. It has fixed px set to almost 1400. Fix:
div.wpaicg_chat_widget_content {
max-width: 620px;
height: 60%;
}- Mobile – Chat shows too low making usability hopeless and again oversize width behaves odd. This code does not work, so all ideas are invited:
@media screen and (max-width: 760px) {
div.wpaicg_chat_widget_content {
width: 100%;
height: 80%;
}
}- Auto GPT does not work for Site 2, 3 etc due to api not enabled.
- AI Training – Pinecone API saves all sites and indexes and models are selectable and saves
Brilliant plugin. Thx for your efforts. Could you give a ballpark hint on the adaptation for multisites?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.