Forum Replies Created
-
AuthorPosts
-
The ARVE video plugin wound up working. I spent a few hours reading through and trying things on this thread https://kriesi.at/support/topic/video-autoplay-4/page/2/ with no luck.
Hopefully you guys resolve the issue.
I still haven’t completely resolved the issue, is there an answer to my question regarding the best way to standardize heights of color sections?
hi,
this wound up being pretty easy, here’s what I did:
1) in my child theme I created an includes folder and copied loop-author.php from the parent theme and place it in the folder I created in the child theme
2) I added a couple of lines to $content_output around line 69:
$content_output = ‘<div class=”entry-content” ‘.avia_markup_helper(array(‘context’ => ‘entry_content’,’echo’=>false)).’>’;
$content_output .= get_the_post_thumbnail( $post_id, ‘blog-featured-image’);
$content_output .= wpautop($content);
$content_output .= ‘<div class=”read-more-link”> class=”more-link””>Read more<span class=”more-link-arrow”></span></div>’;
$content_output .= ‘</div>’;3) this line add a custom image that I added to the functions.php file entitle “blog-featured-image”:
$content_output .= get_the_post_thumbnail( $post_id, ‘blog-featured-image’);4) added this line to link to the post above the closing div tag:
$content_output .= ‘<div class=”read-more-link”> class=”more-link””>Read more<span class=”more-link-arrow”></span></div>’;This reply has been marked as private.I wound up zeroiong out all padding and then using whitespacers, with varying success.
This reply has been marked as private.I think it’s because all the different elements have pre-built padding in them, is there an easy way to standardize padding for all elements?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.hi elliott, how does this relate to the image that gets created as a square when the post isn’t in the top position anymore? Is it possible to re-crop these images with the wordpress crop functionality and have the crops get applied to the two images?
January 28, 2015 at 8:33 am in reply to: Change Archive For Category to match modified breadcrumb #386800This reply has been marked as private.January 27, 2015 at 6:05 pm in reply to: Change Archive For Category to match modified breadcrumb #386446This reply has been marked as private.January 27, 2015 at 6:02 pm in reply to: Change Archive For Category to match modified breadcrumb #386441This reply has been marked as private.January 26, 2015 at 9:01 am in reply to: Change Archive For Category to match modified breadcrumb #385285This reply has been marked as private.thanks, you can close this.
Thanks, that did it.
No, we want it to display like the demo video which has a different height than what we are able to get to work? Do you know how the height is set on that video? We are trying to match EXACTLY the look of the demo.
Thanks
p.s. I’m not getting notifications and they don’t seem to be going to my spam is there something I need to insure that i’m getting these?
This reply has been marked as private.Your experience outlines the experience i’m also having, the video is inconsistent. I haven’t touched the settings since I initially e-mailed you so in my mind your experience should always have been the same.
I’m just going to see what happens with future videos.
Do I have to load all three video types or should flash fallback be working?
thanks
This reply has been marked as private.This reply has been marked as private.Hi Elliott,
The video isn’t playing for you? All three video’s are included, even so shouldn’t the fallback work? Yes i’m on a mac but also tested with windows 7 with ie11 as well as with browser stack with a number of different virtual machines running.
Mediaelements.js is part of wordpress core since last april (https://make.wordpress.org/core/2013/04/08/audio-video-support-in-core/)? I wonder if there is a conflict with what you are using and the default wordpress usage?
This reply has been marked as private. -
AuthorPosts