• So I recently tried to use MAS video for my site. The issue I’m having is, as soon as I add a movie or a TV series to it, it does not show up on the designated page. So say I have the page for movies called movies, it does not show up.

    So I’d like to know if there’s a solution to it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Farook Ibrahim

    (@farookibrahim)

    Hello @iambatmanyourdad,

    Thank you for trying out our plugin. 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 iambatmanyourdad

    (@iambatmanyourdad)

    Hey @farookibrahim

    Thanks for the quick reply. I pasted the code you provided to the theme’s function.php file and then added a blank movie page. However, the movies aren’t showing up on the blank movies page. Also, you mentioned using a shortcode. Could you please elaborate on that so that I can try that as well?

    Thanks again.

    Thread Starter iambatmanyourdad

    (@iambatmanyourdad)

    Hey @farookibrahim , sorry to double post. But could you possibly let me know if there’s a documentation for the plugin? As I was unable to find it.

    Thanks.

    Plugin Author Farook Ibrahim

    (@farookibrahim)

    Hello @iambatmanyourdad,

    Please make sure you assigned created movies page at Appearance > Customize > MAS Videos > Movies > Movies Page.

    You can check our documentation here : https://docs.madrasthemes.com/masvideos/

    Regards

    Thread Starter iambatmanyourdad

    (@iambatmanyourdad)

    Hello @farookibrahim

    Yes, I’ve assigned the page yet the page is totally blank. The only way I could get the movies to display there is by using the mas video black widget. But I think that isn’t correct and beats the purpose since that way there won’t be any movie pages.

    Plugin Author Farook Ibrahim

    (@farookibrahim)

    Hello @iambatmanyourdad,

    Can you please explain which theme you are using ? Please activate default theme Twenty Twenty and check.

    Regards

    Thread Starter iambatmanyourdad

    (@iambatmanyourdad)

    Thanks @farookibrahim

    Weirdly enough, the page for movies has started working after I downloaded Twenty Twenty, activated it and reverted back to my original theme. I had initially removed all the pre-installed themes and just kept one of them. Was that the cause of the problem?

    Also, another thing which is happening is that now when I go to the assigned pages, the pages kinda break. So they don’t follow the theme style.

    This is the default theme style which is being followed throughout the site: https://i.imgur.com/Rk6htVE.png

    However, after activating the theme for this and going to the pages it goes like this: https://i.imgur.com/WfqqJre.png

    Can’t even see the menus.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘MAS Video Pages do not work’ is closed to new replies.