Forum Replies Created

Viewing 15 posts - 61 through 75 (of 78 total)
  • Posted in:
  • in reply to: Row height not adjusting to child elements #198112
    Jackcoldrick
    Member
    Post count: 84

    Never mind guys, it was my own fault. I tried to implement a custom version of bootstrap to enable the 960 GS. When I reverted back to the original the problem was resolved. Thanks for the help

    in reply to: Row height not adjusting to child elements #198063
    Jackcoldrick
    Member
    Post count: 84

    I’ve added a screenshot. You can see the grey background isn’t filling the entire div. All the elements are children of that row.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Row height not adjusting to child elements #198057
    Jackcoldrick
    Member
    Post count: 84

    Hi Rui,

    I cannot as I’m building it locally. If I provide a screenshot would that help at all?

    J

    in reply to: Overriding Parent style.css file #197110
    Jackcoldrick
    Member
    Post count: 84

    Ok, but if that is the case what is the style.css file for in the dante child root directory?

    in reply to: Overriding Parent style.css file #197062
    Jackcoldrick
    Member
    Post count: 84
    This reply has been marked as private.
    in reply to: Overwrite the Team Carousel Functionaliy #196102
    Jackcoldrick
    Member
    Post count: 84

    No problem, Thanks for the help Kyle.

    in reply to: Overwrite the Team Carousel Functionaliy #196084
    Jackcoldrick
    Member
    Post count: 84

    Ok, no problem Kyle. Sounds good. Just to confirm if I copy that code into functions.php in Child theme it wont work? I can save copy locally anyways.

    in reply to: Top Bar Sub Menu disappearing to quickly #194923
    Jackcoldrick
    Member
    Post count: 84

    Hi Kyle,

    I managed to resolve the issue and it turns out it was my own doing ( as I had expected from the start!). I have this css in my dante child style.css file:

    .layout-fullwidth .fw-header.container, .layout-fullwidth .fw-header .container {
        width: 75%;
        padding: 0 30px;
    }

    If I comment it out the dropdowns work as they should. I’m guessing its something to do with the padding throwing it off? The reason I had the above code was to bring the menu in from the edges of the screen.

    in reply to: Top Bar Sub Menu disappearing to quickly #194913
    Jackcoldrick
    Member
    Post count: 84

    Hi,

    I can’t provide a link because it’s not live. The site is being developed locally. It’s just very unusual behaviour. I can’t explain it. Is there some JS that triggers the dropdown menu? If so could you point me to the correct location of it within the themes files and I may be able to debug myself.

    in reply to: Mega Menu bottom row below columns #193513
    Jackcoldrick
    Member
    Post count: 84

    Thanks Rui,

    I’ll try that and let you know how I get on.

    in reply to: Adding class to make container grey and 100% of screen #193088
    Jackcoldrick
    Member
    Post count: 84

    Hi Mohammad,

    I did thank you, I found the row element in the Swift Page Builder, it allows you to set it to full width and include a background colour, I could then add whatever elements I desired into the row.

    Thanks,

    Jack

    in reply to: Parallax Page template navigation #191591
    Jackcoldrick
    Member
    Post count: 84

    Hey Rui,

    That worked thank you so much for your help.

    Cheers!

    – Jack

    in reply to: Parallax Page template navigation #191582
    Jackcoldrick
    Member
    Post count: 84

    Hi Martin,

    I’m developing locally on my machine at the moment so unfortunately, I would not be able to do so. I’m guessing that the navigation should automatically be displaying?

    Thanks,

    in reply to: Modifying PHP for Mega Menu #191128
    Jackcoldrick
    Member
    Post count: 84

    I would like to find the code within the theme files responsible for building the mega menu. I’ve currently narrowed it down to the sf-header.php file, and from what you said above the sf_main_menu() function.

    I can see that this is controlling the output of the menu itself as I can modify the code and see the output is changed. Or including a die() statement prevents menu from being output. That’s all fine. However I am trying to find the code responsible for the actual mega menu. Where is the HTML for the mega menu generated within the php?

    The reason I would like to find this code is because I’d like my mega menu to look something like this: (see attached 1.png).

    I would like to output the parent menu name in the mega menu, like the “SHOP” in red in the attached image. In order to do this I need to modify the function responsible for generating the mega menu HTML surely?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Modifying PHP for Mega Menu #191112
    Jackcoldrick
    Member
    Post count: 84

    No your grand Kyle, Appreciate the help, however I’m looking for the code within the actual php itself as I’d like to modify in Child theme. Does that make any sense?

Viewing 15 posts - 61 through 75 (of 78 total)