• Resolved mtcritics

    (@mtcritics)


    I have installed the MAS Videos plugin. The custom post types and all the pages are created perfectly.

    However, when I am trying to create a new movie and preview it after filling all the data in the “Movie Data” section, I cannot see the data in the “Published Post”.

    I also tried creating a custom template for the post type and tried to retrieve data using the “Dynamic Tag”. However, I have no idea how to retrieve the data from the “Movie Data” section in Elementor.

    Can anyone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @mtcritics,

    Thank you for trying out our plugin. MAS Videos is fully independent of the Elementor plugin. I am not sure if I understand your issue correctly. Can you please help me understand your issue with screenshots or a short video?

    MAS Videos template overrides are only enabled on themes that declare MAS Videos support. If you do not declare MAS Videos support in your theme, MAS Videos will assume the theme is not designed for MAS Videos compatibility and will use shortcode-based unsupported theme.

    Declaring MAS Videos support is straightforward and involves adding one function in your theme’s functions.php file.

    function mytheme_add_masvideos_support() {
        add_theme_support( 'masvideos' );
    }
    add_action( 'after_setup_theme', 'mytheme_add_masvideos_support' );

    Regards

    Thread Starter mtcritics

    (@mtcritics)

    Thanks a lot. It worked like a charm. But can you tell me how can I further customize the template to match the design of my website?

    Thread Starter mtcritics

    (@mtcritics)

    Here is an example website:
    Black Widow

    I want to have this type of page design for the movie data. Is it possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Retreive “Movie Data” In Elementor’ is closed to new replies.