-
Author
-
July 19, 2015 at 12:47 #68921jerrydParticipant
Resizeable comment text box breaks the layout, and also how can I make the comment list item to be same as the size of comment text box?
Attachments:
You must be logged in to view attached files.July 19, 2015 at 12:50 #68923jerrydParticipantThe background colour is also different to original rtMedia, How can I make those background colour to be same as original colour?
Attachments:
You must be logged in to view attached files.July 20, 2015 at 05:11 #69030LauraModeratorHello, it may be because of some custom css, could you share admin credentials?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you
July 20, 2015 at 12:48 #69062jerrydParticipantHi Laura,
currently I installed this theme locally, I havenāt actually released my site yet, so I donāt have that, sorry.
Do you mean this theme customized the rtMedia css? I have updated rtMedia to the latest version (3.8.10) yestoday. Will that cause problem?
July 20, 2015 at 14:03 #69072jerrydParticipantThe attachment is another issue had in the theme, the toolbar on the photo becomes extremely long when resizing the browser window to mobile deviceās size(480*800, 640*960, 768*1280, etc)
Attachments:
You must be logged in to view attached files.July 21, 2015 at 08:01 #69218LauraModeratorHello, will assign the ticket to a higher support lever who can help and advise you in your query.
Thanks!Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you
July 23, 2015 at 02:14 #69539AndreiModeratorHi @jerryd,
I have tried to replicate your issues but unfortunately I couldnāt, can you please confirm that you have the latest version of our theme ( 3.0.4 ) ?
I have noticed the difference between the comments list and the reply box and Iāll see how we can tweak it in the next update, but I couldnāt replicate the overlapping reply box, and the edit media issue with the photo not filling the entire space ( as the edit toolbar does ).
I have tested on my MacBook but Iāll also run a test tomorrow on a windows machine, as yours.
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 23, 2015 at 13:41 #69600jerrydParticipantHi Andrei,
Thanks for quick responding, I have attached the screenshot, it is the latest version of theme(3.0.4).
My OS is ubuntu 14.04
I use Google chrome Version 39.0.2171.95 (64-bit)I have just tried on your demo site, it appeared exactly as what I had on my machine, see the 2nd screenshot.
Attachments:
You must be logged in to view attached files.July 23, 2015 at 13:52 #69607jerrydParticipantthe following is the custom css in quick css
COPY CODE//fix comment list overlaps reply box if image is too small .rtm-comment-list.rtm-comment-list { list-style: none; padding-bottom: 20px; } //fix post-in is not aligned with others next to it #buddypress #whats-new-options > div { padding-top: 0px; } // hide "SITES" button on member profile #blogs-personal-li { display: none; }
the following code is in bp-custom.php for adding placeholder to each customized xprofile field
COPY CODE<?php function bp_xprofile_field_add_placeholder($elements) { $attributes = [ "field_1" => ["placeholder" => "åå"], // qq "field_69" => ["placeholder" => "QQå·"], // qq "field_6" => ["placeholder" => "å¾®äæ”å·"], // webchat "field_7" => ["placeholder" => "Facebook"], // Facebook "field_39" => ["placeholder" => "Twitter"], // Twitter "field_8" => ["placeholder" => "å¦ļ¼0123456789"], // mobile "field_64" => ["placeholder" => "å¦ļ¼123 Swanstone Street"], // address "field_66" => ["placeholder" => "å¦ļ¼å¢Øå°ę¬"], // city "field_65" => ["placeholder" => "å¦ļ¼VIC"], // state "field_67" => ["placeholder" => "å¦ļ¼ę¾³å¤§å©äŗ"] // nation ]; foreach($attributes as $key => $value) { if ($elements["id"] === $key) { $elements['placeholder'] = $value["placeholder"]; } } return $elements; }
add_action(ābp_xprofile_field_edit_html_elementsā,ābp_xprofile_field_add_placeholderā);
The following code is in kleo-child/functions.php for re-arrange the order of buttons on member profile page
COPY CODEadd_action( 'admin_bar_menu', 'remove_wp_logo', 999 ); function remove_wp_logo( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'wp-logo' ); } /** * rearrange menu buttons */ function my_change_profile_tab_order() { global $bp; $bp->bp_nav['activity']['position'] = 10; $bp->bp_nav['friends']['position'] = 11; /** * wp follower plugin */ if( isset ($bp->bp_nav['following'])){ $bp->bp_nav['following']['position'] = 12; } if( isset ($bp->bp_nav['followers'])){ $bp->bp_nav['followers']['position'] = 13; } $bp->bp_nav['messages']['position'] = 14; $bp->bp_nav['notifications']['position'] = 15; // rtMedia = 16 $bp->bp_nav['groups']['position'] = 17; /** * social-article plugin */ if( isset ($bp->bp_nav['articles'])){ $bp->bp_nav['articles']['position'] = 18; } //$bp->bp_nav['blogs']['position'] = 70; $bp->bp_nav['profile']['position'] = 19; $bp->bp_nav['settings']['position'] = 20; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 ); // re-order the rtmedia button add_action('bp_init','change_media_tab_position', 12); function change_media_tab_position(){ global $bp; if( isset ($bp->bp_nav['media'])){ $bp->bp_nav['media']['position'] = 16; } } /* my members landing tab */ define('BP_DEFAULT_COMPONENT', 'profile' );
apart from those, I didnāt customize any others.
July 23, 2015 at 14:02 #69614jerrydParticipantThe most important now is to have both comment list and comment reply box in same width. How can I achieve that?
July 23, 2015 at 17:08 #69668AndreiModeratorFor the comments list padding you can use this css rule:
COPY CODE.mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta .rtm-single-meta-contents { padding: 0 !important; }
For the other issues Iāll have to find a Ubuntu machine to test it and Iāll get back with a fix.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 23, 2015 at 17:32 #69672AndreiModeratorI managed to test it on a ubuntu machine, weāll remove the comment box resizable behavior but unfortunately I couldnāt replicate the issue with the media pictures.
Try to update your browser maybe itās just an isolated issue from your side.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 12:44 #69775jerrydParticipantyour css rules works perfectly. Thanks Andrei.
As to the meida one, I will update my browser to the latest version and try it again, see how it goes.July 24, 2015 at 17:07 #69825jerrydParticipantI have tried again about the media picture with the latest google chrome (Version 44.0.2403.89 (64-bit)), same issue was still there.
July 24, 2015 at 17:26 #69834jerrydParticipantI have found this class ārtmedia-item-thumbnailā, when I tick off the max-width and max-height in browser, the media picture is just displayed as it should, but I donāt know which way is correct to fix it
COPY CODE<div class="rtmedia-item-thumbnail"> <img src="http://wp-demo/wp-content/uploads/rtMedia/users/1/2015/07/screenshot-1-150x150.png" alt="screenshot-1"> </div>
-
AuthorPosts
The forum āBugs & Issuesā is closed to new topics and replies.