skip to Main Content

Can I purchase a WPLMS course on WordPress?

I am using WPLMS theme for a course management website. I am using following code to display a button in the details page. add_filter('wplms_before_course_description','custom_add_second_button'); function custom_add_second_button($course_details){ $custom_link = get_post_meta(get_the_ID(),'Custom_button_link',true); if(isset($custom_link)){ echo '<a class="full button" href="'.$custom_link.'"><span class="vicon vicon-shopping-cart"></span> Buy This Course</a>';…

VIEW QUESTION

How to add new plugin like Autocomplete in CK classic editor 5 used in ASP .net core mvc? – Jquery

Here I integrate classic CK-Editor in View of C# file.I am trying to add new autocomplete plugin in classic editor. <div class="card-body areacls cardBox" contenteditable="true" id="@areaId" data-href="@item.Id" onclick="createEditor(@areaId)"> @Html.Raw(item.Description) </div> <script> var editors = new Map(); function createEditor(elementToReplace) { return…

VIEW QUESTION

PHP Fatal error: Allowed memory size of 268435456 bytes exhausted in sitepress-multilingual-cms – WordPress

I am facing on the error like PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2097160 bytes)in wp-content/plugins/sitepress-multilingual-cms/classes/utilities/class-debug-backtrace.php line 138. I tried to increase the memory limit in wp-config.php by adding define("WP_MEMORY_LIMIT", "512M"), but it…

VIEW QUESTION
Back To Top
Search