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
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.
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.
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
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.
Hello @iambatmanyourdad,
Can you please explain which theme you are using ? Please activate default theme Twenty Twenty and check.
Regards
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.