menu icons

Viewing 9 posts - 16 through 24 (of 24 total)
  • #22652
    gary murray
    Participant

    Hi daniel thanks for reply will give that a go.

    Thanks

    gary

    #22660
    gary murray
    Participant

    Hi daniel , when creating pages and i leave the title in the page. When i select full page is there a way that i can add a colour behind the Title to stretch across full width. So a bit like when you can colour the background of a sidebar. I only want the background of the heading of the page?

    Hope this makes sense?

    Thanks

    Gary

    #22662
    Daniel Tara
    Keymaster

    There is no way to add a solid color, but you can add a background image. Since an image can be a solid color, this might be a good workaround.

    First go to Appearance →Theme Options → General and under “Thumbnail Header Image” make sure “Display post thumbnail as header image on single posts” is checked. Then go to the page in question and add a featured image. If should display as a background image to the page’s title.

    #22672
    gary murray
    Participant

    Thanks will give it a go.

    #22712
    sim_jo
    Participant

    Daniel,
    Think i have read all the information available and have inserted the image on several sidebars to display in the Header Secondary on several pages. But as yet been unable to get it to work. Though in parallax it seems to be effecting the Full Screen Slider as well.

    Have also changed the background colour to see if I can get anything to work in the edit sidebars but this does not work either.

    The widget displays in the sidebar on the page but no background. Any pearls of wisdom. Unfortunately I am running off a localhost so can not give you URL.

    All help much appreciated.

    #22714
    Daniel Tara
    Keymaster

    I’m sorry but I can’t help you. All you are saying is that you have followed the documentation and it doesn’t work. That’s not enough information to get started. As you can see even in this topic, it works for other people so I need more information to isolate your specific issue.

    #22715
    sim_jo
    Participant

    Daniel, thanks for the reply. In the enlightenment theme, in the Secondary Header Sidebar, when I choose to insert image in the Edit Sidebars to add a full screen parallax image, no image is shown. When I choose to add a background colour, no background colour is added. Just wondering where this function is, so I could go and investigate further.

    It is not too much of an issue, I have chosen to do something different. Such is the flexibility of your template. Many thanks for the reply.

    While I have you, could I just ask two quickies. First is it possible to get the bootstrap tab (I have eighteen tabs) option to go width across the page (boxed page) – as it will look much better.

    And second, the mega menu option in smaller resolution (tablet and phone), has a fixed height window which means that some links are obscured. Is there a fix for this.

    Thanks for your time, have read through a lot of the forum and your help is deeply appreciated.

    #22718
    Daniel Tara
    Keymaster

    First of all you need to understand the differences between dynamic sidebars and sidebar locations. Sidebar locations are in a fixed location and can be assigned different dynamic sidebars depending on template or page. Make sure the sidebar you are editing the background options for is assigned to the “Secondary Header Sidebar” location for that template or page. The function that outputs the background options for the sidebars is called enlightenment_unlimited_sidebars_print_css() and can be found in core/functions/unlimited-sidebars.php.

    Here’s how to get the tabs span the full width of the page:

    @media (min-width: 992px) {
        .layout-full-width .nav-tabs,
        .layout-full-width .tab-content {
            margin-left: -150px;
            margin-right: -150px;
        }
    }

    Keep in mind that 18 tabs is too much for the average person’s attention span, it’s bad UX regardless and should use some optimizing.

    the mega menu option in smaller resolution (tablet and phone), has a fixed height window which means that some links are obscured.

    This is not true. The mega menu does not have a fixed height on either resolution. Check the demo to see for yourself. If this happens you probably tweaked it like that yourself.

    #22723
    sim_jo
    Participant

    Daniel, Thanks for your prompt reply.

    Will look into sidebar info, though I do understand the distinction (I read your tutorial), just not articulation myself promptly perhaps.

    Value your opinion about tabs. But as I am making a site for a golf club and each tab represents a hole in a course guide, 18 it is.

    Good to know about mega menu, as the problem is the emulator not the responsive menu parameters. Thanks again Simon.

Viewing 9 posts - 16 through 24 (of 24 total)

You must be logged in to reply to this topic.