I am trying to completely remove the Byline, Read More and the […] from the GMP slider on my main page at https://episcopaldigitalnetwork.com/gc.
StudioPress had me change modify the CSS with:
p.byline.post-info {
display: none;
}
.tab_container .more-link {
display: none;
}
And that removed the byline and the Read More, but not the […].
They suggested adding this to the functions.php file:
//* Remove read more
add_filter( ‘get_the_content_more_link’, ‘child_read_more_link’ );
function child_read_more_link() { return ‘ ;
}
But that returned this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/content/30/8386430/html/wp-content/themes/centric-pro/functions.php on line 203
Any ideas on how to remove the […]? Thanks!
Jake
]]>Is there somewhere I can get detailed instructions on how to use this plug in? I created a video with powerpoint,(.wmv file) then compressed it and uploaded the video, using the plugin, But the video is a black square on the page? Nothing happening?
]]>Hello,
I know there’s already a related post on this, but I’m trying to get the video posts from gmp to show in the loop, and ultimately the rss feed and recent posts category (alongside the standard posts).
I’ve tried several codes, but am somewhat of a novice. This is my most recent code I posted into functions, can you tell me if something is off or if this is even the right route to be taking?:
add_filter('pre_get_posts',
create_function('$query',
'if ($query->is_feed)
$query->set("post_type",array("post", "video"));
return $query;'
)
);
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Thanks for your time and plugin.
]]>Hi,
My site is here: https://www.conejovalleyhealingrooms.org/healing-testimonies/
I have a custom loop on a template on this page that is pulling videos from post type ‘video’.
What I’m trying to do is only show videos that are in a specific video category. Here is my code. Do you have any thoughts on how I can get this to work?
<?php $loop = new WP_Query( array( 'post_type' => 'video', 'tax_query' => array( 'taxonomy' => 'video-categories','term' => 'healing') ) ); ?>
Thanks for any help you can provide!
]]>Hi Nick,
Any thoughts or pointers on using this with Genesis 2.0?
Thanks
]]>Hey, Nick:
First thanks for all your hard work! I’m helping s Veteran integrate this on the Homepage of the SP News theme and the video title is off to the right of the video instead of above.
Can you help with that? You can see what I mean here: themarinesentinel.com
Thanks again!
Judith
]]>Hi Nick,
Is this plugin going to be updated for Genesis 2.0? I’m planning an upcoming project and need clever ways of integrating video.
Thanks!
Warmly,
Jeni
Hi there Nick,
First of all, I really appreciate the hard work you must put in making excellent plugins like GMP.
A question: The widget says, “Title (will not be shown in output).” Is it possible to edit the plugin to display the widget title?
Thank you kindly.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Here is my website I am working on: https://stacybiccum.com
To the right of the video, the link at the bottom of the video description “Read More” goes to an error page.
It looks like it has been trying to create a “video/” page as I post every new video, but when I go to my list of pages it isn’t there. Also, when I go to create a new page and make the title “video” the permalinks default to a “video-2” indicating the page has in fact been created, even though I cannot see it on my page list…
Is there something I am doing wrong here? Please help.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I’m using the Genesis Generate Theme and my video is located here: https://vimeo.com/63712836
I installed GMP and activated it, but I’m not sure what to do next. I want to embed this video on my home pagee Can you help?
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I was able to get GMP added to the new Metro theme, finally got the CSS somewhat right so it looked more like the Production theme and then… when clicking on the Read More, it keeps rendering a 404. I tried changing the Permalinks to various settings, including the default and it still will not render a post with the video on it. Any idea what’s going on? I am working locally so I don’t have a link to share at the moment.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I absolutely LOVE this player!
Am wondering if there’s any way of choosing which video appears in the main window first? I’m thinking specifically about a series of video tutorials where I’d like the Introduction video to ALWAYS show in the main panel – right now the videos are shown chronologically with the last to be uploaded in the main window.
Is it possible to change this by adding an “OrderBy” parameter?
Thanks!
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Posted my first video and initially it worked fine. A few minutes later the url would not work, yielding file not found error. Even if I click on “view video” from within the edit video window, I get file not found. Tried deleting the video and starting over, still no luck. Tried using video URL from YouTube, also tried embed code. File not found.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Is it possible to display more than 5 videos in the slideshow? I added 6 to test but only 5 show up.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Greetings,
I’d like to have my embeded videos included in the RSS feed. Whats the best way to do this? I typically put the youtube video url in the metabox but I could see using the embed code box at some point as well. As long as either of these work I should be in good shape.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>This is probably a simple item I am overlooking but I have two videos that are both assigned to the same slideshow but only one video shows. Here is a link to my site: https://69.16.224.73/
I am displaying the video player with a widget and the widget is set to display the same slideshow as the settings in the dashboard along with the same number “2” of videos. Any thoughts? Thanks!
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Hi Nick,
On my site, trishjones.com, the width of my site is wider than the entire video container and slider widths. Is there any way to change this – make everything wider.
Thanks,
Trish
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Hi Nick
First of all thank you for the great plugin. I absolutely love it and just had a couple of questions.
1. Link to video page
When you click on the thumbnails in the first section, then the player changes properly.
However, if you click any of the thumbnails from the second or third sections, nothing happens. I am using shortcodes, and if I move them around, the top one always works and any other shortcodes below the first don’t work.
2. Link to single video page
Problem: notice the area to the right of the video player, it is cutting off the ‘leave a comment’ and the ‘Read More’. In face the entire word ‘More’ is cutoff.
The only way I can seem to solve that problem is by using no sidebar on the page, but that makes the video area huge and I was hoping to keep a sidebar.
3. I am using kaltura embed code. If you look at the source, you can see how the thumbnail is derived. Right now I am doing the long route of having to save a thumb to my computer and then uploading it.
An example url:
p/107/sp/10700/thumbnail/entry_id/0_lksdt6bh/width/150/height/120/bgcolor/000000/type/2
You can see it can take a width and height. Or just remove the #2 at the end of the url for the full size image.
Could you please add the thumbnail logic to the script like you have for youtube?
thanks so much for your time. I hope these 3 problems are easy to fix as I love the script and really would like to use it.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>https://billboardbride.com/videos/
I created the slideshow. I’ve used this plugin before with Production but not sure why it’s not working with Fabric theme. Thank you.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Hey Nick,
For some reason the Media Project Plugin is not showing all posts video posts created through the plugin. If you look at the Gallery Page on Broadband Convergent – Convergent Television only 9 of the 16 videos are being revealed.
Also, the thumbnails seems to be offset. I usually fix this by deactivating the plugin, but this no longer works.
Would appreciate your help in resolving issues.
Thanks
Leonard Grace
Broadband Convergent
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Is there a way to auto scroll through the tabs/videos and have it stop when a video is played?
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I just installed this and am wondering: what do I need to do to get videos to show up in the standard loop? I’d like to have them mixed in with normal posts.
Thank you!
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I currently run my own kaltura servers https://kaltura.org and have been looking for a good solution to adding my videos to my genesis theme.
Is there any possibility of having the kaltura videos added to the media project?
*There is a great plugin built by kaltura that exposes the entire api and works great
https://www.ads-software.com/extend/plugins/all-in-one-video-pack/
The biggest problem with the plugin is that currently the only direct way of easily adding a video is via the media manager which inserts a shortcode into the content area.
It would be MUCH easier if you could simply click the button to view your videos on the kaltura server and have the shortcode added to a custom field meta box.
**If interested, I can easily create an account for you to work from on my kaltura server so that you can see exactly how it works.
Kaltura is growing fast and is one enormous platform. It is not just a paid service but is freely available and is used by a large number of universities and businesses. I’m just a very happy user who loves the script.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>https://progressive.yourcrimesite.com
The links in my Tabber are going to Page Not Found… both the title and the read more links.
Any thoughts on why?
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>Firstly, love the plugin… just what I needed for the musicians site I’m finishing up built on Genesis.
I just wanted to ask if the shortcode takes any additional parameters such as the category? or if there’s another way to achieve displaying the different categories on individual pages.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>I’m finding the plugin won’t recognize when you increase the number of videos from the default of 5. The player will only show 5 videos regardless of what you enter.
https://www.ads-software.com/extend/plugins/genesis-media-project/
]]>