• Hi all, I’m having trouble with the layout of my site…

    I have a theme called “Gallery” installed on my WP site. I’m using it with a plugin called “Simple Video Embedder”.

    Here’s the problem. When I upload an image to be displayed in the post, everything works fine. The image is on the left, the text is left-justified neatly next to it, and some other information I have as custom fields all falls in line neatly beneath that.

    When I embed a video, the text of the post is shoved far over to the right and none of my custom fields shows up.

    The creator of the “Gallery” theme doesn’t seem to be too invested in support, as this theme was given away free by Smashing Magazine… and the Simple Video Embedder was actually written by Press75 for their own templates (and this isn’t one of them, although it does work with many other themes).

    I thought I’d try here, just hoping to find some help somewhere. I just want to figure out how to get my text to line up properly and the custom fields to show when I add video.

    For an example of what’s wrong, here is my site: https://jdessel.com/wp

    If you click on the first thumbnail you see what the page looks like with video embedded. If you click on the last thumbnail in the row, you see what it looks like when an image (the placeholder for now) is embedded.

    If anyone can help me sort this out I’d greatly appreciate your help.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • it’s a bit late I believe, but I had the same problem. Try editing Gallery’s style.css file at

    .single div.video .entry-content{

    copying the attributes of the

    .single .entry-content{

    class just above it.

    I was having the same problem, and this fixed it for me! Thank you so much for your help. Just to clarify, in case it’s confusing: The attributes for
    .single div.video .entry-content{}
    need to be changed to match the attributes of the item just above it,
    .single .entry-content{}
    Thanks again, imwrong!

    On further issue is that I still cannot get the custom fields (Designed By, Site URL, social bookmarks) to appear after making this change… Any thoughts on a fix for this? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery Simple Video Embedder = :(’ is closed to new replies.