Yes, it is possible. You need order the videos based on name instead of video ID. So let me know where you exactly want to change the order. So I can share the exact file and place, where you can change the code.
Else, you need to find ORDER BY throughout the plugin and replace change the code to ORDER BY name ASC. For eg:
If you find the code like the below one:
ORDER BY a.ordering ASC
Then you need to change code like this.
ORDER BY a.name ASC
Where can I find the code in the plugin?
Thanks,
Jordan
Hi,
Could you help out with this?
Thanks,
Jordan
Hi,
You need to find in all the model and view files.
\wp-content\plugins\contus-video-gallery\front\models\videohome.php
\wp-content\plugins\contus-video-gallery\front\models\videomore.php
\wp-content\plugins\contus-video-gallery\front\models\videoshortcode.php
\wp-content\plugins\contus-video-gallery\front\views\videohome.php
\wp-content\plugins\contus-video-gallery\front\views\videomore.php
\wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php
If you could share the URL and place where exactly you want to change the order, I can share the exact file.