Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142763
    444media
    Participant

    I am just setting up EntertainCapital.com using the Ethos 3 stack. (WP=4.6; X= 4.6.1; CS= 1.3.0). I have a few Slider Revolution settings questions:

    1. I added a scroll down button to my slide at http://entertaincapital.com/entertaincapital-home/ (my home page staging link), but for some reason I cannot move it. I have it selected, and the cross arrows cursor comes up, just as if I wanted to move any other layer, but for some reason, it won’t let me move the button to where I want it on the screen. I’ve created these before and moved them, and every other layer moves fine….but not this button.

    2. I downloaded the background movie clip (the projector reel) from Big Stock photo. It’s a .mov file. I thought that these files looped, no? For some reason this stops when it’s done. How do I get the movie file to keep playing in a loop?

    3. When click the scroll down button the navigation bar and logo area is supposed to line up with the top of the screen (like at http://demo.theme.co/ethos-3/). For me it is not quite lining up. You still see a portion of the logo. How do I adjust this so that when it auto scrolls with the button click that the menu bar is perfectly at the top of the screen?

    (Is it possible to make the logo area container of the header sticky too? So that when you scroll down the page the logo stays where it is at the top of the page? I’m thinking client may want this, so thought I’d ask.)

    Thanks for your help!

    #1142970
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    For the video, please use .mp4

    Thanks.

    #1143452
    444media
    Participant
    This reply has been marked as private.
    #1143459
    444media
    Participant

    OK…re video, will convert to mp4….thanks on that 🙂

    #1143501
    444media
    Participant

    I got the button to move now. I just had to log out and log back in….now it moves like it should. But weird how it would not move no matter what I did.

    #1143502
    444media
    Participant

    I converted the video from .mov to .mp4 and it still stops…doesn’t loop.

    #1143791
    444media
    Participant

    Another slider revolution related question, is it possible to have background slides rotate/slide…but have the text or any other layers on top of the background stay where they are? I want to keep the text where it is, but have different images, or even HTML5 videos slide in the background.

    #1144219
    Lely
    Moderator

    Hi There,

    1.) For the scroll down button where you want to move it?
    Please note that when you edit the page, under Slider Settings :Above Masthead, we do have an option scroll bottom. No need to add on the revslider. See attache screenshot.

    2.) Please check this:https://www.themepunch.com/revslider-doc/video-layers/ HTML5 Video > 4. HTML5 Video Settings

    3.) Please use suggestion #1 on using the default scroll to bottom function.

    To make logo area container sticky too, please copy _navbar.php from \wp-content\themes\x\framework\views\global to \wp-content\themes\x-child\framework\views\global. Open the copied and replace with the following code:

    <?php
    
    // =============================================================================
    // VIEWS/GLOBAL/_NAVBAR.PHP
    // -----------------------------------------------------------------------------
    // Outputs the navbar.
    // =============================================================================
    
    $navbar_position = x_get_navbar_positioning();
    $logo_nav_layout = x_get_logo_navigation_layout();
    $is_one_page_nav = x_is_one_page_navigation();
    
    ?>
    
    <?php if ( ( $navbar_position == 'static-top' || $navbar_position == 'fixed-top' || $is_one_page_nav ) && $logo_nav_layout == 'stacked' ) : ?>
    
      <div class="x-navbar-wrap">
        <div class="<?php x_navbar_class(); ?>">
    	  <div class="x-logobar">
    		<div class="x-logobar-inner">
    		  <div class="x-container max width">
    			<?php x_get_view( 'global', '_brand' ); ?>
    		  </div>
    		</div>
    	  </div>
    
          <div class="x-navbar-inner">
            <div class="x-container max width">
              <?php x_get_view( 'global', '_nav', 'primary' ); ?>
            </div>
          </div>
        </div>
      </div>
    
    <?php else : ?>
    
      <div class="x-navbar-wrap">
        <div class="<?php x_navbar_class(); ?>">
          <div class="x-navbar-inner">
            <div class="x-container max width">
              <?php x_get_view( 'global', '_brand' ); ?>
              <?php x_get_view( 'global', '_nav', 'primary' ); ?>
            </div>
          </div>
        </div>
      </div>
    
    <?php endif; ?>

    For the last inquiry, you may want to add static layer for text:https://www.themepunch.com/revslider-doc/second-steps/#manageslides. That way your text will always be there. Then add normal slide with different background image that will be in the background.

    Hope this helps.

    #1144247
    444media
    Participant

    Thanks for getting back to me…

    1. Yes, I saw that scroll down button, I just wanted to try the Slider Revolution one because it’s animated. I got it to move finally though. Was weird how it wouldn’t budge, no matter what.

    2. Great! Thanks

    3. I think it had to do with the size of the slider itself. I tweaked it a bit and now it seems to work. Thanks!

    4. Thanks!!

    Thanks for your help

    #1144597
    Joao
    Moderator

    Hi There,

    I am glad we managed to help.

    Let us know if you need further help

    Joao

    #1145420
    444media
    Participant

    Hi Joao,

    OK…so I added the background video that I have converted to mp4 as suggested in manner that was described above, and how described by Theme Punch. However, the problem I am seeing by doing it this way (adding the video as a layer…which gives me the looping controls) is that there’s a large pause/play button in the middle of the screen and there is the video progress bar along the bottom. I don’t want to see any video controls. The only setting I see for video controls in the settings box for the Video Layer is “Large Controls on/off” I have it set to off. But I don’t see any other controls in the settings so as to not show the play/pause button and the progress bar of the video.

    And if I make the video a background then it seems that I lose the ability to make it loop.

    So what should I do? Just want the background mp4 videos to loop (I say videos, because I may add a few more as slides, but want to fix this issue first)

    Thanks,

    Chris

    #1145427
    444media
    Participant
    #1145537
    444media
    Participant

    It’s not doing it now….so it’s fixed(?) But not sure why it was showing that before, and now does not.

    #1145959
    Lely
    Moderator

    Hi Chris,

    Maybe what you saw before is cache content? But then if you encounter the issue again this link might help:https://www.themepunch.com/faq/hide-html5-video-button-prevent-html5-video-from-being-clicked/

    #1145962
    Rad
    Moderator

    Hi there,

    Could be related to cache, and it could be expired now.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1142763 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>