Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
RedKobra
tagDiv Member

Calin, never mind figured it out

position: absolute;
margin: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);}

Been awhile since I used CSS.

Here is the final CSS code if anyone is interested

.single .mejs-video-container {
padding-bottom: 100%;
}
.mejs-video-container iframe {
height: 100%!important;

}

.mejs-video-container iframe {
width: 50%!important;

}

.mejs-video-container iframe {
position: absolute;
margin: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);}

Thanks again for help,
Kobra

  • This reply was modified 2 years by RedKobra.
RedKobra
tagDiv Member

Calin, thank you very much. I added one more line up CSS to it which was

.mejs-video-container iframe {
width: 70%!important;

Works perfectly!!!!!, however, I would like to center it in the post.

I tried this css code,

.mejs-video-container iframe {
align-items: center important;

}

But didnt work. Can you help me, thanks

RedKobra
tagDiv Member

Calin, thanks for your response. Sorry I haven’t responded quicker. Here is a link to one of the post I made with a YouTube short.

https://www.maddenguides.com/i-form-close-pylon-sail-cover-3-beater-madden-24/

Thanks,
Kobra

RedKobra
tagDiv Member

Never mind, I didn’t search the next page. For those that are having the same issue, here is the link to the temporary fix.

https://forum.tagdiv.com/topic/visual-composer-no-licenses-found-2/

Thanks

RedKobra
tagDiv Member

Lucian, thanks for replying. I am still getting same error.

By placing the code below in the wp-content/plugins/td-speed-booster/td-speed-booster.php file

$this->move_js_to_footer(‘thickbox’);

I get this error:

Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in

I put this code under the line

var $styles_for_footer = array(); // here we keep all the stylesheets IDs that we want to move

Thanks

RedKobra
tagDiv Member

Nevermind, I figured it out.

Thanks again for making this great theme.

Viewing 6 posts - 1 through 6 (of 6 total)