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

    Please open \wp-content\plugins\contus-video-gallery\hdflvvideoshare.php and find function videogallery_jcar_js_css() {. Inside the function you can find the below code.

    wp_register_script('videogallery_jcar_lib_js', APPTHA_VGALLERY_BASEURL . 'js/jquery-1.2.3.pack.js');
        wp_enqueue_script('videogallery_jcar_lib_js');

    Now replace with wp_enqueue_script('jquery'); and check.

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

    Thread Starter Sumit.raghav

    (@sumitraghav)

    Resolved
    Thanks a lot karthikeyani!
    have a great day!

    One more thing. Actually I want only video carousal on home page in place of posts carousal . Is it possible with this plugin to fetch videos from categories or how could I achieve this. Is there any short-code for this.

    Thank You!

    Hi,

    Please confirm my understanding. You want to display videos from a particular category with related videos under the player in your home page? If so, please make use of the short code [hdvideo playlistid=CATEGORY_ID relatedvideos=on].

    CATEGORY_ID – will be your your category id which you want to display in your home page.

    If not, please let me know your query in detail. So that we can check and assist you accordingly.

    Thread Starter Sumit.raghav

    (@sumitraghav)

    Hi,

    I want to display videos form all categories / particular categories with limit in carousal only. And when i click on particular video it will play in popup.

    When I use this short code it display a video and in bottom related videos. But I dont want that. I only want video carousal.

    I hope you understand my requirement.

    Hi,

    Yes, I understand. But the feature you are requesting is not available in our default package. However you can customize this feature. If you are interested in customization, please contact our Business Development Team at [email protected]

    Thread Starter Sumit.raghav

    (@sumitraghav)

    Oh cool,

    Thanks!

    If you have any other queries feel free to contact us.

    Thank you.

    Thread Starter Sumit.raghav

    (@sumitraghav)

    Hi,

    Can you please tell me the main file name and code which fetch the related videos in carousal.
    And how could I open the video in popup?

    Thanks!

    Hi,

    Related videos displaying in carousal files are,

    View - \wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php
    
    Model - \wp-content\plugins\contus-video-gallery\front\models\videoshortcode.php
    
    Controller - \wp-content\plugins\contus-video-gallery\front\controllers\videoshortcodeController.php

    Open view file and find class="player_related_video". Here we will display the related videos.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Plugin is not working properly’ is closed to new replies.