Forum Replies Created
-
Author
-
Radu
ModeratorGreat if all good now
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 29, 2018 at 18:20 in reply to: Cover Image on Groups disappears when you click on Media tab #199290Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Great
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFi,
Found it
I had unchecked those for you now it’s only one !

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt looks to be an issue with buddypress, looking on their trac for similar issues and there are other users reporting the same : https://buddypress.trac.wordpress.org/search?q=comment&noquickjump=1&changeset=on&milestone=on&ticket=on&wiki=on
So you should wait the buddypress update not sure when will be released you can ask them
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
try with this one instead
<pre
.sidebar {
border: 0 !important;
}or this one
COPY CODE.sidebar-right { border: 0 !important; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Great if you had solved
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUsing this you can remove it.
COPY CODE// Remove profile tabs function bp_remove_profile_tabs() { global $bp; unset($bp->bp_nav['media']); } add_action('bp_init', 'bp_remove_profile_tabs', 9999);using this you can rename them
COPY CODEfunction mb_profile_menu_tabs(){ global $bp; $bp->bp_nav['groups']['name'] = 'Cities'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replace this file content : wp-content/themes/sweetdate/page-parts/general-forgot-modal.php
With the content of this one : https://pastebin.com/raw/VC21bYPQ
IF the captcha it’s still not visible try with this one : https://wordpress.org/plugins/google-captcha/
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
ModeratorHi,
You can change the order using the next functionCOPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['profile']['position'] = 70; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );The function will be added to wp-content/themes/kleo-child/functions.php
10,20,30,40,50 etc represents order
Child theme needs to be installed and activated.
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 take a look at this article: https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
I saw that the long request comes from the images, maybe you can compress them or move the content to a CDN.
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tell me what captcha plugin you are using, provide the link if you can please.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t know a certain one and not sure what to recommend especially for dating sites, you can take a look at stripe : https://stripe.com/ ask directly on their support if they can process such as payments.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Did you have any update available for K-elements or visual composer under wp-admin -> appearance -> install plugins ? If yes do the update/s.
If no de-activate K-elements and visual composer from wp-admin-> plugins then delete them, then go back to wp-admin -> appearance -> install plugins and install them.
If still not works try to de-activate child theme and rest of the plugins then check again, if it works enable all back one by one while you check until you find the plugin that causes that.
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
ModeratorHi,
Just add this css
COPY CODE.sidebar.sidebar-right { border: 0 !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Update the theme to 3.2.4 then let me know, it should fix that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tried multiple times to reproduce it but i cannot… see the search of the google apis on our entire kleo code

Having settings like this in a previous reply ( https://archived.seventhqueen.com/forums/topic/urgent-google-fonts-disabled/#post-198746 ) will make no google font request, see the next screenshot.

Maybe the Revolution Slider makes a google font request cuz when i have settings like that where the google fonts is not loaded at all in homepage it’s loaded… the main difference it’s in home revolution slider it’s running and in the image-carousel not.

Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
We will investigate.
Meanwhile instal and use this plugin : https://wordpress.org/plugins/wp-gdpr-compliance/Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
retry with the next code it has !important now
COPY CODE#profile div#item-buttons .friendship-button {background-color:red !important;} #profile div#item-buttons #post-mention {background-color:green !important;} #profile div#item-buttons #send-private-message {background-color:yellow !important;}Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see
Ok then, have a nice weekend
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 25, 2018 at 18:45 in reply to: Kleo Search don’t search through Sensei Courses Catalogue #199010Radu
ModeratorHi
Not yet.. the issue had been forwarded to the core developer
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

