adsmar87
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Cell removes data when editingYes, it already has content in the cell. In this case the cell contains a numeric date, I double click on the cell, then edit the text, once I click away from the cell to save the changes the cell goes blank. So neither the original date or amended date are saved. This happens with every cell I click on, the cell editing mode clears the cell when I click away from the cell.
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Locked chapter included in status countGreat, thanks for your help.
Forum: Plugins
In reply to: [The Events Calendar] Display past events when there are no upcomingHi Darian,
URL: https://lmsportal.wpengine.com/event/
PHP: 7.4
WordPress: 6.1.1
The Events Calendar: 6.0.9
Theme: Vantage 1.20.7
Thats great, thanks for your help!
For anyone else, I added the below to my theme’s functions.php
function admin_error_msg() { return 'Error: Access from your IP address has been blocked for security reasons. Please contact the administrator - [email protected].'; } add_filter( 'aiowps_ip_blocked_error_msg', 'admin_error_msg' );Forum: Plugins
In reply to: [The Events Calendar] Display past events when there are no upcomingHi Chad, thanks for the response.
No I’m not seeing that. I have tried to switch to a default theme and reinstall the plugin but no luck. From other websites I’ve seen, I think what your referring to is the ‘tribe-events-calendar-latest-past’ div but this is not being displayed on my Events page.
Any suggestions would be much appreciated.
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Retaining records when modules are replacedGreat, thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Display future datesYes, that was it. The additional extension must have been removed at some point.
Thanks!
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Error -unable to acquire lms apiSOLVED – Just in case anyone else has the same issue:
My hosting provider looked into this and it appeared to be related to a wp-config setting that specified the site URL as http, and not https. This I believe was causing the cross domain issue. They removed the line and ran a search and replace to update the existing uploaded modules to https. All working fine now.
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Error -unable to acquire lms apiI’ve noticed that the module opens in a new ‘Unsecured’ window, whereas the website is on ‘https’. Is this causing a cross domain issue?
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Can’t re-order modulesHi, this is the error I get in the console. I’ve tried it in Chrome (Version 99.0.4844.82) and Edge (Version 98.0.1108.62).
sortable.min.js?ver=1.13.1:9 Uncaught TypeError: Cannot read properties of undefined (reading 'vertical') at x.<computed>.<computed>._intersectsWithPointer (sortable.min.js?ver=1.13.1:9:9834) at x.<computed>.<computed>.r.<computed> (core.min.js?ver=1.13.1:116:965) at x.<computed>.<computed>.r.<computed> [as _intersectsWithPointer] (core.min.js?ver=1.13.1:116:965) at x.<computed>.<computed>._mouseDrag (jquery.mjs.nestedSor…js?ver=1.8.4:271:25) at x.<computed>.<computed>.r.<computed> [as _mouseDrag] (core.min.js?ver=1.13.1:116:965) at x.<computed>.<computed>._mouseStart (sortable.min.js?ver=1.13.1:9:4334) at x.<computed>.<computed>.r.<computed> (core.min.js?ver=1.13.1:116:965) at x.<computed>.<computed>.r.<computed> [as _mouseStart] (core.min.js?ver=1.13.1:116:965) at x.<computed>.<computed>._mouseMove (mouse.min.js?ver=1.13.1:9:2340) at x.<computed>.<computed>.r.<computed> (core.min.js?ver=1.13.1:116:965) _intersectsWithPointer @ sortable.min.js?ver=1.13.1:9 r.<computed> @ core.min.js?ver=1.13.1:116 r.<computed> @ core.min.js?ver=1.13.1:116 _mouseDrag @ jquery.mjs.nestedSor…le.js?ver=1.8.4:271 r.<computed> @ core.min.js?ver=1.13.1:116 _mouseStart @ sortable.min.js?ver=1.13.1:9 r.<computed> @ core.min.js?ver=1.13.1:116 r.<computed> @ core.min.js?ver=1.13.1:116 _mouseMove @ mouse.min.js?ver=1.13.1:9 r.<computed> @ core.min.js?ver=1.13.1:116 r.<computed> @ core.min.js?ver=1.13.1:116 i._mouseCapture._mouseDistanceMet._mouseDelayMet._mouseMoveDelegate @ mouse.min.js?ver=1.13.1:9 dispatch @ jquery.min.js?ver=3.6.0:2 v.handle @ jquery.min.js?ver=3.6.0:2Perfect. Thanks for the help!
Forum: Plugins
In reply to: [Download Manager] jquery table not loadingHi, thanks for your quick response. It was the old way of using hyphens instead of underscores in my short code that was the issue. Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Change Upcoming text on list viewExcellent, thank you so much for this!
Forum: Plugins
In reply to: [CLUEVO LMS, E-Learning Platform] Cluevo doesn’t display on SafariI am having this issue on Safari for iPhone. I get an error message pop up: ERROR: Failed to establish a connection to the lms.
Forum: Plugins
In reply to: [Download Manager] Display Icon in page templateI’ve tried the [wpdm_all_packages items_per_page=10 jstable=1] shortcode and the issue is still there.
This only happens when I add the [icon] shortcode to the page-template-default.php file. If I only add [icon] to one of the other page templates, the issue does not happen. But I need the icon on the default template.