1. Step 1 – Enable the Chatbot #
From readme.txt:
Go to Davix AI Engine → Chatbot.
In the Style tab:
– Set chatbot name, logo, welcome text, and input placeholder.
– Configure bubble side, size, and offsets for desktop, tablet, and mobile.
Save changes.
Step-by-step:
- In WordPress admin, go to Davix AI Engine → Chatbot.
- Open the General / Style tab (name may appear as “General” or similar in your UI).
- Fill in:
- chatbot_name – name shown at the top of the chat.
- logo_url – header logo image which appears next to the name.
- welcome_text – the first message users see when they open the chat.
- placeholder – text shown in the input before they type.
- Configure bubble layout:
- bubble_side – left or right.
- bubble_size – diameter of the bubble; plus separate width/height for desktop, tablet, mobile.
- bubble_offset_bottom – distance from bottom.
- bubble_offset_side – distance from left/right edge.
- Click Save Changes.
image IMAGE PLACEHOLDER: Screenshot of Chatbot General/Style settings with chatbot name, logo URL, welcome text, bubble side, size, and offsets filled in. IMAGE image
2. Step 2 – Add a Full-Page Chat #
From readme Quick Start:
- Create a page (for example, “Ask Our AI”).
- Insert the shortcode:
. - Publish the page.
- (Optional) In the Shortcode tab under Chatbot settings, assign this page as the dedicated full-page chat.
Step-by-step:
- Go to Pages → Add New in WordPress.
- Set the title, e.g. Ask Our AI.
- In the page content, add the shortcode:
- Publish the page.
Now:
- Visiting this page will show the full-page chat layout, driven by
render_fullpage_chat()andrender_fullpage_layout()in the plugin.
In the Chatbot → Shortcode tab:
- Find the setting for fullpage_page_id (the page to auto-inject full-page chat).
- Select your newly created page (e.g. Ask Our AI).
- Save changes.
image IMAGE PLACEHOLDER: Screenshot of a page editor with
in the content and a preview of the full-page chat. IMAGE image
3. Step 3 – Configure Login Requirement (Optional) #
The chatbot can require users to be logged in. Docs describe:
Settings include:
login_required(0/1)login_url,signup_urllogin_popup_title,login_popup_textlogin_full_title,login_full_textlogin_btn_text,signup_btn_text
Step-by-step:
- Go to Chatbot → Login Required tab.
- Turn login_required ON if you want to restrict chat to logged-in users.
- Provide:
- URLs for login and signup pages (
login_url,signup_url). - Titles and texts for popup and full-page messages.
- Button texts for login/signup buttons.
- URLs for login and signup pages (
- Save changes.
When enabled:
- Guests see a login/signup overlay instead of chat.
- The full-page chat also respects the login gate.

