Forum Replies Created
-
Author
-
Radu
ModeratorYes if you had the logo ready upload it from wp-admin -> theme options -> general options -> logo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No, no need to debug and there is no issue with the menu items…
Use this css will make the caret (+ sign ) to appear on expendable tabs nto sure why not appears
COPY CODE#header .navbar-nav li .caret { width: 20px; height: 20px; background: #50485b !important; border-radius: 26px; } #header .navbar-nav li .caret:before { content:" + "; text-align:center; padding:3px; color:#fff; }
So it should be ok from my point of view, right ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please let us 1-2 days to can test it better, we will have to create new fb account with that name since i’ve tried to add next to my name that and fb says cannot change the name for 30 or 60 days not remember exactly, i cannot do that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorreplied
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no specific guide to achieve exactly what you need i’ve just tell you where are the code and how it could be overwritten safely.
There it’s a little advanced and cannot be done by the support it’s a custom code change.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
here : wp-content/plugins/revslider/includes/operations.class.php

It comes from a plugin named revolution slider.
Majority of inline css styles comes from the plugins, can you be more specific ? what inline 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,
From what i see in logs yes.
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,
This is the page with our buddypress theme shortcodes and how they look:
https://seventhqueen.com/themes/kleo/buddypress-groups/
https://seventhqueen.com/themes/kleo/buddypress-members/
For the plugin we don’t have any demo page you can install it and test.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There was a misunderstanding.

those should be added in the functions.php : https://archived.seventhqueen.com/forums/topic/profile-menu-isnt-work/#post-195817 said here, then to can control the position of the media button following : https://archived.seventhqueen.com/forums/topic/profile-menu-isnt-work/#post-195912
I’ve do that for you and how they are ok, the exception it’s you will have to copy this file : wp-content/themes/sweetdate/page-parts/general-header.php to child theme wp-content/themes/sweetdate-child/page-parts/general-header.php
I’ve modified in parent at this moment, so just copy the file as how i said from the beginning.
Then paste this code in the child theme ( wp-content/thems/sweetdate-child/functions.php )
COPY CODE/* Check if the rtmedia plugin it's activated then hook */ if ( class_exists( 'RTMedia' ) ) { add_filter('header_profile_dropdown', 'my_profile_link', 1); } function my_profile_link($links) { $links[] = '<li><a href="' . bp_loggedin_user_domain().'media/" rel="nofollow">Media</a></li>'; return $links; }
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,
Great
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you are disabling all plugins and child theme you still have that?

Anyway cannot login to can see how it’s at this moment
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 see that, i was able to reproduce.
I will speak with the core developer about this and i will let you know
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
ModeratorAdd this css
COPY CODE@media(min-width:991px) { #logo img { position: absolute; top: -10px !important; } }The css will be added to wp-admin -> theme options -> styling options -> 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
ModeratorI see, in this case create in child theme this file empty : wp-content/themes/kleo-child/buddypress/members/single/cover-image-header.php
In that you will paste this : https://pastebin.com/raw/WbNJXBDA
Create missing folders in child thems.
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,
Did you had tried this plugin :https://wordpress.org/plugins/post-views-counter/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 27, 2018 at 17:12 in reply to: Verification Email takes too much of time to receive the user #196293Radu
ModeratorHi,
The email it’s send by the wordpress itself not by our theme, the email it’s send by the script and then your hosting server it send it further, in first instance ask the same thing on the hosting support.You can try to install and configure this plugin :https://wordpress.org/plugins/wp-email-smtp/ maybe it will works better if you add details there or not! Ask also the hosting.
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 logo image can be changed from wp-admin -> theme options -> general settings -> logo, the position of a logo cannot be changed from option, tell me where you need it and if it’s possible easily i will tell you some code or a certain procedure.The rest of the elements that you had pointer (slider) can be changed from wp-admin -> revolution slider -> and choose your slider then edit slides.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to install and activate child theme first then copy this file : wp-content/themes/kleo/page-parts/general-header-section.php to child theme wp-content/themes/kleo-child/page-parts/general-header-section.php
Then open the file in child and see 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,
use this CSS
COPY CODE.rtmedia-editor-description.rtm-field-wrap textarea { color: red !important; } .rtmedia-edit-title.rtm-field-wrap input { color: red !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,
Just use this plugin : https://wordpress.org/plugins/buddypress-real-names/
Build the name as you need
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNp,
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not sure, can you please provide the ftp + wp admin to that site ?
Make sure to edit in child theme cuz it will override the parent theme… (related to this : https://archived.seventhqueen.com/forums/topic/profile-menu-isnt-work/#post-195912 )
If you had copied the file, make sure to have child hteme activated and to edit in the child not in parent.
If still not works i waiting the credentials to see live.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

