digitalbuddha LLP
Forum Replies Created
-
Hi,
I have translated my website from English to Arabic using translatepress. So I want to change the Arabic font of my website. How will I be able to perform this task? Please help me with this!
Thanks & Regards,
Anagha DinoopHi,
Can you make it fast? Because the site is pending. I am not able to publish it due to these errors. Please make it fast.
Thanks & Regards,
Anagha Dinoop- This reply was modified 5 years ago by digitalbuddha LLP.
Here is the plugin Link: https://www.ads-software.com/plugins/woo-product-slider/
My website link: https://techcare.qa/
Hi. I tried the conflict test. So “process steps template designer” and also “product slider”(woo commerce) plugin is not going with “Translatespress”. Other than this, there is no other issue. The problem is it is completely fine in the English version of the website. So when I install translate press, then both the plugins are not working. So the problem is with Translatepress plugin. Please suggest me what I can do now!
Thanks and Regards,
Anagha DinoopHi,
I tried working on all of the above methods. Not working. I will try the conflict test and let you know what happens!
Other than the conflict test, is there any other way to solve this issue?
I tried enabling the above features as you told. But then the site looks completely broken.
Hi @aksingla!
Thanks for your reply and help!
Have a Great Time with You!
Coding is a Poetry!
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Regards,
Jayasankar K
https://digitalbuddha.in- This reply was modified 5 years, 11 months ago by digitalbuddha LLP.
- This reply was modified 5 years, 11 months ago by digitalbuddha LLP.
- This reply was modified 5 years, 11 months ago by digitalbuddha LLP.
- This reply was modified 5 years, 11 months ago by digitalbuddha LLP.
Got resolved! Thanks!
function wsl_change_default_permissons( $provider_scope, $provider )
{
if( ‘facebook’ == strtolower( $provider ) )
{
$provider_scope = ’email, public_profile’;
}return $provider_scope;
}add_filter( ‘wsl_hook_alter_provider_scope’, ‘wsl_change_default_permissons’, 10, 2 );