Help!!! This Starter with no PHP experience???!

I don’t have any expert experience in PHP , so i Hope some one can help me out.

I build an Wordpress website and in the footer (footer.php) of each page there should be an active/working audio player. The player is visible but don’t seem to react on the stop or play button , it’s like blanked out.

could someone with PHP expert experience help me out. This is the PhP code below i have, THANKS In ADVANCED!! :

<?php /** * @package WordPress * @subpackage Chocolate */ ?> <?php if(!is_page_template('home-static.php')) : ?> <?php endif; ?> <?php if (!defined('GAL_HOME')) get_template_part( 'bottom' ); ?> <?php get_template_part('demo'); ?> <?php wp_footer(); ?>
<?php echo do_shortcode('[ti_audio name="BeatsByEkkoh Player" autoplay="1" autoresume="1" repeat="1" randomize="1" volume="100"]'); ?>

If I read the instruction’s page correctly, you have set it up for autoplay/autorepeat/autoresume, so no controls are needed. They are not available as they are not needed. Try taking out the autorepeat and autoresume options…

Here is the instruction page: http://wordpress.org/extend/plugins/tierra-audio-with-autoresume/

Also, next time you post here, please mention your problem in the subject. Everyone posting here needs help, but, it is easier for us to help you if the subject mentions your problem… Something like “Help with Wordpress and audio player” would do nicely… Thanks…

If it still doesn’t work, let us know…

Thanks you , sorry for my subject. I will try it out

Oh, no problem on the subject, just saves a lot of time as people with Wordpress experience will read it first and people with Javascript exerience will skip it. It just helps with get the correct people to read your post faster…

Let us know if that fixes it for you…

Nexttime I will do like you requested.

I have tried your suggestion but it does not work. It’s like the player is visible but not embeded on the page.

Maybe you can take a look to see what i mean. www.Beatsbyekkoh.com

thank you

Okay, I looked at the page. In the opening page there is no player embedded in the main part of the page. I looked at the source. Next I went to the Session’s page and it had a video on it and it played as it should and it
had video and sound with all the controls.

Also, I tested it on FireFox and IE9. Both showed and played videos as it should from the Session’s page and the Kook page. So, since these videos play correctly, we have to compare the code of these to the footer page and see what is causing the problem.

I found the player’s code in the footer. (Seems you have to right-click on the footer to get to that! And then select view-source…) So, I have a job to finish, but, will compare them later for you. But, you can do this and perhaps find the error. It has to be something in the way the embedding is started…

Good luck, let us know if you find it. If not, I will help more later on…

Sponsor our Newsletter | Privacy Policy | Terms of Service