I am having issues right now with selecting videos to add to my pages. Right now when you upload and select a new video in the Media Browser Module the Submit button is hidden behind the video's preview, screenshot. I am not sure what is causing this issue.
I have tested with the videos that have previously been uploaded and the button seems to display totally fine, screenshot.
Any help with this issue would be gratefully appreciated.
I have a site on Drupal7 using bootstrap theme. I have 2 languages (persian and english) and I need to make a completely different pages for per language.
my default language (persian) has "page--front.tpl.php", "page--video.tpl.php" and "page.tpl.php".
now i want to have "page--front--en.tpl.php" for example.com/en , "page--video--en.tpl.php" for example.com/en/video and etc. In fact, I need a function (theme_hook_suggestions) for template.php.
I use bootstrap theme. I noticed that css from bootstrap theme being applied to my site. Then I overwrite css by writing my own file. How can I get the bootstrap css file that is being applied to my site? When I inspect my site in chrome, I see css piece being applied. I am not talking about those. I am trying to get the entire css files from bootstrap for all devices being applied to my site.