Home › Forums › Legacy Support › Support queries › Setup issues › Certificate Front End
Tagged: certificate
- This topic has 13 replies, 3 voices, and was last updated 8 years, 7 months ago by foxycleop.
Viewing 14 posts - 1 through 14 (of 14 total)
-
AuthorPosts
-
December 6, 2015 at 1:27 pm #12448DannySpectatorHi, I have created a Certificate Template but I am not able to select that template in the Front End. Nothing could be found when I type in the search bar. Using Modern Theme and new Edit-Course mode. Could you please help! ThanksDecember 6, 2015 at 1:40 pm #12451DannySpectatorURL. http://www.qampus.webchannel.nuDecember 7, 2015 at 8:36 am #12547Anshuman SahuKeymasterPlease try disabling the " linkage " or " instructor content privacy " from wp-admin -> wplms -> course manager if you have enabled it .December 9, 2015 at 10:38 am #12983DannySpectatorHi, The linkage has always been disabled and I have disabled Course Privacy. Still no certificate till select in Front End. Will send some admin credentials.December 9, 2015 at 10:38 am #12984DannySpectatorUserid <span style="font-size: 13px; font-family: Arial;" data-sheets-value="[null,2,"wplmsdevadmin"]" data-sheets-userformat="[null,null,513,[null,0],null,null,null,null,null,null,null,null,0]">wplmsdevadmin</span> Password <span style="font-size: 13px; font-family: Arial;" data-sheets-value="[null,2,"devadminwplms2015"]" data-sheets-userformat="[null,null,513,[null,0],null,null,null,null,null,null,null,null,0]">devadminwplms2015</span>December 9, 2015 at 10:39 am #12985DannySpectatorSorry for the format. Userid wplmsdevadmin Password devadminwplms2015December 11, 2015 at 5:28 am #13351Anshuman SahuKeymasterWe need ftp credentials to check this issue . Can you please share a valid ftp credentials. Ps: mark reply as private while sharing info .December 13, 2015 at 9:30 pm #13720DannySpectatorSure, Host: <span style="line-height: 1.5;">ftp.qampus.webchannel.nu</span> Username: <span style="line-height: 1.5;">163362_master</span> Password: Alicia081016December 14, 2015 at 7:19 am #13755Anshuman SahuKeymasterHi we checked your site and found that you have added a filter in your customizer plugin that was causing this error . add_filter('wplms_fontend_cpt_query','custom_wplms_fontend_cpt_query'); function custom_wplms_fontend_cpt_query(){ return $args= array( 'post_type'=> 'product', 'author' => get_current_user_id(), 'numberposts'=> 999 ); }December 18, 2015 at 10:50 pm #14627DannySpectatorOk, If i delete that filter it works. Hm, but then I don´t have the instructor privacy. I wan´t to create a default certificate to all instructors. And also have instructor privacy. :-)December 19, 2015 at 8:55 am #14676Anshuman SahuKeymasterYOu can try adding this code :
add_filter('wplms_fontend_cpt_query','custom_wplms_fontend_cpt_query',999);
function custom_wplms_fontend_cpt_query($args){ if($args['post_type']=='certificate'){ unset($args['author']);
}
return $args;
}
April 20, 2016 at 7:25 am #43872foxycleopSpectatorHi there: I have the same issue. I have disabled course linkage but the instructor privacy is on because I need that. I keep on getting the "No certificates found" message. What is a solution to this? Thanks!April 20, 2016 at 2:07 pm #43964Anshuman SahuKeymasterHave you checked that your certificate template is published ? Need to check this at your end coz it is working fine at all our test and demo sites . Please share your site url adn admin credentials,, Ps : mark reply as private while doing so .April 21, 2016 at 11:47 am #44104foxycleopSpectatorIts okay I was able to figure it out...it was conflict with Relevanssi plugin. Had to remove Relevanssi plugin/ -
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)
- The topic ‘Certificate Front End’ is closed to new replies.