kirtis_njones
Forum Replies Created
-
Forum: Themes and Templates
In reply to: html5 background video in custom themeYeah. Just checked it on my home machine.
Seems to work here on Win7/Chrome.
Checked it in FF(latest) and IE10 but doesn’t seem to show the video.
Guess it will have to wait until monday.
Thanks again for your time. It’s immensely appreciated.
Forum: Themes and Templates
In reply to: html5 background video in custom themejust out of curiosity, mind telling me what browser/OS your running?
Forum: Themes and Templates
In reply to: html5 background video in custom themewell well well
thats exactly how it is supposed to be showing (atm)
curious as to why im not getting it on my end.tried a few different browsers on different computers in different OS’s and still the same.
i guess i’ll have to try checking it outside the office.
but since you’ve got it showing on your end, i’m going to call it a night for now.
thank you for all your help. especially on a friday night. =)
Forum: Themes and Templates
In reply to: html5 background video in custom themehmm. so its playing on your end…
would you mind checking the site again and seeing how it displays?
i believe iv fixed the issue with the stylesheet/js not loading properly.if everything seems like its working correctly (displaying slideshow with header/footer and background video) would you mind posting a screencap?
Forum: Themes and Templates
In reply to: html5 background video in custom themeOk…so….
Fixed the issues where
GET https://localhost/beerworld-growlers/wp-content/themes/beerworldlayout/style.css nikijones.us/:8 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/css/settings.css?ver=3.7 nikijones.us/:11 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/css/captions.css?ver=3.7 nikijones.us/:12 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=3.7 nikijones.us/:15 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/images/transparent.png nikijones.us/:37 Uncaught ReferenceError: revslider_showDoubleJqueryError is not defined (index):1026
were referencing localhost. (at least pretty sure i have now)
not sure why they didn’t midigate over even though i defined them in wp-config.php, but whatever. fixed the issue.
also downloaded and installed the BlankSlate Theme and reworked my theme into that (to be sure that everything was set up correctly and everything was calling things the way they should in WP. as i’m sure in my original theme, i was missing something vital.)
now. back to my original issue of trying to get the video background to display. -_-
Forum: Themes and Templates
In reply to: html5 background video in custom themeOk…so….
Fixed the issues where
GET https://localhost/beerworld-growlers/wp-content/themes/beerworldlayout/style.css nikijones.us/:8 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/css/settings.css?ver=3.7 nikijones.us/:11 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/css/captions.css?ver=3.7 nikijones.us/:12 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=3.7 nikijones.us/:15 GET https://localhost/beerworld-growlers/wp-content/plugins/revslider/images/transparent.png nikijones.us/:37 Uncaught ReferenceError: revslider_showDoubleJqueryError is not defined (index):1026
were referencing localhost. (at least pretty sure i have now)
not sure why they didn’t midigate over even though i defined them in wp-config.php, but whatever. fixed the issue.
also downloaded and installed the BlankSlate Theme and reworked my theme into that (to be sure that everything was set up correctly and everything was calling things the way they should in WP. as i’m sure in my original theme, i was missing something vital.)
now. back to my original issue of trying to get the video background to display. -_-
Forum: Themes and Templates
In reply to: Hoe do you edit the HTML and CSS of a wordpress page (theme)Thanks WPyogi for the “blank” theme resources. Hoping they’ll help with my issues.
Forum: Themes and Templates
In reply to: html5 background video in custom theme(sorry. should have noticed that earlier in your post. been a long day)
Forum: Themes and Templates
In reply to: html5 background video in custom themesame thing with the js scripts from my plugin. not sure why some of them are loading from the nikijones.us server and some local
Forum: Themes and Templates
In reply to: html5 background video in custom themeok. figured out that the styles.css is loading from my localhost (and thats why i can see it but you can’t) which means i must be loading it incorrectly into my theme.
this is what i have in my header.php
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php wp_title ( '|', true,'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class($class); ?>> <div id="wrapper"> <!-- Start Header --> <div id="header"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Slideshow Widget')) : endif; ?> </div>
Forum: Themes and Templates
In reply to: html5 background video in custom themescreenshot of what i have on my end.
Forum: Themes and Templates
In reply to: html5 background video in custom themenot even sure how you got that.
that is obviously a screen of the video, but on my end video doesn’t show at all
Forum: Themes and Templates
In reply to: html5 background video in custom themehmm.
i have both videos in both
/beerworld-growlers/wp-content/themes/beerworldlayout/video/(videofiles)
and my footer.php in the
/beerworld-growlers/wp-content/themes/beerworldlayout/footer.php
where the code in the footer is
<source src=”video/bubbles.webm” type=”video/webm”>
<source src=”video/bubbles.mp4″ type=”video/mp4″>I also made a /beerworld-growlers/video/(video files)
just in case and that also doesn’t seem to work.
Forum: Themes and Templates
In reply to: html5 background video in custom themehmm. iv got it displaying on my end here.
https://i.imgur.com/gJOV72j.jpgForum: Themes and Templates
In reply to: html5 background video in custom themestrange. template creates a space for the video (no surprise there)
styles.css is loading but the #video_background id is missing.