Forum Replies Created
-
Author
-
Radu
ModeratorHi,
They are using a similar image size for img source
Anyway you can try this css.
COPY CODE.my-profile div#avatar-crop-pane { zoom: 0.4; }You can tip me here if you want : https://paypal.me/radusq
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
Ww do some tests with this those days and we 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
ModeratorDid you encounter the same using default wp theme ?
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,
Where in header are you referring more exactly please? (screenshot that points where) ?
Also if you want to take a look i need an account
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 to add a space there then save, and check, if it’s the same switch off the plugins except buddypress and child theme then heck again see if it works.
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 css
It works
.activity h1.page-title { display: none !important; }
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,
I’ve replaced that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 21, 2018 at 18:57 in reply to: Errors: kleo/kleo-framework/options/assets/js/vendor/qtip/jquery.qtip.min.js.map #192624Radu
ModeratorHi,
You can edit that file : wp-content/themes/kleo/kleo-framework/options/assets/js/vendor/qtip/jquery.qtip.min.js

and to delete that comment
Anyway it seems that it’s a little issue from chrome that interprets that as a link? https://stackoverflow.com/questions/23570843/qtip2-loads-a-jquery-qtip-min-map-from-internet-and-slows-down-site
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
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 solutionMarch 21, 2018 at 18:29 in reply to: Email sent from Website regarding a password reset or password change #192618Radu
ModeratorHi
You encounter the sam behavior with default wp theme ?
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,
There was see online members only:

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 instead with those css’s
COPY CODE.kleo-login-wrap .login-form-wrapper button.login-button, .kleo-login-wrap .login-form-wrapper input[type=submit].login-button { background-color:green; } .kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:before, .kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:after,.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:before, .kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:before { border-color:yellow; }Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionMarch 21, 2018 at 17:57 in reply to: Errors: kleo/kleo-framework/options/assets/js/vendor/qtip/jquery.qtip.min.js.map #192612Radu
ModeratorDid, you had solved the issue with this resource ? :
Cannot see any error 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
Let me know if you will see the same behaviour with the same settings and using default wp theme.
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,
Played with that and i’m able to change the text color how i want on hover and on non-hover

live : http://lbdating.com/elementor-1679/
Ive choose pink text color on hover.
and green on normal non hover
Cannot see any issue, try to re-create the button
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes, that’s it
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,
Try to repair member data from wp-admin -> toools -> . buddypress -> Repair tools -> chcek all and repair
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 de-activate those plugins if you don’t want a forum on your site (bbpress) and the revslider it’s used to slide images like on our demo homepage top section.
You your site home is not used a slider so if you will not use slider it’s ok
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 those css’s
COPY CODE.kleo-login-wrap .login-form-wrapper button.login-button background-color:#ab644f !important; } .kleo-login-wrap .login-form-wrapper input[type=submit].login-button:hover { background-color:red !important; } .kleo-login-wrap .login-create-account-wrapper .kleo-register-link > a.new-account { background-color:red; color:#fff ; }they can be added from wp-admin -> theme options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 20, 2018 at 19:29 in reply to: Admin : ‘Send message to all members’ function not working #192489Radu
ModeratorNot marked as solutionRadu
ModeratorI see, that’s because the pagination it’s maden via ajax and the url is not changing, to can have the different url on every page you should disable ajax pagination using.
You will have to overwrite this file : wp-content/themes/sweetdate/buddypress/members/members-loop.php
by pasting this code in a file named members-loop.php in child theme in the same location
path : wp-content/themes/sweetdate-child/buddypress/members/members-loop.php
code : https://pastebin.com/raw/7JDE2pvDThis just add to the original file no-ajax on pagination div the no-ajax class.

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Follow this solution https://archived.seventhqueen.com/forums/topic/video-header-portfolio-page#post-190797 Cheers RMarch 20, 2018 at 17:08 in reply to: Using theme with javascript framework like Vuejs or ReactJS #192462Radu
ModeratorHi,
Our theme it’s dependent by jquery and it cannot be removed since most of theme features will require it.
We cannot provide to you specific instructions since we are not familiarized with the vuve or react js freameworks.
We can help with advices related to this topic.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorsee here : https://archived.seventhqueen.com/forums/topic/profile-picture-quality/#post-192330
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, can you please provide page edititng url and admin credentials to cans ee live how exactly happens pleasE ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 20, 2018 at 16:58 in reply to: Kleo theme is causing internal error via wordpress website/dashboard login #192456Radu
ModeratorNot marked as solution -
AuthorPosts

