Several Questions regarding to Styling and Menu Options

Home Forums Legacy Support Support queries Styling issues Several Questions regarding to Styling and Menu Options

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #219563
    z14165899
    Participant
    Hello Customer Support: I have the following styling issues about WPLMS theme, please take a look at each picture:
    1. Commission Earning Wiget issue: http://prntscr.com/oj7gj7
    2. Footer issue: http://prntscr.com/oj7hmb
    3. WooCommerce My Order Page issue: http://prntscr.com/oj7kv0
    4. Export Data option: http://prntscr.com/oj7v1d
    5. Multiple places for account information editing: http://prntscr.com/oj7yor
    Thank you for your help and have a nice day.     Best Regards,
    #219654
    logan
    Member
    Hello, 1 & 2: share page url link so that i could check the page-specific selectors.
    3 & 5- yes as you stated: this is for the woo commerce checkout field edit. Please goto wp-admin >>> appearance >>> customize >>> custom css >>> paste & save. div#buddypress a#nav-edit-account, div#buddypress li.woocommerce-MyAccount-navigation-link--customer-logout, div#buddypress li.woocommerce-MyAccount-navigation-link--edit-account { display: none;} div#buddypress li.woocommerce-MyAccount-navigation-link--edit-address {border-right: 1px solid rgba(0,0,0,.08) !important;} refer: http://prntscr.com/ojd6d6
    4- Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php  Or in Please add this code in your wplms-customizer.php file in wplms customizer plugin by using your FTP/SFTP/cpanel: add_filter( 'bp_settings_show_user_data_page', 'logan_plz_remove_export_data_tab_from_myprofile' ); function logan_plz_remove_export_data_tab_from_myprofile($filter) { return false; } refer: http://prntscr.com/ojcxut
    #219745
    z14165899
    Participant
    This reply has been marked as private.
    #219976
    logan
    Member
    Hello, please find your answer below: 4- Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php  add_filter( 'bp_settings_show_user_data_page', 'logan_plz_remove_export_data_tab_from_myprofile' ); function logan_plz_remove_export_data_tab_from_myprofile($filter) { if(!current_user_can('manage_options')){ return false; }else{ return $filter; } }
    #219994
    Ava
    Member

    Hi

     

    Issue 3 & 5: 

    Okay, I have hidden the two option of “Account” and “Logout” tab.

    Refer: http://prntscr.com/okc54a

    Code I have added in customizer: http://prntscr.com/okc9u6

    But you have to understand that it is not possible to show dashboard menu here, as this totally a different page, the link is redirected to this page where the dashboard menu is not shown. You have to go back for that.

     

    Issue: user dashboard menu bar also disappears when an instructor clicks on CREATE  A COURSE button

    When a “create a course” button is clicked, it redirected it to a new page where a course can be created through the front end. 

    There is no dashboard menu is added. This is a different page with this link  http://prntscr.com/okc8dc and you have to go back to access dashboard menu again.

    #220067
    z14165899
    Participant
    Hello Ava and Logan:
                              All issues have been fixed except issue #1. Thank you.
    
    For issue #1: Please go to this link after logging in http://yueke.ca/members/z14165899/dashboard/, you will see the first the commission stats does not show title and 0$ when there is no data available. The format of it is also too narrow. Please refer to this image http://prntscr.com/ojq1e2
    
    Please help me to fix this issue as well. Thank you for your help and have a nice day.
    
     
    
    
    Best Regards,
    #220118
    logan
    Member
    Dear, that's not an issue because till now user have not received any commission that's why it shows nothing. to make this visible: https://www.youtube.com/watch?v=Crjpf3BabYQ follow these steps and let me know.
    #220145
    z14165899
    Participant
    Hello Logan: I found that the order setting of Profile Menu (http://prntscr.com/okzhdl) in LMS Setting does not correspond to those displayed on the site (http://prntscr.com/okzi4m). The order setting of Course Menu (http://prntscr.com/okzj08) is also very different than those ones displayed on my site (http://prntscr.com/okzjdj). It seems like the order on these setting pages is so random. Could you please tell me how to adjust the order of menu items if these two settings do not correspond to the front end and what wrong with them?     Best Regards,
    #220189
    Ava
    Member
    Hi Okay so for reordering the course menu, you just have to drag and drop the tabs up & down and arrange in the order you want. And for reordering the profile menu, you have to use a third-party plugin: https://www.buddyboss.com/purchase/buddypress-reorder-tabs/   Hope it helps.
    #220486
    z14165899
    Participant
    Hello Ava: Please read my questions carefully. I definitely know how to drag and drop to rearrange the menu items because this is common sense. My question is why the order of menu items on the setting of Profile Menu is different than those on the front end, and so does the Course Menu. In this way, I do not know what order I should rearrange all these items. Please tell me why the order is different. Thanks.
    #220518
    logan
    Member
    Hello, because it is coming from buddypress plugin which is a 3rd party plugin & we are using its functionality to achieve our desires. there are tabs from buddypress default wordpress ordering works on no. suppose, by default Buddypress set items like
    1. item 1 => position 1
    2. item 2 => position 2
    3. item 3 => position 3
    4. item 4 => position 4
    5. item 5 => position 5
    6. item 8 => position 8
    as you could see above there are two remaining positions 6 & 7. we could only place our tabs on that position only. or another alternative is to rearrange these positions by editing in core files which are not recommended. on every update, these codes will be gone. they control their items and positions and we control our items on the remaining position. that's the whole scenario behind your issue. refer this link for better understanding: http://prntscr.com/omc17g
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Several Questions regarding to Styling and Menu Options’ is closed to new replies.