Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016069
    AK49 Logan 907
    Participant

    Hi, on the slider revolution I’m trying to fine tune the video part for it on my home page. I’m trying to get it as smooth as your demo like the integrity 1 demo.

    I got a video there but there is the image that will pop up for a few seconds and I want to totally eliminate that but can’t seem to do so. It was a chosen image but have no idea how to remove so it’s just a nice looping video.

    I’m going to use a better video but it’s just a test one lol.

    link: http://jumpoffroad.us/ ( I gave you the pass in our previous thread.)

    Thanks!

    #1016075
    Christopher
    Moderator

    Hi there,

    It’s cover image, you can change it under slide settings/source tab.
    Integrity 1 uses slider above masthead, to achieve that, please remove video layer, enable slider above/below masthead under cornerstone settings tab and add your video as ‘background video’
    Please follow this link and set up slider above/below masthead : https://community.theme.co/kb/sliders

    Hope it helps.

    #1017145
    AK49 Logan 907
    Participant

    Hi there Christopher, I have watched the video twice now.

    So I set up the revolution slider by going to pages then enabling it under the masthead. It’s using the edited settings from the Agency Home. Now I still have the annoying cover image which I can’t seem to remove. Even with your explanation. So can you explain how I can remove it specifically? 🙂 And when having a video that plays on your website is going to take up extra bandwidth. So does having it uploaded on you tube help with that or?

    I’ve just started messing with rev slider and it’s a little bit confusing but I edit videos so I think it’s just understanding what the tools are then it will be super easy!

    Also, on the header I can’t seem to change the text. It’s super annoying as I know it’s probably something so simple yet I just can’t seem to find out where to do it so I’m left with some gibberish up there.

    And… I love X-theme but how do I remove the “Powered by X-theme” on the bottom of the page? 😉

    Thanks again Christopher! Hopefully we can sort these minimal things.

    #1017481
    Nico
    Moderator

    Hi There,

    Would you mind sharing us your admin credentials so we could fully view setup and to check your setup closer.

    Could not see it because it is underconstruction mode.

    Don’t forget to set it as private reply.

    To remove the powered by X theme, check this path – Customize > Footer > Footer Content

    Hope it helps.

    Thanks.

    #1017509
    AK49 Logan 907
    Participant
    This reply has been marked as private.
    #1017691
    Lely
    Moderator

    Hi There,

    Thank you for the credentials.

    1. We can add line shortcode. Then we can use CSS to adjust color and thickness

    2. On the style field of Raw content element, please add color:#ffffff;

    3.)Please do give us access on a private reply on this site so we can check the issue directly.

    Hope this helps.

    #1017746
    AK49 Logan 907
    Participant
    This reply has been marked as private.
    #1017777
    Lely
    Moderator

    Hi There,

    Thank you for the credentials.
    Please add this CSS on Appearance > Customize > Custom> Edit Global CSS to move the text Order Information to the left:

    .page-id-6721 p#billing_info_field {
        clear: left;
    }

    The info box is just a text field and not a text area. The height can’t be adjusted to cater multiple lines like texarea.

    Hope this helps.

    #1017820
    AK49 Logan 907
    Participant

    Okay so the css code worked to fix the “Order Information”. Thanks! But the other problems still persist. :/

    1. “How to add a colored bar under the video like shown in the image below?” I’m not sure how to make the line appear on the home page under the video.

    2. Even though the “Order Information” is a text box is there a setting to make it bigger as I see other people with woocomerce have the dragable box’s or at the very least can we make it a bigger box? Image below shows one I found here. https://tacticalliondesigns.com/ (You’ll have to add something to the cart to proceed to see the box on checkout.)

    3. I’m trying to make the image slider like on the Vim and Vigor page. http://vimandvigor.co.za/about/
    Where the picture moves but the icon in the middle stays. I’m having a really hard time getting it to fir the screen correctly. And there are borders on it, how do you remove those? Notice theirs is right against the header.

    4. “Also, on the header I can’t seem to change the text. It’s super annoying as I know it’s probably something so simple yet I just can’t seem to find out where to do it so I’m left with some gibberish up there.”

    5. When having video playing on your site through the rev slider. Is there a way to save bandwidth by having the video hosted on Youtube or does that not effect anything?

    6. And I still can’t seem to remove the cover phot from my home page rev slider. 🙁 Can you tell me how to do that please.

    Thanks for all the help!

    #1017937
    Christopher
    Moderator

    Hi there,

    #1

    .x-slider-container.below {
        border-bottom: 3px solid blue;
    }

    #2 Please provide us with shop page URL.

    #3 Add a background image to a section, enable ‘parallax’ option. add following elements :

    Gap
    Headline or text
    Another gap

    #4 Navigate to Customize -> Header -> LOGO – TEXT and set letter spacing to zero. Under Setting -> General you can change site title.

    #5 Please check this link : https://www.wp101.com/10-reasons-why-you-should-never-host-your-own-videos/

    #6 Please add this :

    
    .home .tp-bgimg.defaultimg {
    display:none !important;
    }

    Hope it helps.

    #1019147
    AK49 Logan 907
    Participant

    2. http://212studios.online/checkout/
    Trying to increase the text box or make it draggable sizing. Added a image below.

    3. Still have gaps on the top and bottom of the rev slider. And I can’t seem to add the gap, text, gap with cornerstone over it. I do remember seeing it like that I just can’t seem to do it on the layer that I made.

    6. The code didn’t remove the front cover image that loads before the video… :/

    #1019493
    Christopher
    Moderator

    Hi there,

    #1 This is a text type input field and it’s not resizable like textarea. To change its height, add the following code:

    p#billing_info_field input {
        height: 100px;
    }

    #3 The sample page (http://vimandvigor.co.za/about/) doesn’t use slider, you just need to add a section inside CS, add background image and enable parallax.
    To remove the gap add pan in section’s class field.

    #6 I tried to add a slider from scratch and I noticed that slider doesn’t save unless you add cover image, so you can’t delete it.

    Hope it helps.

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