• I’m trying to create a simple player environment that I was hoping would be easy to do using Huge-IT Video Gallery, but I haven’t been able to find the documentation or settings.

    I’m using Justified and would like to have the title of the video appear on roll-over. I don’t want to see the blue and red play icons on the thumbnails.

    Upon clicking the video, I’d like to have the screen turn white and display the video. This, I’ve done, but I still want to be able to see the header with logo and navigation. I also don’t want the frame rule around the video that is playing.

    I haven’t been able to find the controls or documentation anywhere that describes how to create these custom settings. Any help would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Dear cjsebes,

    Thanks for your post.
    If you want to remove the play icons on the thumbnails, please, open the following file:
    templates/front-end/view/lightbox-gallery/lightbox-gallery-view.css.php

    line 46

    and delete these strings.

    What refers to the frame rule, then could you give more details, please?

    Thanks

    Thread Starter cjsebes

    (@cjsebes)

    Thank you! found the code to remove the icons. I greatly appreciate the help.

    I’m now experimenting with the Thumbnail set-up, because my client likes the name of the video to be displayed in the middle of the image on roll-over. But I can’t make the images as wide as the page. (like the way Justified appears.)

    In the Thumbnail layout, is there a way to make the images take up the full width of the page body like the Justified setting works? Currently, when I try to increase the image size, the two columns of images wraps to one column before the image sides get close to the edge of the page.

    Or is there a way to make the titles appear in the middle of the images in the Justified view, just like the titles do on the Thumbnail layout?

    Unfortunately, what I see in this plug-in are limitations to layouts. I can have titles in the middle if I use the Thumbnails layout, but I can’t have titles in the middle if I use the Justified layout. Having the ability to choose a layout, then choose how titles appear in that layout would open up many more possibilities. If I’m not seeing that, I would love to know where I can change that.

    Thank you!

    Dear cjsebes,

    Please open the file:

    assets/style/thumb_view.css

    67 line

    and replace it with this one: https://pastebin.com/BSLYvBiA

    Thanks

    Thread Starter cjsebes

    (@cjsebes)

    Thank you. I’m now able to move the text down in the thumbnail. But I may have not explained my need clearly. My apologies.

    Is there a way to have the images closer to the edge of the page? Right now there is too much space on the outer sides, so they don’t line up with the boxed edges of the page. I want the layout of the Justified view, but the rollover text of the Thumbnail view. Is that possible?

    Thank you for the great help!
    Cheers!

    Dear cjsebes,

    Please be kindly informed that the gallery takes the whole width of your theme container: https://prntscr.com/i80ihb

    In order to remove the margins between the thumbnails, please, go to
    templates/front-end/view/thumbnails/thumbnail-view.css.php file
    line 16

    #huge_it_videogallery .huge_it_big_li{

    and replace the existing margin with this:

    margin: -3px;
    margin-top: 3px;

    We will wait for your results.

    Thanks

    Thread Starter cjsebes

    (@cjsebes)

    thank you for that. I don’t want to remove the margins between the thumbnails but rather the margins on the outside of the layout. When I use the Justified layout, the edges of the images are flush to the sides of the page and line up with the left of the logo and the right of the navigation. However, when I use the Thumbnail layout, there is space and the images do not line up with the logo or the navigation. Can I use Thumbnail and have it line up like the Justified layout?

    Dear cjsebes,

    Please go to the following file:

    templates/frontend/view/thumbnails/thumbnails-view.css.php
    5 line
    section #huge_it_videogallery {

    and include margin-bottom:0 !important; margin-left:0 !important;

    to that section.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Thumbnails and full-screen player options’ is closed to new replies.