Several setup issues

Home Forums Legacy Support Support queries Setup issues Several setup issues

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #169439
    factoriarte
    Spectator
    Hello! I'm having some troubles with the configuration of my site. 1.- Home Is it possible to align the filterableitems.container? I'd like to center it like the others elements of the page: https://prnt.sc/k7eb3t 2.- Course category Can I show the course date in every course of the course category page like it appears here: https://prnt.sc/k7ecxb 3.- span.onsale Is it possible to put the span.onsale label on the home page or only appears in the store? https://prnt.sc/k7eeih
    1. Adding courses
    When an instructor creates a course, it appears directly. This doesn't seem to work: https://prnt.sc/k7efre
    1. Lost in translation
    There are some strings I cannot translate (students' dashboard): https://prnt.sc/k7egwj   Thank you!
    #169440
    factoriarte
    Spectator
    This reply has been marked as private.
    #169441
    factoriarte
    Spectator
    6.- Link colors When clicking on some links, they remain blue. How do I modify this?
    #169578
    factoriarte
    Spectator
    I solve the translation issue
    #169616
    Mark Morgan
    Spectator
    1 Sorry this is not possible to make the filterable items in center. 2 Please tell me the date of which particular course you want to show on category page. 3 Yes this could be possible by customization which will be paid. 4 According to your screenshot this setting is working fine, try after changing the setting. 6 You can change the link color of your site from wp-admin -> Appearance -> Customize -> Body. refer : http://prntscr.com/k7y49j
    #169631
    factoriarte
    Spectator
    2 Start date 6 I can change the link color but is the link that appears before clicking. After clicking, some of then change Thanks
    #169714
    Mark Morgan
    Spectator
    2 Please tell me the course name of the category. 6 Please share a screenshot of that link with which this issue happens.
    #169716
    factoriarte
    Spectator
    Another issue: Is it possible to change the title of the course page and the blog page. I'd like them to appear in [heading] style
    #169717
    factoriarte
    Spectator
    2 I want the start date in every page: courses, course category (expertos, seminarios...) 6 BuddyDrive buttons: https://prnt.sc/k8b0jo Thank you, Mark!
    #169873
    factoriarte
    Spectator
    The blue color also appears in any link I put in the text.
    #169905
    factoriarte
    Spectator
    Is there any way to avoid waiting for thirty minutes when a user has left without logging off? How can you open session on several devices simultaneously?
    #170006
    Anshuman Sahu
    Keymaster
    for login session issue please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_login_threshold',function($x){     return 1; });     that title thing is not available as of now for that you would need to modify the template using child theme . for the start data everywhere please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_action('bp_directory_course_item',function(){   global $post;   if(function_exists('bp_course_get_start_date')){       $date = bp_course_get_start_date($post->ID);       $date = str_replace('-','/',$date);       $return .='<span class="fa fa-calendar-check-o">'.(date_i18n( get_option( 'date_format' ), strtotime( $date ))).'</span>';   }   echo '<style>span.fa.fa-calendar-check-o {position:absolute;top:0;right:0;}</style>';   echo $return;   });
    #170116
    factoriarte
    Spectator
    Thank you, Alex!
    #170164
    Mark Morgan
    Spectator
    Can i close this topic now?
    #170583
    factoriarte
    Spectator
    Yes, you can close it, Mark. Thanks!
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Several setup issues’ is closed to new replies.