Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
This may be due to we have added the latest version of Font Awesome in our plugin. We are releasing an update soon which will allow downgrading the version if conflicts with other themes or plugin. I would suggest you either wait for next release or provide me FTP details in private reply and we will apply some fixes in UWP plugin so that it will work and then you can update the plugin when a new release comes.
Regards,
PatrikThis reply has been marked as private.Hi Alex,
Thank you for your suggestion. We can definitely create an add-on for this but there are different SMS gateways need to be used. We can first think of free gateways if available because SMS services are mostly paid service. Provide us your inputs and we can consider it for future development.
Regards,
PatrikDecember 3, 2018 at 6:19 am in reply to: Fields are empty after installation, can not see what to do? #3301Hi Benjamin,
I have checked registration and login form both are working fine. Regarding the fields you are not able to see to enter username and password, that is due to design issue by theme. I have modified the CSS in Appearance->Customiser->Additional CSS as follows:
.uwp_page .uwp_form input, .uwp_page .uwp_form ::placeholder{ color:#000000; }
This will change the color of the fields text and placeholder text to black. You can change the color code to what you want. Let me know if it works for you or not.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi Jeff,
The mailchimp subscription works perfect. When I checked on your site I received confirmation email. You can check by putting the shortcode
[uwp_mailchimp]
in page as well instead of registering user each time. I have tested via both registration form and shortcode. For welcome email you need to enable it from the list setting. You can follow the steps from here: https://mailchimp.com/help/enable-or-disable-final-welcome-email/
Let me know your inputs here.
Regards,
PatrikHi,
I had added the code to the functions.php file of supreme directory theme but it’s overridden by the theme update. I have added a code snippet plugin and added the PHP code into it so it should work fine now on both the sites. Please check and let me know if any issues.
Regards,
PatrikHi,
I have fixed on your another site as well. Please have a look and let me know if any issues.
Regards,
PatrikHi Sojib,
I have cleared the cache and the error is removed. Also, I suggest use only one cache plugin as you have used two. Please check from your side and let me know if issue resolved or not.
Regards,
PatrikHi Leigh,
You need to put that code in functions.php file of the currently active theme. It is PHP code so it will not work in Scripts settings. I have added it to your site via FTP. Please check and let me know if any changes or issues.
Regards,
PatrikHi Leigh,
There is no simple way to do it but you can try following code if it helps you:
add_action( 'uwp_social_fields', 'uwp_social_fields_cb', 9, 1 ); function uwp_social_fields_cb($type) { if ($type == 'register') { echo 'Sign in using LinkedIn '; } }
If you want both on same line then you may have to apply some CSS. Let me know if you need any help from my side.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts