Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I have reviewed your link and found that wp-admin is missing in your URL. Please contact our supporting team at https://apptha.com. So that we can check from our end and assist you accordingly.

    Hi,

    Please open /wp-content/plugins/contus-video-gallery/admin/views/playlist/playlist.php and go to line numbers 227 and 230 and find <?php echo get_bloginfo('url'); ?>?page=newplaylist&playlistId=<?php echo $playlistView->pid; ?> and replace with <?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=newplaylist&playlistId=<?php echo $playlistView->pid; ?>

    Now open /wp-content/plugins/contus-video-gallery/admin/views/videos/video.php and go to line number 244 and find <?php echo get_bloginfo('url'); ?>?page=newvideo&videoId=<?php echo $videoView->vid; ?> inside href parameter and replace with the following code <?php echo get_bloginfo('url'); ?>/wp-admin/admin.php?page=newvideo&videoId=<?php echo $videoView->vid; ?>. And also replace the same code in line number 259, 263

    If you are still facing the same issue, feel free to contact us.

    Thread Starter jockoe

    (@jockoe)

    That seemed to have fixed the problem. Thank you.

    Hi,

    Thank you for your update. If you have any other queries feel free to contact us.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot Edit Videos’ is closed to new replies.