Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #356365

    Hello!

    I just updated to the newest version and noticed some things that are a bit off, if you take a look at the embedded video in the linked page you will notice that there are black bars. Prior to the update there were no black bars, how would I get rid of them?

    Also, it seems like the formatting for the text has changed a little as well. I sized them so that they precisely fit the “2/3rd” layout element and then added text in a “1/3rd” box that I made sure ran no longer than the video. Now, the proportions are wrong, with bars added on top of the videos and some of the text running too far down. I am not sure if the total window width has been reduced or the proportions somehow changed otherwise.

    Thank you in advance!

    #356998

    Hey kenhiltner!

    A lot of customers have been saying this about the update but I’m not really sure why it would have happened. I guess it must have been reset. Navigate to Dashboard > Enfold > General Layout > Dimensions and play around with the Maximum Container Width value until it looks good.

    Regards,
    Elliott

    • This reply was modified 9 years, 12 months ago by Elliott.
    #357054

    Hi Elliott,

    Is there a way to make these changes in the custom css? I changed the values on the dashboard -> enfold -> general layout, but nothing changes on the site. I’ve had this problem before and had to fix things through my custom.css.

    #357636

    Hey!

    That option should be the one to change. Can you send us a WordPress login? I’d like to take a closer look.

    Regards,
    Elliott

    #358523
    This reply has been marked as private.
    #359085

    Hi!

    Hmm, not sure what is going on there. The enfold.css stylesheet is loading fine but it’s not updating at all after saving changes.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Create a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All options” button to see if you can save after that.

    3. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

    If your still having problems after that then send us an FTP login and we’ll take a closer look.

    Best regards,
    Elliott

    #359871

    Hi Elliott,

    The FTP is hosted through the UC school system and they have very strict access rules. So, I won’t be able to send you FTP login. Also, I think that is why the enfold.css stylesheet is not updating.

    If you could let me know the css tags that I can add into the custom.css file I believe that changes will stick there.

    Happy thanksgiving and thank you for your hard work!

    • This reply was modified 9 years, 11 months ago by kenhiltner.
    #360171

    Hey!

    Try this out.

    .container {
        max-width: 1200px !important;
    }

    Best regards,
    Elliott

    #360589

    Thanks Elliot! That allowed me to make changes to the container set and it to 1030px.

    Is there any thing I can do for the black bars on the vimeo embedded videos?

    #360909

    Hey!

    You shouldn’t be seeing any black bars anymore. It looks fine on my end so try clearing your browser cache.

    Regards,
    Elliott

    #361196

    Hi Elliott,

    Yeah, I had to remove the padding. I noticed that the containers started to load with 0 50px 0 0 padding so I removed it in the custom css.

    Thanks! This thread can be closed.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Newest update added bars to embedded videos’ is closed to new replies.