tristang4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to set autoplay on the new video shortcode on wordpress 3.6 ?Just to add yet another voice on this topic, I am having the same problem. Videos will not autoplay.
I’ve tried all sorts of combinations to try to make the video autoplay, but nothing works. Below is the same of the code I currently have, which does all I want except autoplay.
<?php echo wp_video_shortcode( array( 'autoplay' => true, 'width' => 375, 'height' => 280, 'flv' => 'https://zxy.com/wp-content/uploads/video/'.$video[0] ) ); ?>
This seems to be a bug at this point and needs to be fixed.
Hello, many thanks for the advice.
When I tried $question->post_category, it simply did nothing – no output, no result.
Upon further inspection of the $question object, it didn’t even contain a post_category.
However, I did a little more work and was able to get around it:
$temp_c = get_the_category($question->ID); $cat_name = $temp_c[0]->cat_name;
By the way, thank you very much for providing this plugin. It is great! I have been customizing it for a site, and would be happy to share the changes with you if you’d like?
Hello,
Immediately after posting this, I went back and poked around the Q&A Forum settings, and found that I didn’t select any categories under “select which categories you would like”…
Sorry about that !
If there is a way to delete this thread please do so as I am off to eat my hat ??
Forum: Plugins
In reply to: which core file…Good question, if you find out/have found out could you please let me know? I would like to create a plugin that allows user uploads then puts them into the media uploads library for use in wp.
Forum: Plugins
In reply to: [Inline Upload] [Plugin: Inline Upload] Integration with WP-Filebase problemLooks like the code was updated since this thread was posted. My version of http_request.js looks much different than yours. Anyway, I was having the same problem. What I did was just change upload directory to same directory as filebase directory and it will add the files manually when it does a cron job every hour or so. Not the perfect solution but it works.
Forum: Plugins
In reply to: [Inline Upload] [Plugin: Inline Upload] Not working in IEHi there. I am a web developer, have been using this plugin for the past couple of days. I like it very much as it is very simple and what the client wanted. It is very odd because the plugin works fine for us on anything we run over here. We use mac for web development so it seems to work fine for us on safari, firefox, even windows internet explorer (we are able to run that on our mac). The only thing is, the client says that it doesn’t work for them – they are using a PC so maybe it has something to do with mac/PC? It is very strange.