Home › Forums › Legacy Support › Support queries › Setup issues › Several setup issues
Tagged: align, coursecategory, filterableitems, translation
- This topic has 15 replies, 3 voices, and was last updated 6 years, 5 months ago by Mark Morgan.
-
AuthorPosts
-
July 17, 2018 at 8:40 am #169439factoriarteSpectatorHello! 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
- Adding courses
- Lost in translation
July 17, 2018 at 8:42 am #169440factoriarteSpectatorThis reply has been marked as private.July 17, 2018 at 8:49 am #169441factoriarteSpectator6.- Link colors When clicking on some links, they remain blue. How do I modify this?July 18, 2018 at 8:39 am #169578factoriarteSpectatorI solve the translation issueJuly 18, 2018 at 12:18 pm #169616Mark MorganSpectator1 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/k7y49jJuly 18, 2018 at 1:30 pm #169631factoriarteSpectator2 Start date 6 I can change the link color but is the link that appears before clicking. After clicking, some of then change ThanksJuly 19, 2018 at 7:45 am #169714Mark MorganSpectator2 Please tell me the course name of the category. 6 Please share a screenshot of that link with which this issue happens.July 19, 2018 at 7:50 am #169716factoriarteSpectatorAnother issue: Is it possible to change the title of the course page and the blog page. I'd like them to appear in [heading] styleJuly 19, 2018 at 7:55 am #169717factoriarteSpectator2 I want the start date in every page: courses, course category (expertos, seminarios...) 6 BuddyDrive buttons: https://prnt.sc/k8b0jo Thank you, Mark!July 20, 2018 at 6:34 am #169873factoriarteSpectatorThe blue color also appears in any link I put in the text.July 20, 2018 at 10:04 am #169905factoriarteSpectatorIs 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?July 21, 2018 at 7:35 am #170006Anshuman SahuKeymasterfor 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; });July 23, 2018 at 6:44 am #170116factoriarteSpectatorThank you, Alex!July 23, 2018 at 1:24 pm #170164Mark MorganSpectatorCan i close this topic now?July 27, 2018 at 6:32 am #170583factoriarteSpectatorYes, you can close it, Mark. Thanks! -
AuthorPosts
- The topic ‘Several setup issues’ is closed to new replies.