864 comments found.
What if I want to sell single movies, episodes or just a season? Like a TVOD. How do I customize it? I want know before I buy
Hello there,
Thank you for your interest in our theme. I understand your requirement. However this can be realised using a eCommerce platform like WooCommerce. The theme is not built for WooCommerce and hence you cannot use this theme to sell videos.
If you are looking only for restrict access, you can use the theme with Ultimate Membership Pro or Restrict Content Pro or any other third-party plugins to achieve subscriptions feature.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Farook
holas buenas mi pregunta antes de comprar es sobre las integraciones de anuncios en que zona se intregar ,mayormente mi web recibe trafico movil
tambien acerca de agregar tv-show y temporadas tiene un doc para analizarlo ?.
Hello there,
Thank you for your interest in our theme. There are many third-party plugins that you can use to manage ads. If you need help with the compatibility please let us know, we’ll try our best to help.
I suggest that you trial the theme before purchase. Please let us know via our support for trial access.
Thanks, Farook
Hello,
Can self hosted videos embedded from Cloudflare stream be compatible with this theme?
Thanks
Hello there,
Thank you for your interest in our theme. WordPress supports third party video embeds like Youtube, Vimeo, etc., by default. Our theme allows you to use any type of video player as long as the video player has a WordPress plugin.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Good day.
How do i change the link of the login and register bottom. ?
Thank you in advance.
Also the logout bottom.
Hello there,
Thank you for purchasing our theme and for reaching us. Please add this custom PHP code to your child theme’s functions.php to update link of header login and register links.
https://gist.github.com/farookibrahim/77ee85a22e702701b3ab43ee27b90173Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Thank you Farook, im not great at understanding coding. So what exactly do i change in the code to place my own link ?
Hello again,
Please email our support from here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support with your WP admin details. We’ll add this code for you.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Hi again I know where to add it, in the functions.php of child theme off course.
I just don’t know what to do after i add the code in the child theme.
Let me know Thanks
Hello again,
Please add above custom PHP code to your child theme’s functions.php file. Now update login url at line 93 & 97 for href value and update register url at line 99 for href value. For logout button you can update url at line 72.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Hi Do you have any demo account for login?
Hello there,
Thank you for your interest in our theme. Please email our support from here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support and we’ll setup a trial for you.
Thanks, Farook
Hello,
I will disable wordPress automatically generated Images, cause there are 7 different size.
But I need to know which size does your theme use? can you say to me please? I dont want to disable your theme using image files.
thank you.
regards.
Hello there,
Thank you for reaching us. In theme we registered 3 image sizes and MAS Videos plugin we registered 6 image sizes. These are the registered image sizes in theme ‘480×270’, ‘696×677’ and ‘990×440’. These are the registered image sizes in MAS Videos ‘masvideos_video_large’, ‘masvideos_video_medium’, ‘masvideos_video_thumbnail’, ‘masvideos_movie_large’, ‘masvideos_movie_medium’ and ‘masvideos_movie_thumbnail’.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
thank you Farook,
one more question, I need add something to my functions.php file. so when I see my functions.php, I see this. So do you know main functions.php file is this, or another file? thank you.
<?php /* * Vodi engine room * * @package vodi */
/* * Assign the Vodi version to a var / $theme = wp_get_theme( ‘vodi’ ); $vodi_version = $theme[‘Version’]; add_filter( ‘vodi_enable_vodi_readmore’, ‘__return_false’, 99 );
/* * Set the content width based on the theme’s design and stylesheet. / if ( ! isset( $content_width ) ) { $content_width = 990; / pixels / }
$vodi = (object) array( ‘version’ => $vodi_version, );
/*
* Initialize all the things.
/
'main' => require 'inc/class-vodi.php'
require_once get_template_directory() . ’/inc/classes/class-vodi-social-media-walker.php’;
require_once get_template_directory() . ’/inc/vodi-functions.php’; require_once get_template_directory() . ’/inc/vodi-template-functions.php’; require_once get_template_directory() . ’/inc/vodi-template-hooks.php’;
if ( is_admin() ) { require get_template_directory() . ’/inc/admin/class-vodi-admin.php’; }
if ( vodi_is_jetpack_activated() ) { require_once get_template_directory() . ’/inc/jetpack/vodi-jetpack-functions.php’; }
if ( vodi_is_redux_activated() ) { require_once get_template_directory() . ’/inc/redux-framework/vodi-options.php’; require_once get_template_directory() . ’/inc/redux-framework/functions.php’; require_once get_template_directory() . ’/inc/redux-framework/hooks.php’; }
if ( vodi_is_ocdi_activated() ) { require get_template_directory() . ’/inc/ocdi/hooks.php’; require get_template_directory() . ’/inc/ocdi/functions.php’; }
/* * Note: Do not add any custom code here. Please use a custom plugin so that your customizations aren’t lost during updates. * https://github.com/woocommerce/theme-customisations */
Hello again,
Thank you for getting back. Yes, this is the main functions.php. However we advise you to not add any code to your parent theme’s functions.php. You should use a child theme to add your custom code.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
I am a webmaster with a very long experience, I do not write code but I can handle them. I had bought your template as well as Ultimate Member pro. I spent sleepless nights trying to configure everything. Your template is great, I like it. it meets exactly what I wanted. But your template is complicated. The first complication comes from the fact that Mas video account has its own system and Ultimate Membership pro which is tier plug in also has its own account system. Suddenly, there is very great confusion. Account pages is the same name, the email system works with Ultimate member pro but refuses to work with Mas video. This is the first time in my life that I have had a headache with a template. I think I will buy another template which comes with a third membership plugin certainly but which is already in harmony with the template. I think your template should also follow this approach. I hope you will fix all this in the next update
Hello there,
Thank you for purchasing our theme and for reaching us. I thank you sincerely for your inputs to improve our theme. I understand the issues you’ve raised.
Please note ultimate membership pro and our theme integrates at various levels. MAS Videos plugin uses WordPress’s core login/register forms. You can de-activate it by simply removing the form and using Ultimate Membership pro’s plugin only. The session is managed by WordPress and hence the login details will be shared across the plugins.
We are also improving better integration with Ultimate Membership Pro but there are certain limitations which cannot be overcome.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you. But how to remove or de-active the WordPress’s core login/register forms and keep only Ultimate Membership pro?
Can we add “stars” section to style v1 in Movies? (like style v6 stars)
I mean I wanna use style v1 for Movies but also wanna display stars / cast section
Or if I use style v6 for Movies, can I use style v1’s player screen
Hello there,
Thank you for reaching us. We can add Stars section in movie v1 using custom code. Here is the custom code to : https://gist.github.com/farookibrahim/a8e71b42966eaf777cc01784c51adce2
Please copy functions.php into your child theme’s functions.php and copy style.css into Appearance > Customize > Additional CSS.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Hi there;
Great theme!
My developer is having a lot of trouble locating the place to change out the 6 images on the top header (V1, I believe).
Also we are having trouble getting our show images to be responsive instead of overflowing the image, which looks a complete mess. Is there a certain image size we need, or how can we make them responsive so the image fits into the screen instead of overflows?
Hello there,
Thank you for purchasing our theme and for reaching us. Please email our support from here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support and explain your issues with screenshot and we’ll check this issue.
Let us know if you have any other questions or need further help.
Thanks,Farook
Hi, can we add movies with an iframe code? Could u try this link : <iframe src=”https://streamflow.nl/embed-7plqw7um7rh7.html” width=”900px” height=”500px” frameborder=”0” scrolling=”no” webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> if it works, please send a screenshot
Hello there,
Thank you for purchasing our theme and for reaching us. We tried above code however it displayed this error “Video error: RC2USRC”.
Let us know if you have any other questions or need further help.
Thanks, Farook
Hi, how can I add all actors’ infos from TMDB automatically?
“Importing Your posts are now being imported…” But it is not loading, still waiting
Hello there,
Please email our support from here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support with your WP admin details and we’ll check this issue.
Thanks, Farook
Okay, i did
This site is very outdated, nowadays people are looking for a site that has besides Movies, Series, Live TV Channels, Music and Radios.
There is no module for streaming in m3u8, there is no way to create TV channels, there is no integration with paypal, the player is super outdated, there is no way to put the html code for new players. nor does it have a js player for m3u8
Hello there,
May I request you to post your support question from the same account that you used to purchase the theme. Support is restricted to customers only and unfortunately I cannot verify your purchase against this account.
If you believe you’ve used this account for purchase I request you to contact Envato.
If you are a developer asking this question on behalf of a client, please email our support your purchase code from your customer and the Envato account associated with the purchase.
Thanks, Ibrahim
How to edit footer. Thank you.
Inner pages seems using different header/footer!
Hello there,
Thank you for purchasing our theme and for reaching us.
Vodi > Header > Header Styles applies to all pages of your website except pages. For page header styles are set from the page options. Ref: https://drive.google.com/file/d/1d9HzNc6V9O3ZTzNn7T_NuzywAE3Iy_iH/view?usp=sharing
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Ok, seems for inner pages
vodi-landing-css is not added.
I am not sure what you are referring to. Please clarify the issue with a screenshot.
Thanks for the quick reply But this is kinda wired config/option. So I need to change the settings in all the pages manually!!
Also I choose Footer Landing as the footer for a particular page. Its not styling properly, until I select page template Landing Page V1. (probably cause the css is not added until I select page template, as mentioned in a previous message “vodi-landing-css”
Second, seems Header 4 is not taking any effect for that particular page. I want home page and all inner page to have the same header… not happening….
So vodi landing footer only works if I select vodi landing template.
if ( vodi_is_landing_page() ) {
wp_enqueue_style( 'vodi-landing', get_template_directory_uri() . '/assets/css/landing.css', '', $vodi_version );
wp_style_add_data( 'vodi-landing', 'rtl', 'replace' );
}
for woocommerce pages, its broken, as I don’t have options to select page templates!
I have removed the condition and loaded the css always, seems working now. Ok, the footer issue solved somehow.
The header is still different. Home page we have logo in the left. But in inner pages logo is center aligned. And main menu is under the logo. However, I need it to be side wise.
Thanks
Hello there,
Thank you for reaching us. Like we’ve clarified each page can have its own setting if its overridden in its page setting. If you are using a new page it would take the option from Vodi > Header > Header Style.
Can you please clarify if you’ve set the header style? Please email our support from here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support and include your WP admin details so that I can have a developer look into the issue for you.
Thanks, Ibrahim
Hello,
Your Movie images are portrait, but I need them to be landscape. Can I customize the image sizes?
Thank you.
Hello there,
Thank you for your interest in our theme. Yes, we can change Movies image size to landscape using custom code.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Farook
Can I add any kind of videos or only youtube/vimeo embeed codes?
Hello there,
Thank you for your interest in our theme. Yes, we can embed videos from Youtube or any other third party sites. Our theme allows you to use any type of video player as long as the video player has a WordPress plugin.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Farook
Why is there a link to a third-party website with a CSS file in the code of your VODI sales site https://c0.wp.com/c/5.4.2/wp-includes/js/mediaelement/wp-mediaelement.min.css after all, it is also in the site’s body. I need to fix the color of the built-in video player inside to black. But I can’t do this because the CSS file is outside of my server. How do I switch to the internal CSS file mediaelement.min. css.
Hello there,
Thank you for purchasing our theme and for reaching us. By default CSS loads from your local WP installation only. The above CSS file loads from CDN. Please email our support here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support with your WP Admin details. We will take a look into the issue.
Thanks, Farook
Hello again,
Thank you for purchasing our theme and for reaching us. Additionally, the CSS file that you are referring to is WordPress’s core file and it is being loaded from WP’s CDN.
Hope this clarifies. Let us know if you have any other questions or need further help with the theme.
Thanks, Ibrahim
Yes thank you very much for the answer, I found the reason, I had to disable Jetpack and everything started working normally. But I have another question I added the actors of the movie and added them to a specific movie but they never appear on the movie page
Hello again,
We displayed Cast & Crew information on Movie v5, v6 & v7 only as per theme design. Can you please try any one of this style ? or please explain which movie style you would like display Cast & Crew information. We will provide custom code to achieve this.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Farook
Hi Awesome team! Do you know where the next udpate will come? Any chance to get BuddyPress integration ready? Thank you . All my best to you.
Hello there,
Thank you for purchasing our theme and for reaching us. We are working on BuddyPress integration. We are hoping to release it as soon as possible.
Thanks, Farook
Hello! I would like to buy your theme but I have one important question. I have read somewhere that users can write multiple reviews for one movie. If so can I set it so users can only write one review per movie or is there any plugin which can do the same thing? Because users can manipulate ratings quite easily and deleting them manually can be frustrating. Thanks for answer!
Hello there,
Thank you for your interest in our theme. I will check with my team and will get back to you on this.
Thanks, Farook
Thanks, I am looking forward for an answer! You guys have one of the best themes out there for sure!
Hello. I also do not see how to remove the phrase “Fun Facts of Movie” or even how to fill this space in case we would like to keep it
Hello there,
Thank you for reaching us. Fun Facts of Movie is title for description content. If you empty description of movie this section will remove automatically. If you would like to change this title, Please add this custom PHP code to your child theme’s functions.php file.
https://gist.github.com/yousufansa/08392269fe9f51854feba52597b95abdHope this helps. Let us know if you have any other questions or need further help.
Thanks, Farook
Hello. Great theme: The video popup after clicking ”watch now”, is only a little square and nothing happens.
Hello there,
Thank you for purchasing our theme and for reaching us. Please email our support here : https://themeforest.net/item/vodi-video-wordpress-theme-for-movies-tv-shows/23738703/support with your WP Admin details. We will take a look into the issue.
Thanks, Farook
Hello. i want to use the theme in another language. So can i translate every single word in it? Like in the demo home v1, there is “watch now” and “+playlist” below the “American Made” text. Can i translate those too or is it in the picture?
Hello there,
Thank you for your interest in our theme. Yes, you can translate all text from theme. The “watch now” and “+playlist” text comes with MAS Videos plugin and this text also translatable.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Farook