• Hello,

    I am using the new Header/Footer Builder by Astra.

    The Old Version had an option for mobile breakpoints.
    It was easy to set up any width px.

    I cant go back to the old Header Builder, because I use the following set up:

    Above header
    Menu 1 (Logo) Menu 2

    All I need, is a custom css code for 1762 px width.
    So that I get a mobile header below that value.

    I cant find any css code to work.

    Thanks for any help!

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter kajoh

    (@kajoh)

    push

    I have the same problem with Astra 3.2.0. I can’t find a way to configure the menu breakpoint in customizer. I CAN configure it in functions.php, but this is not satisfactory, since the principal user should not have access to that file.

    Thread Starter kajoh

    (@kajoh)

    @zinan thanks for your reply! I hope this gets more attention now.

    How do I change the breakpoint in functions.php?

    To change the breakpoint in functions.php you can use the code in https://wpastra.com/docs/set-update-breakpoints-tablet-mobile-in-astra/

    Hi @kajoh, @zinan,

    We’re sorry, the Menu Breakpoint feature is available only on the old header/footer. We will add a Toggle Button for Desktop feature on the Header Footer Builder, most likely in v.3.3.0, however, it won’t be available on the Astra free.

    Kind regards,
    Herman ??

    Thread Starter kajoh

    (@kajoh)

    Hi @bsfherman

    I am owning the pro version of astra.

    Really looking forward to v.3.3.0

    Any release date ?

    Hi @kajoh,

    We’re sorry, but talking/discussing anything related to the Pro version is not allowed here as this forum is intended to help only the free users.

    You might want to keep an eye on the changelog or open a ticket thru our Support Portal.

    Kind regards,
    Herman ??

    I’m on version 3.4.1 and there’s still no update to the help pages on how to set the breakpoint for mobile menu.

    I’m a paying Pro customer and I have sent two tickets on this with no reply.

    Can you please give us some information on how to do this very basic task?

    /Daniel

    Thread Starter kajoh

    (@kajoh)

    @fincozmoz

    I had to edit my functions.php File for my breakpoints.

    Messed up at the beginning, so that my website was taken offline for over an hour.
    But could solve it and now it is working finally.

    You wont get any help here regarding breakpoints sadly.

    here is what I wrote into the code (I am using ASTRA Theme):

    // Update your custom tablet breakpoint below – like return 1440;
    add_filter( ‘astra_tablet_breakpoint’, function() {
    return 1440;
    });

    • This reply was modified 3 years, 6 months ago by kajoh.

    Thanks kajoh!

    Where do you insert that code? In the functions.php file I only find lots of lines with “require_once”, no lines with “add_filter”. I added your code snipplet at the end of the file (line 162) and saved it, but it didn’t do anything.

    /Daniel

    Thread Starter kajoh

    (@kajoh)

    @fincozmoz

    I installed a child-theme and used that code at the end, but that is not important.

    You can put it everywhere as long as you have space between other codes.

    Function.PHP Picture

    Thanks kajoh,

    It doesn’t seem to work without creating a child theme though, and I’m not ready to do that at this point, so I will have to live with a broken menu for the time being.

    Hi @fincozmoz,

    I would be honest that we are having a high volume of tickets as of late and that’s must be the reason why we had some delay responding to your ticket. We’re sorry for that.

    For anyone else in the community who has the same query, the Menu Breakpoint feature is not and will not available on the new Astra Header Builder, though it is still available on the old Header.

    We introduced something similar with Menu Breakpoint on v3.3.0. However, it is not available for the Astra theme (free).

    If you have more query related to that feature, please get in touch with us thru our Support Portal as discussing a Pro feature is not allowed by the forum guidelines.

    And this is the doc related to Child Theme if you would like to know more about it.

    Kind regards,
    Herman ??

    Lack of a breakpoint adjustment makes the Header builder unusable for longer primary menus. Maybe just stop calling the theme “Fully Customizable”.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Mobile Breakpoint (new astra Builder)’ is closed to new replies.