Many thanks for this plugin!
I have a issue, not a bug, but may need enhancement.
When the (awesome) click and drag order feature is activated, we cannot scroll vertically on post list pages on mobile, because the sorting feature as the priority over the scrolling. There should be some quite of button to be able to be in “scrolling” mode or something like that.
My workaround: A simple code snippet to deactivate the click and drag script if I’m on mobile. It’s ok for my case, but maybe other users need sorting on mobile.
// Prevent CPT Order plugin to force click and drag on mobile while scrolling the post list
add_action( 'wp_print_scripts', 'xr_deregister_admin_script');
function xr_deregister_admin_script() {
if( is_admin() && wp_is_mobile() ) {
wp_deregister_script( "cpto" );
}
}
I don’t know what would be the best way to handle this. Anyway, you know the issue!
Thx for your support!
]]>For my website, I am trying to have users click on multiple pictures from a gallery on a page and drag them into a ranking-like order somewhere else on the page. My goal with this is to have users pick out specific pictures from a gallery and place them into a specific order that I can then see and collect that data. I have tried to find a plugin which could do this, but for the past three days have had no luck. Does anyone know a plugin which could do some part or all of what I am thinking?
Thanks!
]]>#2 – I tell the edit page to connect a photo with the media URL, but later, it’s like I never put it in. It’ll say that no URL was put in. I’ll work with the one photos for an hour, back and forth, and it will keep erasing my order to use the media URL. I cut and paste it in the ‘custom URL’ slot, but don’t know what the consequences of it not linking straight to my media library.
Again, thanks for what you do.
Laura Stella Sitges
Does anyone know how to change this setting or if there is a plugin?
]]>I’ve been using wordpress on my server for about 4 months now, and it was great at first, however I’ve noticed numerous problems as time went by.
1. I cannot click & drag my widgets. I click them, and nothing happens. There has been 3 versions of wordpress out since I’ve noticed this error, and the issue is STILL not fixed, even AFTER I posted a separate topic the day the problem began
2. In comments, I am able to approve, etc, but once I do a quick edit and submit the revised comment, it will not allow me to re-quick edit another post, NOR will it allow me to approve, etc, unless I refresh the page.
Those are the only things I can think of as of now, but I’m sure there are more issues.
]]>