Farook Ibrahim
Forum Replies Created
-
Forum: Plugins
In reply to: [MAS Videos] How do I add the avatar to my header and the upload aside?Hello @emulatronic,
Thank you for reaching us. You can use code from below link for header account dropdown and upload button. You can use this functions in your header.php file.
https://gist.github.com/farookibrahim/77ee85a22e702701b3ab43ee27b90173
https://gist.github.com/farookibrahim/7342991b7a8687f475afe957f34fe085Regards
Forum: Plugins
In reply to: [MAS Videos] Cannot run Videos Under TV Shows TABHello @abelb1,
Thank you for reaching again. The plugin does not handle live streaming. If you have a service that provides live streaming like YouTube and provides an embed code, you can embed it.
We can use any third party video player with this plugin however not able to change default video player.
Regards
Forum: Plugins
In reply to: [MAS Videos] Playlists dont workHello @ashleyjoyb1983,
Thank you for reaching us. We cannot able to reproduce the issue in playlist. Your website url is not working. Can you please explain your issue with a help of screenshot ?
Regards
Forum: Plugins
In reply to: [MAS Videos] Cannot run Videos Under TV Shows TABHello @abelb1,
Thank you for reaching us. In our plugin, we does not have option to embed video to a TV Show. We need to create episodes and assign episodes to a TV Show. However you can embed a video to description of a TV Show which is supported by WP core. Can you please try add your embed shortcode to TV Show description area ?
https://drive.google.com/file/d/1ms_pXqtwNcZFEe9iLUSafjVEf_N4ILgL/view
Regards
Forum: Plugins
In reply to: [MAS Videos] VIMEOHello @eldervaz,
Thank you for reaching us. You can use any embeddable content with our plugin.
Regards
Forum: Plugins
In reply to: [MAS Videos] Cannot run Videos Under TV Shows TABHello @abelb1,
Thank you for reaching us. Can you please explain what is the issue with the help of a screenshot ?
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
Thank you for clarification. The area you mentioned is called Short description in our plugin. Please check below screenshot for adding description.
https://drive.google.com/file/d/1ms_pXqtwNcZFEe9iLUSafjVEf_N4ILgL/view
We found the short description is hidden in Astra theme. Please add this custom CSS to display short description. You can add the code to your child theme’s style.css.
.single-tv_show .tv-show__short-description { display: block; }
Please note our plugin does not have theme specific compatibility css for any themes except default theme. For styling issues, you may need to add additional CSS in child theme.
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
I marked the Single TV Show with description in this screenshot : https://drive.google.com/file/d/14aI6E3SJCQ_1OfuW69_w2ckoPc7ZzU18/view
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
I still cannot reproduce the description issue. Can you please share editor screenshot of this TV Show https://www.fpasb.de/?tv_show=test-show ?
Regards
Forum: Plugins
In reply to: [MAS Videos] missing fundamental stepHello @boukredineee,
Thank you for reaching us. Please check here for translate plugin : https://docs.madrasthemes.com/masvideos/topics/getting-started/settings-options/translating-mas-videos/
Regards
Forum: Plugins
In reply to: [MAS Videos] missing fundamental stepHello @gnfb,
Thank you for reaching us. Our plugin has TMDB importer you can import movies from TMDB or we also have CSV importer you can import import your existing data.
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
I tested with Astra theme and description displays fine in Video, Movie, TV Show and Episode single pages. Please check below link for screenshots.
https://drive.google.com/file/d/1Jsc20843Z0oJpPq4NIPqarFp2R62CeH-/view
Regards
Forum: Plugins
In reply to: [MAS Videos] MASVideos and WooCommerce My Account mageHello @iwert1go,
We are now working on this issue. We will fix this issue soon and release a new update of plugin.
Regards
Forum: Plugins
In reply to: [MAS Videos] Missing elements on page and blocksHello @handandhammer,
I tested our plugin with Astra theme and it works fine. Unfortunately we are unable to help you further in this as we do not have access to Astra Pro theme. I am sincerely sorry.
Regards
Forum: Plugins
In reply to: [MAS Videos] Changing link of video before renderingHello @gmass69,
Thank you for reaching us. The function
masvideos_get_the_video()
used to display video in single video page.Regards