Farook Ibrahim
Forum Replies Created
-
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
I am not sure what cause the issue in your site. Description will display as a first tab in single TV Show page. Can you please activate default theme(Twenty Twenty) and let us know if you have this issue with default theme ?
Regards
Forum: Plugins
In reply to: [MAS Videos] Ordering videosHello @gmass69,
You can use below code in single video page to get or set attributes.
global $video; // Get all attributes $attributes = $video->get_attributes(); // Get specific attribute $size = $video->get_attribute( 'Director' ); // Set attributes $video->set_attributes( $attributes );
Hope this helps.
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksForum: Plugins
In reply to: [MAS Videos] Ordering videosHello @gmass69,
Thank you for reaching us. Custom Attributes are displayed after the Description in single video page. Please make sure you enabled “Visible on the video page” checkbox when adding attributes.
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
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
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
Can you please explain which theme you are using ? I tested with “Twenty Twenty” theme but both TV Show and Movies Block works fine.
Regards
Forum: Plugins
In reply to: [MAS Videos] Debug import stepsHello @looic,
Thank you for trying out our plugin. Here position is the file position after the last read.
Can you please clarify the issue cause during TMDB importer or with your custom CSV file import ?
Regards
Forum: Plugins
In reply to: [MAS Videos] Layout questionsHello @handandhammer,
Thank you for reaching us.
1. Plugin does not have any option to change background color from customizer. We can achieve this with below custom CSS.
body.single-tv_show { background-color: #ddd; }
2. Sorry currently plugin does not have playlists for episodes.
Please do not hesitate to reach us if you have any questions related to our plugin.
Regards
Forum: Plugins
In reply to: [MAS Videos] Displaying Custom Attributes and Video Gallery on Single VideoHello @thestaceyrenee,
Thank you for bringing this issue to our notice. We’ll release an update tomorrow to fix this issue.
Please do not hesitate to reach us if you have any questions related to our plugin.
Regards
Forum: Plugins
In reply to: [MAS Videos] Sample data on github missingHello @89garvhf23,
Thank you for trying out our plugin. We added the sample data for movie. You can get sample data file from here : https://github.com/madrasthemes/masvideos/tree/master/sample-data
Regards
Forum: Plugins
In reply to: [MAS Videos] Thumbnails Not WorkingHello @thejaredisham,
We fixed Twenty Twenty theme compatibility issues and released new update v1.1.6 now.
Regards
Forum: Plugins
In reply to: [MAS Videos] Thumbnails Not WorkingHello @thejaredisham,
Thank you for trying out our plugin. I am not able to reproduce issue with Movies Block. Can you please explain which theme you are using ?
Regards
Forum: Plugins
In reply to: [MAS Videos] Videos are not showing on the single front end viewHello @thestaceyrenee,
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
Forum: Plugins
In reply to: [MAS Videos] template codeHello @rayshman,
I am not sure if I understand your requirement correctly. Can you please help me understand your requirement with a screenshot ?
Here the list of shortcodes included with this plugin : https://docs.madrasthemes.com/masvideos/topics/getting-started/settings-options/shortcodes-included-with-mas-videos/
Regards
Forum: Plugins
In reply to: [MAS Videos] template codeHello @rayshman,
This plugin allows you to create and list movies, videos and TV shows. You can read our plugin documentation here : https://docs.madrasthemes.com/masvideos/
Regards