Tagged: x
-
AuthorPosts
-
August 23, 2016 at 3:50 am #1142763
444mediaParticipantI 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!
August 23, 2016 at 7:34 am #1142970
ChristianModeratorHey 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 credentialsDon’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.
August 23, 2016 at 12:27 pm #1143452
444mediaParticipantThis reply has been marked as private.August 23, 2016 at 12:29 pm #1143459
444mediaParticipantOK…re video, will convert to mp4….thanks on that 🙂
August 23, 2016 at 12:57 pm #1143501
444mediaParticipantI 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.
August 23, 2016 at 12:59 pm #1143502
444mediaParticipantI converted the video from .mov to .mp4 and it still stops…doesn’t loop.
August 23, 2016 at 4:40 pm #1143791
444mediaParticipantAnother 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.
August 24, 2016 at 12:17 am #1144219
LelyModeratorHi 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.
August 24, 2016 at 12:56 am #1144247
444mediaParticipantThanks 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
August 24, 2016 at 7:32 am #1144597
JoaoModeratorHi There,
I am glad we managed to help.
Let us know if you need further help
Joao
August 24, 2016 at 4:20 pm #1145420
444mediaParticipantHi 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
August 24, 2016 at 4:20 pm #1145427
444mediaParticipantThe link to the page is: http://entertaincapital.com/entertaincapital-home/
August 24, 2016 at 6:54 pm #1145537
444mediaParticipantIt’s not doing it now….so it’s fixed(?) But not sure why it was showing that before, and now does not.
August 24, 2016 at 10:22 pm #1145959
LelyModeratorHi 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/
August 24, 2016 at 10:32 pm #1145962
RadModeratorHi there,
Could be related to cache, and it could be expired now.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1142763 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
