Keyword

[Solved] Black border and templating

  • c22sail
  • c22sail's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 7 months ago - 13 years 7 months ago #43472 by c22sail
[Solved] Black border and templating was created by c22sail
I am not getting this templating at all. I spent a lot of time figuring out how to do skins, and I have a lot more time just trying to figure out how to get rid of the black border. Going back through the forum the solutions are all older and do not match what we currently have with this new version that came out in Oct 2011.

If I understand the directions, I am supposed to copy /plugins/content/jw_allvideos/jw_allvideos/tmpl to my site template folder and rename from tmpl to jw_allvideos. 

The result should be:

templates/mytemplate/html/jw_allvideos

Then inside that folder is the folder called classic. I have tried this and played around with a few styles. Nothing changes.

I have tried numerous variations and cannot get rid of the black border surrounding the video player and audio player. These would look less severe if that black border was not there.

I see lots of people say it works for them but doesn't seem to be so for me.

Thanks

Please Log in or Create an account to join the conversation.

  • c22sail
  • c22sail's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 7 months ago #43473 by c22sail
Replied by c22sail on topic Re: Black border and templating
Well - after the fifth try at doing exactly the same thing it works, deleting cache, retarting my Internet browser.  Go figure.

I tmpl folder into my main template, renaming it  jw_all videos and modified the following, removing padding, radius, and setting background color to white. Don't know why it wouldn't work before but does now.

.avPlayerWrapper { display:block; text-align:center; clear:both; }
.avPlayerWrapper .avPlayerContainer {
display:block; padding:0px; margin:4px auto;
-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;
-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;
background-color:#ffffff;

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum