VictorTookes
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPoints] import cubepoints into wordpoints?Any chance of an update on this?
Forum: Plugins
In reply to: [WooCommerce Video Product Tab] how to show a self-hosted video?You can just use the standard HTML 5 code in the embed video box.
<video id="sampleMovie" src="path-to-movie-file" width="640" height="360" preload controls>
Forum: Plugins
In reply to: [WordPoints] import cubepoints into wordpoints?thanks for the quick reply @jdgrimes. Any idea of a timeframe?
Everything appears to show up below the FAQ content.
I’d also like to have some options in the faq shortcode, specifically categories. I’d like to have category headings. I’d love to have ‘[faq category=”category 1″]’ etc.Heading
Category 1
FAQ question 1
FAQ question 2Category 2
FAQ question 3
FAQ question 4Forum: Plugins
In reply to: [WP Video Posts] ffmpeg not foundThanks for the quick reply.
I made the changes you suggested, but I’m still having the same issue.I enabled debug logging, and it’s finding ffmpeg:
Thu, 21 Aug 2014 05:26:46 +0000 -> FFMPEG found on the server. Encoding initializing... Thu, 21 Aug 2014 05:26:47 +0000 -> Array ( [api_key] => [video_width] => 640....
But the problem is because the check is saying it can’t find it, it won’t allow me to select other video types.
Forum: Plugins
In reply to: [BP Labs] Clicing @mention Username does not populate properly^^ Also happens to me.
Forum: Plugins
In reply to: [Bowe Codes] Simply show the logged in name of userI think he’s talking about how
[bc_member]
requires that you specify a username, which makes it useful for displaying someone ELSE’s profile name, instead of$user_ID
If you included a template with the package, and threw in a template_include
add_filter( 'template_include', 'my_callback' ); function my_callback( $original_template ) { if ( USP_Form_stuff() ) { return SOME_PATH . '/USP-Template.php'; } else { return $original_template; } }
It seems like it would cut down on a lot of the support questions you have. People could still customize, but it making it work out of the box would help the newbs like me.
Also, still looking for a way to make the images click-to-open using the built-in WP image viewer.
Still looking for word.
.
I’m having the same problem on my page. I’ve seen it generating URI’s as long as 13,000 characters.