Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Thread Starter kirtis_njones

    (@kirtis_njones)

    Yeah. 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.

    Thread Starter kirtis_njones

    (@kirtis_njones)

    just out of curiosity, mind telling me what browser/OS your running?

    Thread Starter kirtis_njones

    (@kirtis_njones)

    well 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. =)

    Thread Starter kirtis_njones

    (@kirtis_njones)

    hmm. 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?

    Thread Starter kirtis_njones

    (@kirtis_njones)

    Ok…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. -_-

    Thread Starter kirtis_njones

    (@kirtis_njones)

    Ok…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. -_-

    Thanks WPyogi for the “blank” theme resources. Hoping they’ll help with my issues.

    Thread Starter kirtis_njones

    (@kirtis_njones)

    (sorry. should have noticed that earlier in your post. been a long day)

    Thread Starter kirtis_njones

    (@kirtis_njones)

    same thing with the js scripts from my plugin. not sure why some of them are loading from the nikijones.us server and some local

    Thread Starter kirtis_njones

    (@kirtis_njones)

    ok. 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>
    Thread Starter kirtis_njones

    (@kirtis_njones)

    screenshot of what i have on my end.

    View post on imgur.com

    Thread Starter kirtis_njones

    (@kirtis_njones)

    not even sure how you got that.

    that is obviously a screen of the video, but on my end video doesn’t show at all

    Thread Starter kirtis_njones

    (@kirtis_njones)

    hmm.

    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.

    Thread Starter kirtis_njones

    (@kirtis_njones)

    hmm. iv got it displaying on my end here.

    https://i.imgur.com/gJOV72j.jpg

    Thread Starter kirtis_njones

    (@kirtis_njones)

    strange. template creates a space for the video (no surprise there)
    styles.css is loading but the #video_background id is missing.

Viewing 15 replies - 1 through 15 (of 27 total)