Forum Replies Created
-
Author
-
RaduModerator
Use this CSS by adding to Wp-Admin -> Theme Options -> General Settings -> Quick CSS or in kleo-child/style.css
COPY CODE.article-content p iframe { max-height: 450px !important; width:100% !important; }
Replace 450px with your desired height.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThis issue will be fixed in next update.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Provide the page URL
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You have latest version of theme and plugins ?
Try to disable plugins that not comes with the kleo theme, then recheck the theme behavior.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You have latest version of theme and plugins ?
Try to disable plugins that not comes with the kleo theme, then recheck the theme behavior.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide a live URL with that issue,i will give you a CSS fix.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please provide the page URL, i will give you a CSS fix.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Beside theme you have updated the plugins ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1. Make sure that is not a caching issue by clear your cache ( tutorial here )
From what browser have you tested the sites ?
I will re-test your site tomorrow from an iPAD2
Let me know if the clearing cache solve the problem.
Cheers
Rdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to look for a WordPress programmer, from my opinion your request is easy to do but it require some time like 2-3 hours.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
This a css way to truncate answers, if you want to have more button at the end it’s more complicated and require some time, i suggest you to contact plugin developer to help you with more button at the end
COPY CODE.answer-list div { display: inline-block; margin:0px; width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome !
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi hma,
I’ve created a little tutorial how to setup members type
VIDEO TUTORIAL : https://drive.google.com/file/d/0B0Lpn9mr-a-8WEJ0eHFHRmVXUk0/view?usp=sharing
Required plugins
1. BuddyPress Member Type Generator # https://wordpress.org/plugins/bp-member-type-generator/2. BP Xprofile Member Type Field # http://buddydev.com/plugins/bp-xprofile-member-type-field/
OPTIONAL : BP Non Editable Profile Fields # https://github.com/buddydev/bp-non-editable-profile-fields ( Do not allow users to change profile field data after they have saved it once. http://buddydev.com/buddypress/restrict-users-from-modifying-profile-field-data-on-buddypress-based-site/ )
That’s all
Let me know if is ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry this css,
Let me know if it works.
COPY CODEtable.job-manager-jobs td.filled { display: none; } table.job-manager-jobs th.filled { display: none; }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide me admin credentials again ? I’ve tried to login with the same credentials but unsuccessful.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to apply only the second solution, it this doesn’t work please provide admin credentials to look closer.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHI,
You need to remove some items from your menu, because you have too much items in it. You can arrange by submenus or something like that.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Hma,
Regarding to this :
However I didn’t manage yet to make the member type working in the directory, even with webdes plugin.
Any tutorial on this ?To be honest i do not understand your request, please elaborate about this to see if we can find a solution for this.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I see that the woocommerce is activated and the admin bar is present in backend + frontend
The problem persists ? from my side the admin bar appears in back & front.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Mike,
If you want to keep your blog secure, try to use Wang-guard instead IThemesSecurity, test it.
https://wordpress.org/plugins/wangguard/
It should work without any problems.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 1, 2015 at 15:37 in reply to: Text position on profile cover and rotating picture while upload #71077RaduModeratorHi,
For space between avatar and text fields just replace this from kleo-child/style.css
COPY CODE.bp-custom-header-container .bp-custom-to-left { margin: 0 auto; text-align: center; float: left; }
width this
COPY CODE.bp-custom-header-container .bp-custom-to-left { margin: 0 auto; text-align: center; float: left; margin-right: 25px; }
Regarding the rotate picture i don’t know what solution to give you, but I’ve searched on google and i see that buddy-press media it’s able to do that, just do some tests with the buddyress media.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Clickafy,
What solution do you have applied ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Quick fix for the posts metaCOPY CODEsmall.meta-author.author.vcard { width: auto !important; margin: 0 !important; }
Regarding the hover search it require some time to achieve this, for the moment i can’t provide the solution for this, i reply you later or tomorrow with a fix.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 30, 2015 at 22:15 in reply to: Text position on profile cover and rotating picture while upload #70846RaduModeratorHi MaxArts,
Can you check please ?
I think it’s OK, i suggest you to remove that < br > tags or do some little css customizations.
Let me know if it’s OK
For users that needs something similar I have done the following operations :
1. In kleo-child directory from wp-content/themes/ I’ve created a folder named buddypress then inside this folder I’ve created a folder named members, then inside this folder I’ve created a folder named single, in this folder unzip and upload the attached file, our folder structure will be like this : themes/kleo-child/buddypress/members/single/member-header.php
2. I’ve added this CSS to kleo-child/style.css
COPY CODE.bp-custom-header-container #item-header-content { float: right; margin:0 auto; text-align:center; max-width: 100%; } .bp-custom-header-container .bp-custom-to-left { margin:0 auto; text-align:center; float: left; } .bp-custom-header-container { margin: 0 auto !important; display: inline-block; } .bp-custom-header-container h4.user-nicename { color:#EFEFEF !important; }
That’s all.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHi Gianzo,
Can you provide me admin login details to check the short-code of that form ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi hamiltontroy007,
You’re welcome,
Thank you so much for wishes
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The easiest and quick way to achieve this is to do via CSS
COPY CODEbody.buddypress.is-user-profile div#item-header {display:block !important;} body.buddypress div#item-header {display:none !important;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi try this
Notification tab white
COPY CODE.kleo-toggle-submenu {background-color: #FFF !important;} .kleo-toggle-submenu ul li {color:#000 !important} .kleo-toggle-submenu ul li a {color:#000 !important;}
Regarding the search, instead on click and expand you want to have hover and expand ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Or you can add from example body.activity or body.groups or body.members instead page-id, just look in source code at body element and look for specific classes.
Hope this make sense.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide if is possible the page URL where the form appears and i want to take a look closer at this provide me admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorFrom what mobile device encounter this problem ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYes, the child running first then parent theme.
You can do backup with child theme activated.
It’s very good to use a child theme because if the parent theme needs an update, modifications and customization’s will be remain intact.
I’ve not used this plugin : UpdraftPlus Backup but normally it should be capable to backup child theme to, the easiest way is to download the child theme locally via ftp.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1. Fix for follow button.
COPY CODEspan.dwqa-favourite { width: auto !important; }
2. Change search color
COPY CODEdiv#ajax_search_container { background-color: red !important; } input.ajax_s.form-control.ui-autocomplete-input { background-color: red !important; }
Let me know if is ok.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Go to WP-Admin -> Forums -> Edit the form that you want to be private -> Look in right side Forum Attributes – > Visibility – SET Private.
Let me know if is OK
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHi Gianzo,
Try to do next thing:
Go to WP-Admin -> Users -> Profile Search -> Select your form -> on right side you will see Form Template try to change templates and test on mobile.
Let me know if it works
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts