Change header of WhatsappAgent title
- Posted by Burak (3) Offline
I am trying change the Header priority from h1 to simple text in Whatsapp agent with no luck!
Where can I change that so my page dont have 2 <h1> titles. THere is no need, no reason for the Whatsapp agents greeting to be a <h1> , <h2> or <h3>.
There seems to be only one communication here when I search the forum but sadly I cannot enter that page anymore.
6 years 10 months ago #1
by Burak
Where can I change that so my page dont have 2 <h1> titles. THere is no need, no reason for the Whatsapp agents greeting to be a <h1> , <h2> or <h3>.
There seems to be only one communication here when I search the forum but sadly I cannot enter that page anymore.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5468) Offline
Hi, you need to manually change the code in the file ../modules/mod_whatsapp_agent/tmpl/default.php
You can remove the <h1> tag in the line 102and line 145 :and also line 169 :
6 years 10 months ago #2
by TemplatePlazza
You can remove the <h1> tag in the line 102
var morning = ("<h1>'.$g_morning_title.'</h1><p>'.$g_morning_msg.'</p>");
var afternoon = ("<h1>'.$g_afternoon_title.'</h1><p>'.$g_afternoon_msg.'</p>");
var evening = ("<h1>'.$g_evening_title.'</h1><p>'.$g_evening_msg.'</p>");"<h1>'.$item->greeting_title_override.'</h1><p>'.$item->greeting_msg_override.'</p>""<h1>'.$item->greeting_title_override.'</h1><p>'.$item->greeting_msg_override.'</p>"Please Log in or Create an account to join the conversation.