-
Lauren replied to the question How do I Change Group Profile Picture on mobile in the forum Boss. theme 9 years, 2 months ago
Regarding Emoji usage- I get the same error. And I, too, am wondering if this is a buddyboss issue or a BP issue?
Wordpress version 4.2 introduced that they supported the use of emojis. And the place I want to use it the most, in my social network, they don’t work?
https://codex.wordpress.org/Version_4.2
I get the same error that @bigokilla…[Read more]
-
Lauren replied to the question How do I Change Group Profile Picture on mobile in the forum Boss. theme 9 years, 2 months ago
Regarding Emoji usage- I get the same error. And I, too, am wondering if this is a buddyboss issue or a BP issue?
Wordpress version 4.2 introduced that they supported the use of emojis. And the place I want to use it the most, in my social network, they don’t work?
https://codex.wordpress.org/Version_4.2
I get the same error that @bigokilla…[Read more]
-
Paul replied to the question my login logofont text title is pacifico how do i change it in the forum Boss. theme 9 years, 7 months ago
@bigokilla You’re right, I misunderstood the question. Try adding this to your functions.php file in the Boss child theme:
function my_login_logo() { ?>
[Read more]
<style type="text/css">
.login h1 a {
font-family: 'Palatino Linotype' !important;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo'… -
Paul replied to the question my login logofont text title is pacifico how do i change it in the forum Boss. theme 9 years, 7 months ago
@bigokilla Dashboard > Appearance > Customize > Fonts > Site Title.