Forum Replies Created
-
Author
-
romanzyParticipant
Thanks for your will to help Laura.
I found another solution with VC. I’ve made a column for the side title instead of using a background image as it’s provided by Kleo by default.
romanzyParticipantSame for the icons ‘Contact Us’ and ‘Upwards’. They hover over the content instead of going liquidly down the grid.
Attachments:
You must be logged in to view attached files.romanzyParticipantSolution
The easiest way to extend the length of an Xprofile field is making changes in the database. BuddyPress has a limitation of 150 characters for the Name-type field. See screen shot.
You can modify the limitation by changing the database schema. Via phpmyadmin, select the table, go to structure tab, and then click on change link and update the length. For Radio, checkbox and select boxes, the options you set in the new/edit Profile field page are stored as Name (with the actual field set as their parent). So, in fact, the option that you consider value is in fact a Name of the child field and not a value.
It is not considered a good practice to modify the database schema, but it is the simplest way to change the length of Name field.
October 28, 2016 at 05:29 in reply to: Redirect users to the Membership levels when free users have no access #141812romanzyParticipantthank you Radu
romanzyParticipantThe page Profile Field Name Length is empty for me. The only thing I get is “You cannot reply to this topic.”
romanzyParticipantI know that I must replace the Brief Biography field, but how exactly with this code from Firebug `<dl class=”dl-horizontal field_142 field_sense-of-humor optional-field visibility-public field_type_radio”>
If I click on your link Profile Field Name Length, I get the message “You cannot reply to this topic.” and I don’t see anything (empty page)
romanzyParticipantPlease help so that I can close this issue. Thank you.
PS: Seems I cannot create a new ticket anymore. I don’t see the “new topic” button. How can be? I extended the Kleo-support a few days ago,
romanzyParticipantThank you Radu.
Think that the code you provided could be the perfect solution. I was trying to make it work, but I could not. I must change the right field name and/or ID, and I guess I did not patch it right.
This is the code that was provided:
COPY CODEif ( is_user_logged_in() && bp_is_active( 'xprofile' ) ) : $my_custom_textfield = bp_get_member_profile_data( 'field=Brief Biography&user_id='.bp_get_member_user_id() ); And this is my field:
<dl class=”dl-horizontal field_142 field_sense-of-humor optional-field visibility-public field_type_radio”>
So, I should change field=Brief Biography&user_id= with the right field name and ID, but I’m stuck.
Do you know?
romanzyParticipantHi Radu,
I refer to the WPMU DEV link you provided me above.
I was using these scripts below:
COPY CODE<script> jQuery(document).ready(function($) { $('#field_100').attr('maxlength', '500'); }); </script> <script> jQuery(document).ready(function($) { $('#field_108').attr('maxlength', '500'); }); </script>
I looked up the field numbers of the fields that I wished to extend, and then added the scripts to the JavaScript code box under Theme Options > General Settings, but it had no effect.
Any idea why it does not provide a solution? Can I try something else?
June 23, 2015 at 19:29 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #64561romanzyParticipantWow, thank you VERY MUCH Sharmstr.
You’r awesome!
June 23, 2015 at 15:42 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #64472romanzyParticipantOK Sharmstr. Thank you for following up. Hopefully that 7th Queen will solve this in a next update.
June 20, 2015 at 17:40 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #64047romanzyParticipantSeems that you really know everything Sharmstr.
Thank you once again.
June 19, 2015 at 20:49 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #63937romanzyParticipantThis reply has been set as private.romanzyParticipantThanks for your feedback Sharmstr.
I have a Retina Macbook, and even with a resolution of 1920×400, the image is blowing up too much to be good. I understand the issue of responsiveness very well, but at least you must be able to keep an image view of 80%.
romanzyParticipantThere is also a bug with Cover Photo. When you upload an image, then you can select Center, Top or Bottom.
Once an image is uploaded with for example center, and you then want to change the setting to for example to Top, the cover image is deleted/disappears.
romanzyParticipantBuddyPress Profile Tabs is now v1.5.9.
I’ve made a new theme which fits (almost) perfectly with the KLEO styling. Put the theme (in attachment) in the uploads folder, and enter the URL link
http://yourdomain.com/wp-content/uploads/jquery-ui-1.11.4.custom/jquery-ui.theme.css
under BuddyPress Profile Tabs -> Settings in the link field to replace the default jQuery UI Themes.Attachments:
You must be logged in to view attached files.romanzyParticipantThere is a new version of BuddyPress Profile Tabs v1.5.8.
It now allows to upload a Custom jQuery UI Theme, so even more easy for KLEO developers to support this wonderful plugin.
romanzyParticipantGosh, of course I know about the URL input, but didn’t know about the profile links that way.
Sharmstr, you are simply fantastic !!!
THANK YOU.
May 24, 2015 at 21:06 in reply to: Display all product images in full size in the lightbox (WooCommerce) #60002romanzyParticipantThank you so much Sharmstr. I truly appreciate. I spend all Saturday trying to fix the problem. So. I’m glad that you solved it, and that v3.0 will come with a standard fix.
romanzyParticipantDeactivating the theme and then activating it again brought it back.
Thanks for your feedback Sharmstr.
-
AuthorPosts