jules22
Forum Replies Created
-
Thanks, is 400 x 400 the max ? Seems to not be able to go beyond that size ?
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/ Note: using the learn_press_is_courses_page() function gives an error, function does not exist.
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.
Great thanks!
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):
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 ?
Hi 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.
Okay 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 Block Builder - 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 Block Builder - 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.
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Determine if item in cart is an eventWorked great, thanks.
Forum: Plugins
In reply to: [Connect Matomo - Analytics Dashboard for WordPress] 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.