Forum Replies Created
-
AuthorPosts
-
media317Participant
Unless you have a hosting service that is setup to stream video, I would definitely host it on YouTube or Vimeo or some other video service.
If you use YouTube or Vimeo, you can simple past the url or embed code into your page and WordPress will display the video.
Alan Smith
Media317media317ParticipantUnless you have a hosting service that is setup to stream video, I would definitely host it on YouTube or Vimeo or some other video service.If you use YouTube or Vimeo, you can simple past the url or embed code into your page and WordPress will display the video.See this for an example
Alan Smith
Media317media317ParticipantYou would edit your style.css file in your Freelance Child Theme. You can do that by logging into the dashboard of your site, going to Appearance/Editor. Select your theme from the dropdown box and edit the style.css file.
Be careful to have a backup in case you change something that breaks the sheet and your site.
Alan Smith
Media317media317ParticipantThe problem is with the single quote mark. In your editor, remove he ' and add it back. There is a difference between ' marks (which I couldn't explain).
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_after_header', 'genesis_do_subnav', 15 );
Alan Smith
Media317media317ParticipantTry the following. Place this in your functions.php
remove_action( 'genesis_comment_form', 'genesis_do_comment_form' );
add_action( 'genesis_before_comments' , 'genesis_do_comment_form' );
Alan Smith
Media317media317Participantmedia317Participant -
AuthorPosts