Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341456
    franky
    Participant

    Hi guys,

    First of all; great everything!

    I can almost go Live with my very own new website (finally had time fr it :-)) on http://b-mp.nl and http://m.b-mp.nl but there still are some things I can’t figue out..

    #1
    How can I remove the page load transitions in between pages?

    #2
    How to change the top bar BG-color?

    #3
    I want to adjust the About Revolutions slider so you can scroll it vertically (so the page stops scrolling and only the sliders moves) and after it played all three slides it stops (so the whole page will go further again). Is this possible. I tried several settings but none of the seem to be able to set a number of times sliding.

    #4
    I want to remove the header (or parts from it) from some pages (see below) – can you send me a code? I used the code below but the header keeps getting back. I want to keep the breadcrumbs.

    – blog, post-category, post-tag, single-post pages
    – portfolio, portfolio-category, portfolio-tag single-project pages
    – shop, product-category, product-tag single-product pages

    .blog .x-navbar-wrap, /* Blog - Entire Header */
    .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */
    .blog .x-nav, /* Blog - Header Menu */
    .blog .x-colophon .x-nav, /* Blog - Footer Menu */
    .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */
    .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */
    .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */
    .page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */
      { display:none; }
    

    Hopefully you guys can help me

    Thanks in advance!

    Grtz,
    Franky

    #1341458
    franky
    Participant
    This reply has been marked as private.
    #1341598
    Christian
    Moderator

    Hey there,

    1. Turn off page transitions in Superfly Menu > Menu Panel > General

    2. Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-topbar {
        background-color: yellow;
    }

    3. Scroll navigation is possible with Slider Revolution. See samples at https://revolution.themepunch.com/examples/ and the documentation at https://www.themepunch.com/revslider-doc/scroll-effects/

    4. What do you mean by keeps coming back?

    Thanks.

    #1341761
    franky
    Participant

    Thanks so far!

    #3
    Is it also possible that the slider stops after scrolling 3 slides?

    #4
    With the whole code I only can delete the blog page header. Can you give me a code for the pages above?

    http://b-mp.nl (maintenance is off now)

    #1342159
    Nico
    Moderator

    Hi There,

    #3 I would love to help you it however, it is quite a technical customization. It would be best that you will contact a custom developer.

    #4 Would you mind sharing us the url of the pages above. Not sure of the URL or pages that you want to remove the header because there are pages does not have header.

    Once we fully got the URLs, we’ll do our best to help you.

    Thanks.

    #1343058
    franky
    Participant

    Hi There,

    Alright..

    #3 – will try and fix it my self

    #4 – maybe it’s easier to totally remove the header from all pages except for the homepage? is there a way for this?
    I now have the below but it seems i keep missing pages

    .archive .x-navbar-wrap, /* Archive - Entire Header */
    .archive .x-btn-navbar, /* Archive - Navbar Mobile Button */
    .archive .x-nav, /* Archive - Header Menu */
    .single-x-portfolio .x-navbar-wrap, /* Portfolio Post - Entire Header */
    .single-x-portfolio .x-btn-navbar, /* Portfolio Post - Navbar Mobile Button */
    .single-x-portfolio .x-nav, /* Portfolio Post - Header Menu */
    .single-post .x-navbar-wrap, /* single-post - Entire Header */
    .single-post .x-btn-navbar, /* single-post - Navbar Mobile Button */
    .single-post .x-nav, /* single-post - Header Menu */
    .blog .x-navbar-wrap, /* Blog - Entire Header */
    .blog .x-btn-navbar, /* Blog - Navbar Mobile Button */
    .blog .x-nav, /* Blog - Header Menu */
    .page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */
    .page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */
    .page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */
      { display:none; }
    #1343223
    Christian
    Moderator

    Please try this

    .masthead {
        display: none;
    }
    
    .home .masthead {
        display: block;
    }

    If that doesn’t help, you will need to hire a developer to work closely with you for customizations. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thanks.

    #1343291
    franky
    Participant

    It works perfect…

    Thanks fo all..

    🙂

    #1343436
    Joao
    Moderator

    Glad to hear it,

    Cheers

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