full-screen-gallery

Support Area Forums Selfie full-screen-gallery

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: www.talhouk.cl
  • Author
    Posts
  • #29701
    pablo talhouk
    Participant

    Hi Bill,

    Its possibly to make in Selfie theme a full scree gallery similar to the elite theme?

    I mean, eliminate the black bar above and below and put simple arrows at the right and left sides?

    Thank´s in advance

    Pablo.

    #29711
    Bill Robbins
    Moderator

    Pablo,

    I believe you could create something similar. Here’s what to do:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #swipebox-action {
      	bottom: 0;
      }
      
      #swipebox-caption {
      	top: 0;
      }
      
      #swipebox-caption.visible-bars {
      	top: -50px;
      }
      
      #swipebox-action.visible-bars {
      	bottom: -50px;
      }
      
      #swipebox-action, #swipebox-caption {
      	-webkit-transition : 0 !important;
      	-moz-transition : 0 !important;
      	-o-transition : 0 !important;
      	-khtml-transition : 0 !important;
      	transition : 0 !important;
      }
      
      #swipebox-action,
      #swipebox-caption {
      	background: none;
      }
      
      #swipebox-action {
      	border-top: none ;
      }
      
      #swipebox-caption {
      	border-bottom: none;
      }
      
      
    3. Update your settings.

    You’ll still have to click through to open up the gallery, but that will keep the arrow present and remove the background behind the arrows. That’s about as close as will be possible with Selfie.

    Have a great day,
    Bill

    #29720
    pablo talhouk
    Participant

    Great! at last works as we need, because before the black bar was hiding parts of the pictures.

    It´s posible to change de colors of the arrows? thats because we have many image that has a white background.

    Thank´s again.

    Pablo.

    #29729
    Bill Robbins
    Moderator

    Glad that helped out. I don’t believe the arrows can be changed outside of editing the icons.png file that’s in the images folder inside the theme. If I remember correctly those icons are made with images.

    #29747
    pablo talhouk
    Participant

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘full-screen-gallery’ is closed to new replies.