[GH-ISSUE #737] ADDING ELEMENTS TO THE HTML PAGE #613

Closed
opened 2026-02-28 01:26:13 +03:00 by kerem · 3 comments
Owner

Originally created by @diegoalbaga on GitHub (Sep 19, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/737

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • x] Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

issue

Im trying to add a logo to de web server page but it would only let me modify the existing ones, how can I add new elements in the body and head (when I modify the html files it work on the test but not on the actual Sketch, in the strings file I can only modify the style of an existing component but I cant figure out how to add a new one) PLEASE HELP

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch


#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here
Originally created by @diegoalbaga on GitHub (Sep 19, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/737 ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [ ] Master - x] Development **Esp8266/Esp32:** - [x] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [x] ESP12 E/F/S (nodemcu, wemos, feather) - [ ] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [x] 2.4.0 - [ ] staging (master/dev) ### issue Im trying to add a logo to de web server page but it would only let me modify the existing ones, how can I add new elements in the body and head (when I modify the html files it work on the test but not on the actual Sketch, in the strings file I can only modify the style of an existing component but I cant figure out how to add a new one) PLEASE HELP ### Settings in IDE Module: NodeMcu, Wemos D1 Additional libraries: ### Sketch ```cpp #include <Arduino.h> void setup() { } void loop() { } ``` ### Debug Messages ``` messages here ```
kerem closed this issue 2026-02-28 01:26:13 +03:00
Author
Owner

@tablatronix commented on GitHub (Sep 20, 2018):

The html files are not used they are reference, you have to edit strings.h

<!-- gh-comment-id:423009043 --> @tablatronix commented on GitHub (Sep 20, 2018): The html files are not used they are reference, you have to edit strings.h
Author
Owner

@diegoalbaga commented on GitHub (Sep 20, 2018):

Thank I found were I needed to edit

<!-- gh-comment-id:423014187 --> @diegoalbaga commented on GitHub (Sep 20, 2018): Thank I found were I needed to edit
Author
Owner

@tablatronix commented on GitHub (Sep 20, 2018):

You can also use customhtml params

<!-- gh-comment-id:423017876 --> @tablatronix commented on GitHub (Sep 20, 2018): You can also use customhtml params
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#613
No description provided.