jules22
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Overriding the Offline Single Course PageGreat thanks!
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Overriding the Offline Single Course PageSorry another question, I was testing a filter as follows:
function filter_buttons($htmlarray){
var_dump($htmlarray);
}add_filter( ‘learn-press/single-course/offline/section-right/info-meta/buttons’, ‘filter_buttons’);
It did echo me the array contents but also the following error:
Fatal error: Uncaught TypeError: LearnPress\Helpers\Template::combine_components(): Argument #1 ($elms) must be of type array, null given, called in /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/TemplateHooks/Course/SingleCourseOfflineTemplate.php on line 223 and defined in /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/Helpers/Template.php:262 Stack trace: #0 /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/TemplateHooks/Course/SingleCourseOfflineTemplate.php(223):
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Overriding the Offline Single Course PageThanks for the quick reply. Is it possible to create single-{post-type}.php , for example in the theme folder create the file single-lp_course.php and create a custom query in the file ?
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lessons not showing up in Lesson CountHi thanks for the info. This did not resolve the issue. There are the two main issues in site health:
- The REST API encountered an unexpected result Performance
The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.
When testing the REST API, an unexpected result was returned:
REST API Endpoint: https://artisalwaysmagic.com/wp-json/wp/v2/types/post?context=edit
REST API Response: (404) Not Found Your site could not complete a loopback request Performance2. Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request returned an unexpected http status code, 403, it was not possible to determine if this will prevent features from working as expected.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lessons not showing up in Lesson CountOkay thanks, the site is under development, so currently there is no SSL certificate installed. Will this effect any other behaviours ?
Worked great, thanks!
Forum: Plugins
In reply to: [Custom Blocks Constructor - Lazy Blocks] Recent ErrorI cant access edit view for the blocks.
I exported the blocks from the site which was causing the issue then imported them into a fresh install on a different site. The blocks were fine.
Forum: Plugins
In reply to: [Custom Blocks Constructor - Lazy Blocks] Recent ErrorMore info: Your site doesnt include support for the lzb-constructor/main block. You can leave this block intact or remove it completely.
Worked great, thanks.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Fatal ErrorThanks for the response. The current plugin installed is WP-Matomo Integration ver 1.0.24.
My client says he setup with an “On Premise” installation which removes his cloud-based access.
You had mentioned it looks like an error in Matomo/Piwik, does that mean it is an error with their platform. Sorry I am not too familiar with the Matomo setup. If it is a an error as you described what would be the best way to address the issue ?
Thanks Juli
Forum: Plugins
In reply to: [Event Calendar] Transfer to another event pluginI have the following error on full calendar page:
Uncaught TypeError: Cannot read property 'offsetTop' of undefined at S (jquery.fullcalendar.min.js?ver=1.5.3:2816) at a (jquery.fullcalendar.min.js?ver=1.5.3:2634) at mc.a [as renderEvents] (jquery.fullcalendar.min.js?ver=1.5.3:1382) at da (jquery.fullcalendar.min.js?ver=1.5.3:175) at sa (jquery.fullcalendar.min.js?ver=1.5.3:166) at jquery.fullcalendar.min.js?ver=1.5.3:423 at Object.success (jquery.fullcalendar.min.js?ver=1.5.3:464) at c (jquery.min.js?ver=3.5.1:2) at Object.fireWith [as resolveWith] (jquery.min.js?ver=3.5.1:2) at l (jquery.min.js?ver=3.5.1:2) (index):300 Uncaught TypeError: Cannot read property '1' of null at window.onerror ((index):300)
I did Karens (@karen-turner) upgrades, site here:
https://wolseleyfamilyplace.com/events/
I love the plugin and have a couple of sites running it. I have been doing my own Jquery hacks to keep it going but this error I cant seem to fix. Also installed the Migrate helper plugin.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Newest to Oldest not workingPerfect thanks.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Newest to Oldest not workingHi thanks for the response. However you are still relying on the use of html code (<br>) in your WYSIWYG editor. It should not be referred to as a WYSIWYG editor, if one needs to use html code. For me it is not an issue to use html but not for my clients it is.
Forum: Plugins
In reply to: [Page scroll to id] Scroll to ID in Chrome issueI solved the issue by removing the following CSS from my theme (body and html classes):
overflow-x: hidden;
- This reply was modified 5 years, 3 months ago by jules22.