mrmatarazzo
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Maxbutton button formattingI’m having the same issue as AM_CW (above). I’m trying to center a single button on a page, but it always aligns left. I’ve tried it by itself on the page and have tried adding it into a table. Current code is:
<table style=”width: 100%;”>
<tbody>
<tr>
<td></td>
<td style=”text-align: center;”>[maxbutton id=”9″]</td>
<td></td>
</tr>
</tbody>
</table>website = http://www.austinfmc.com/
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] Shortcode for single videoWell, you’re asking for two different things, now. You want to (A) display a single video in a single post and, (B) a page that displays multiple videos (a gallery).
You can keep the gallery as-is, if you’re happy with how that looks. But you would have to create new categories with the individual videos to display single videos in a post.
I know it doesn’t sound very efficient, but MyVideoGall is designed to be a gallery (Gall), so you have to present your videos in galleries, even if it’s just a gallery of one.
You may want to search for a plug-in that allows you to “tag” videos with something that could be filtered on – or even something that allows multiple tags, but I’m not aware of MyVideoGall having that capability.
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] Shortcode for single videoYes, it is. You need to create Categories and place the video(s) you want displayed on any particular page in that category. You can then edit the short code to only include a specific category (instead of the default “all”).
Default Short Code: [myvideogall:events]
“Filtered” Short Code: [myvideogall:category_name]FYI, I originally used a 2-word category name and could not get the short code to work with two words, even when in quotes. Don’t know if there’s another way, but I’m just using single word names for my categories, now.