Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Not sure why to do that, just set all fonts at once a non-google font and they are no mor calling google as my in screenshot.
As alternative you can uset his code
COPY CODE/* Deqeue the google fonts */ function sq7r_deque_kleo_gogole_fonts() { if( function_exists('bp_is_active') && !bp_is_members_component()) { wp_deregister_style('kleo-google-fonts', $google_link, array(), '', 'all' ); wp_dequeue_style('kleo-google-fonts'); } } add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_gogole_fonts',999);Add it to wp-content/themes/kleo-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Tried on my local end to reproduce that error that makes the log to be huge, cannot do that, what php version did you have ?
Please provide the FTP login to can take a closer look.What action should i do for the error to be written there ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this code in to functions.php from child theme
COPY CODE//Dequeue Select2-js function sqr_dequeue_redux_scripts() { wp_dequeue_script( 'select2-js' ); wp_deregister_script( 'select2-js' ); } add_action( 'wp_print_scripts', 'sqr_dequeue_redux_scripts' );Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this css to wp-admin -> theme options -> quick css
COPY CODE.register form#signup_form p { font-size: 1em; display: inline-block !important; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease update the theme to Version 1.5.6 at this moment you have version: 1.5.3
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDisable child hteme, it works ? the fields appear under profile -> edit ?
update all plugins and also the theme.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 5, 2018 at 17:52 in reply to: Cover Image on Groups disappears when you click on Media tab #199988Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
try this code
COPY CODE/* Deqeue the google fonts */ function sq7r_deque_kleo_gogole_fonts() { if( function_exists('bp_is_active') && !bp_is_members_component()) { wp_deregister_style('kleo-google-fonts', $google_link, array(), '', 'all' ); wp_dequeue_style('kleo-google-fonts'); } } add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_gogole_fonts',999);Add it in funtions.php from child theme.
You can set all all fonts from theme options to standart one

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI think yes cuz from what i see it’s enough to no check nothing there like in the screenshot
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry with this function
COPY CODE/* Deqeue the google fonts */ function sq7r_deque_kleo_gogole_fonts() { if( function_exists('bp_is_active') && !bp_is_members_component()) { wp_deregister_style('kleo-google-fonts', $google_link, array(), '', 'all' ); wp_dequeue_style('kleo-google-fonts'); } } add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_gogole_fonts',999);Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 5, 2018 at 15:56 in reply to: rtMedia for WordPress, BuddyPress and bbPress, is creating issues in my consoles #199969Radu
ModeratorNot marked as solutionJune 5, 2018 at 15:55 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #199968Radu
ModeratorNot marked as solutionJune 5, 2018 at 15:50 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #199967Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Use this instead, anyway all should word
COPY CODE.template-page, .sidebar { border: 0 !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorThank you!
Have a nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We investigate this will get back to you soon with update to thisCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
IT’s still in the list…
I think know why the google says that the page is not mobile friendly and the content exits from the view
In the fist section it’s a element named kleo magic container that makes the effect with the angle from a section to another

From example this page from kleo theme it’s mobile friendly
https://search.google.com/test/mobile-friendly?id=0-aw-0xqYQOognJP9eQE4A
Not sure if the kleo magic container can be changed, you can do some tests in a new page by cloning the page and removing the kleo magic container then test if still apepars the page is not mobile friendly.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The fonts are loaded by a plugin or something cuz i saw them loaded into page even i’m using other theme.

So de-activate all plugins and check
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThis one https://wordpress.org/plugins/bp-signup-member-type/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 4, 2018 at 17:25 in reply to: 2 issues, Registration Activation Code and Issue with Profile Page #199872Radu
ModeratorNot marked as solutionRadu
ModeratorNo know further suggestion for this, try to search some plugins that allow people tagging if they exist if not ask on wp forums
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just edit the blog page. if this not exists, create it with name and slug blog and do like in the screenshot

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It looks that it’s happening the same no matter which theme it’s running. Maybe it’s a wordpress bug or a conflict with wp and other plugin or plugin with plugin, try to de-activate them all and check again it that it works.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 4, 2018 at 16:47 in reply to: Error with Budyapp theme, with multi-site environment at wordpress #199859Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I see, on my local install cannot reproduce that, can yo please provide to me in a private reply the FTP details ?Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
To remove the certain tab from the profile add this to kleo-child/functions.php having the kleo child theme activated:COPY CODE// Remove forums menu item function my_setup_nav() { global $bp; unset($bp->bp_nav['forums']); } add_action( 'bp_setup_nav', 'my_setup_nav', 1000 );replace forums with the slug that you want to remove.
You can create a custom tab there by adding custom code to child theme, here’s the guide : https://archived.seventhqueen.com/forums/topic/create-new-xprofile-tab#post-183343
Or you can check if the events plugin have already integration to buddypress, ask the plug author.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

