Issue: Uploading images & triggering functions
-
Hi there,
I’m using the recent version of uipress and discovered two issues:
- Go to Media > Library, click on upload button in the right top corner and uploade an image. Issue: There is no feedback from uipress that the upload process has started or is finished. I have to reload the site to see the new images.
- The issue arises from the dynamic loading of admin pages by UIpress. I have custom functions for the backend that are designed to open popups when specific admin pages, such as the ‘Pages’ overview (
edit.php?post_type=page
), are accessed. However, these scripts are not being executed as expected since the pages are loaded dynamically without a full page reload. So, the function is not triggered again anymore. I want to keep dynamic loading enabled because it provides a much faster performance. Example of a function:
function custom_function() { //
if (page=x) open popup}
add_action('admin_footer', 'custom_function');Do you have any idea how to deal with it without disabling the dynamic loading?
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Issue: Uploading images & triggering functions’ is closed to new replies.