Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #662951

    Hi guys,

    First I will take this chance to say congrats for this awsome theme you’ve made.
    I’m using Enfold to build a new website for a client. Just finished Home page and as I dive in to second one I ran into some troubles. I’m not able to provide the link to the website as I’m working offline so I will try my best to describe the issue.
    Home page has a big fullscreen slider (blue photos) and glassy transparent header with white version of the logo and white menu items/social icons (those are all white to be visible on blue photos from slider). As you scroll down header shrinks and becomes white with a smaller and different colored version of logo, menu items are black and same the social icons.
    My question is how can I have only this second version of the header (smaller, with small logo and black items that stays as it is on top all the time) in all other pages of the website (except home). I need this kind of header in all other pages as I will not have a slider and just a clean white top. You can imagine that glassy transparent header with white items will not be visible at all :)

    Hope I made myself clear as my english is not as good as I’d like.

    Thank you!

    #663007

    Hey ktalin,

    quite difficult without a link showing the elements/issue. Let us know when you’re ready to send us a link so we can take a look.

    Best regards,
    Andy

    #663029

    Hey Andy,

    Please have a look now at http://www.2bopenlogistics.com
    I have put it online just for this purpose. Please be advise that red top background on About us page is just for me to see the header until I solve my issue.

    Thanks!

    • This reply was modified 7 years, 10 months ago by ktalin.
    #663311

    Hi,

    go to Enfold->Header->Header Behavior and uncheck “Shrinking Header”.

    Then when editing page in question look for “Header visibility and transparency” and choose “Not transparency”.

    Hope this helps.

    Best regards,
    Andy

    #663350

    hi,

    Thanks, but :) … what I want to do is to keep current behavior (shrinking and transparent) for Home page but for all other pages to be only shrinked (without transparency). One thing for you to know is that if I select No transparency for any page and I hit Update, nothing happens and Transparency option is back to previously setting (so does not want to stay on No transparency).

    Thanks!

    #663371

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Andy

    #663387

    Ok, got it!

    Still, why About us page does not want to keep No transparency setting when I select it and hit Update. If you take a look in the website you will notice that Services, Contact us and Media pages has Transparency option disabled (logo remains colored, menu items remains black) but About us page still has transparency option enabled even if I try to disable. How can I make header behavior for About us to be the same as Services, Contact us and Media pages.

    I’m not sure if I can raise another issue in this thread but I try my luck. I managed to disable default sidebar (by editing sidebar.php) for Services and put child pages items in there. My question will be how can I make that when you press Services from menu to go directly to first child page (Consultancy). Moreover, how can I keep this sidebar active for all others child pages of Services.

    Thanks!

    #663414

    Hey again,

    I dont know what was wrong but after deleting and re creat About age, now seems to be ok.
    Also solved the other problem by creating a page-gotochild.php in my child theme folder with this script in it:

    <?php
    /*
    Template Name: Go to first child
    */
    $pagekids = get_pages(“child_of=”.$post->ID.”&sort_column=menu_order”);
    if ($pagekids) {
    $firstchild = $pagekids[0];
    wp_redirect(get_permalink($firstchild->ID));
    } else {
    // Do whatever templating you want as a fall-back.
    }
    ?>

    and then point the parent page from Quick edit to this custom template.

    Thanks for your support!
    Regards,

    Catalin

    #664522

    Hi,

    glad you could find a solution. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘shrinked menu version for all other pages, except home’ is closed to new replies.