Title: jules22's Replies | WordPress.org

---

# jules22

  [  ](https://wordpress.org/support/users/jules22/)

 *   [Profile](https://wordpress.org/support/users/jules22/)
 *   [Topics Started](https://wordpress.org/support/users/jules22/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jules22/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jules22/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jules22/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jules22/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jules22/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/jules22/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jules22/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jules22/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Image on Single Course Page](https://wordpress.org/support/topic/image-on-single-course-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/image-on-single-course-page/#post-18366059)
 * Thanks, is 400 x 400 the max ? Seems to not be able to go beyond that size ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Filtering by Category on the courses page.](https://wordpress.org/support/topic/filtering-by-category-on-the-courses-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/filtering-by-category-on-the-courses-page/#post-18298845)
 * Thanks, the filter did not work, but I removed the search bar with css. The problem
   is that the filter widget disappears on mobile view. I would also like that widget
   area to be on the top of the course listings, not as a sidebar. Not sure if it
   is possible but I would like to hook into this page and place the category filter
   at the top and have it show on mobile view. Here is the current page: [https://artisalwaysmagic.com/courses/](https://artisalwaysmagic.com/courses/)
   Note: using the learn_press_is_courses_page() function gives an error, function
   does not exist.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Filtering by Category on the courses page.](https://wordpress.org/support/topic/filtering-by-category-on-the-courses-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/filtering-by-category-on-the-courses-page/#post-18296293)
 * Thanks for the quick response. Works great. How can i hook into the courses page?
   The **if(is_page(“All Courses”)){ \*output something\* }** function does not 
   work with the courses page. Tried with both page_id and page name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Overriding the Offline Single Course Page](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/#post-18056011)
 * Great thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Overriding the Offline Single Course Page](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/#post-18054777)
 * Sorry 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Overriding the Offline Single Course Page](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/overriding-the-offline-single-course-page/#post-18054734)
 * Thanks 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Lessons not showing up in Lesson Count](https://wordpress.org/support/topic/lessons-not-showing-up-in-lesson-count/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/lessons-not-showing-up-in-lesson-count/#post-18022323)
 * Hi thanks for the info. This did not resolve the issue. There are the two main
   issues in site health:
    1. 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](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
   Performance
 * 2. 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Lessons not showing up in Lesson Count](https://wordpress.org/support/topic/lessons-not-showing-up-in-lesson-count/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [2 years ago](https://wordpress.org/support/topic/lessons-not-showing-up-in-lesson-count/#post-18019750)
 * Okay thanks, the site is under development, so currently there is no SSL certificate
   installed. Will this effect any other behaviours ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Planner - Editorial Calendar, Marketing Content, Kanban Board] Deleting Notifications Log](https://wordpress.org/support/topic/deleting-notifications-log/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/deleting-notifications-log/#post-17103862)
 * Worked great, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Recent Error](https://wordpress.org/support/topic/recent-error/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/recent-error/#post-16693769)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Recent Error](https://wordpress.org/support/topic/recent-error/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/recent-error/#post-16675970)
 * More info: Your site doesnt include support for the lzb-constructor/main block.
   You can leave this block intact or remove it completely.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Booking Manager for WooCommerce – Sell Tickets, Event Registration, RSVP & Event Calendar] Determine if item in cart is an event](https://wordpress.org/support/topic/determine-if-item-is-cart-is-an-event/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/determine-if-item-is-cart-is-an-event/#post-15268990)
 * Worked great, thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] Fatal Error](https://wordpress.org/support/topic/fatal-error-3771/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-3771/#post-14007898)
 * Thanks 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Transfer to another event plugin](https://wordpress.org/support/topic/transfer-to-another-event-plugin/)
 *  [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/transfer-to-another-event-plugin/#post-13924364)
 * I 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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Newest to Oldest not working](https://wordpress.org/support/topic/newest-to-oldest-not-working/)
 *  Thread Starter [jules22](https://wordpress.org/support/users/jules22/)
 * (@jules22)
 * [6 years ago](https://wordpress.org/support/topic/newest-to-oldest-not-working/#post-13390126)
 * Perfect thanks.

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/jules22/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jules22/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jules22/replies/page/2/?output_format=md)