1. When we start the test quiz, "Test" text is shown only on quiz results page. It works as expected.
2. Yes, we are going to extend settings on quiz level in a future version of the plugin.
6. This problem with the following CSS rule which is added by theme:
Code: |
.entry-content div>a:not(.wp-block-button__link)
|
Open "ARI Stream Quiz -> Settings -> Advanced" page and populate "Custom CSS styles" parameter with the following value to fix this problem:
Code: |
.asq-theme.asq-theme-buzzfeed .button.button-facebook {
background: #3b5998 !important; }
.asq-theme.asq-theme-buzzfeed .button.button-twitter {
background: #55acee !important; }
.asq-theme.asq-theme-buzzfeed .button.button-gplus {
background: #dd4b39 !important; }
.asq-theme.asq-theme-buzzfeed .button.button-pinterest {
background: #bd081c !important; }
.asq-theme.asq-theme-buzzfeed .button.button-linkedin {
background: #0077b5 !important; }
.asq-theme.asq-theme-buzzfeed .button.button-vk {
background: #507299 !important; }
.asq-theme.asq-theme-buzzfeed .button.button-email {
background: #7292a8 !important; }
|
a. Confirmation e-mail is feature which should be supported by email marketing service. You can read
here how to enable double opt-in for MailerLite.
b. How to auto-complete should work for guest users? Where get values for name/email fields?
Regards,
ARI Soft