teeboy4real
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Media Offloader] Support for custom media directoryKIndly find the updated cmd plugin at https://www.dropbox.com/scl/fi/o1jdyrloevq5fn7xbbzcn/custom-media-directory-5.3.0.zip?rlkey=fz05wkkqp3maz2738ourodzcu&st=ho82e93a&dl=0
Forum: Plugins
In reply to: [Advanced Media Offloader] Support for custom media directorySee attached plugin im using https://www.dropbox.com/scl/fi/ylinrh235j6sfo4ugknoz/custom-media-directory-5.0.1.zip?rlkey=03l6aqcbtt4cqlbco33etdhe1&st=fsxcvfds&dl=0
AMO’s
get_attachment_subdir()was written assuming the local upload structure is always either the WordPress default (YYYY/MM/) or flat (no subdirectory). It has no awareness of custom directory prefixes injected byupload_dirfilters like CMD’s. The fix would belong in AMO — it should derive the cloud subdirectory directly from_wp_attached_filepost meta (which always contains the correct relative path that CMD sets), rather than re-parsing the file path with a numeric year/month assumption.Forum: Plugins
In reply to: [Disable Media Sizes] Support for Modern Image Formats pluginHi
Thanks for the feedback, while using the modern image formats plugin I uploaded an image (AD1.png) and when I check the folder I can see multiple images listed below
AD1.png (orignal image)
AD1.webp
AD1-50×13.webp
AD1-100×26.webp
AD1-150×100.webp
AD1-350×200.webp
I think an option to only retain the original converted image (AD1.webp) would be best or whats youur opinion
Thanks
Forum: Plugins
In reply to: [Super Progressive Web Apps] Push Notification for Post and BuddyPressHello
Please note that the plugin author has also replied to the ticket and is willing to help
Forum: Plugins
In reply to: [Push Notification for Post and BuddyPress] Feature requestWow you are absolutely awesome thanks so much, giving you a 5 star review right now
Forum: Plugins
In reply to: [Push Notification for Post and BuddyPress] Support for the superPWA pluginThey have raised a GitHub ticket ( https://github.com/SuperPWA/super-progressive-web-apps/issues/620 ) regarding this concern and it will be addressed in an upcoming update.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Push Notification for Post and BuddyPressThanks for the feedback,
The problem is that superPWA and PNFPB plugin both generate service workers. At a time, browser will take only one service worker to be active. Since both plugin generates service worker according to their functionality, it will create conflict.
I want Super PWA to support the push notification logic of the PNFPB plugin I don’t want to use pushnotifications.io
Follow up at PNFPB support https://ww.wp.xz.cn/support/topic/support-for-the-superpwa-plugin/
Thanks
Thanks for the feedback I’ll be looking forward to this feature
Forum: Plugins
In reply to: [Push Notification for Post and BuddyPress] Support for the superPWA pluginThanks so much for the feedback
I have requested for support at https://ww.wp.xz.cn/support/topic/push-notification-for-post-and-buddypress/
Kindly follow topic to receive notification reply
Forum: Plugins
In reply to: [Super Progressive Web Apps] Push Notification for Post and BuddyPressThis is the link to be viewed on chrome https://nigerpress.com/advert/hp-pavilion-14-x360-intel-core-i3-8gb-ram-1tb-hdd-wins-10/
I think my only option is to completely hide the [X] button on mobile using display:none since upward swipe also closes the popup
opps! the code worked in desktop but not for touchscreen on mobile when clicking the [X] button with finger touch
I think I just sloved with problem with css using code below
#swipebox-slider {
cursor: default !important;
}
.single-advert #swipebox-close {
z-index: 99999 !important;
}This is from my error log,
Critical Uncaught Error: Call to undefined function bp_directory_page() in /var/www/wptbox/wp-content/plugins/wp-popups-lite/src/includes/class-rules.php:1431
Critical Uncaught Error: Call to undefined function bp_profile_page() in /var/www/wptbox/wp-content/plugins/wp-popups-lite/src/includes/class-rules.php:1413