• After the last update 4.9.7, several major issues appeared:
    – the articles do not appear on the index page
    – sub-pages in the main menu can no longer be accessed, link missing
    – all labels appear at the top of the articles pages
    – footer has changed
    I hope to resolve soon
    Thank you!

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

Viewing 15 replies - 76 through 90 (of 115 total)
  • @abigailm is that exact snap of code of your child theme?

    @romik84 — yes, I copied that code snippet exactly from the top of the functions.php file for the child theme.

    @abigailm can you provide the URL of the website please?

    The website is running 3.84 — I haven’t tried to upgrade to 3.9 —I can’t afford downtime so I am asking for info ahead of time, and then I plan to try the upgrades first on a staging site. Do you still want website URL knowing that?

    So you actually didn’t report any issue yet?

    i’m still trying to make a new site with evolve in my wife’s website.

    i’m trying to make it from draft like mine to find issues but really i see only tiny problems.
    What i found till now:

    1.The breadcrump above single post shows all the categories although there is only one:
    https://users.sch.gr/antoniagk/2016/02/07/famous-theaters-around-the-world/

    2.the update should fix the non clickable submenu items when in mobile view.
    3. is it possible to make the header.menu with less height;

    Thank u again for support!

    1.The breadcrump above single post shows all the categories although there is only one:

    Will be fixed

    2.the update should fix the non clickable submenu items when in mobile view.

    Customizer -> Header -> Menu -> Responsive Menu Layout -> Open Submenu Items

    3. is it possible to make the header.menu with less height;

    Additional CSS:

    @media (min-width: 768px)
    .navbar-nav > li > a {
        line-height: 1em;
    }

    for the open submenu items i wonder if there is an option that in mobile is closed and expand with click

    also the css for some reason does not work

    Thank u

    Thread Starter Niro5

    (@niro5)

    Hello Romika84,
    Failed to fix the first page display. It does not working even show if I set the artices page to display or fixed page. I tried both.
    What would be the solution? Thank you

    i tried the menu closed in mobile and the first level opens with click, but the second submenu level does not open, and i think this is because of space.
    of course there is the solution to expand (open) all the menu but in my site is very big with a lot of items and 3 levels of submenu
    menu
    –submenu1
    —-submenu2
    so if i leave menu opened in mobile the user scrolls and scrolls… to menu items and after that comes the content…

    Any idea about this?

    • This reply was modified 6 years, 4 months ago by nickpapag.

    @nickpapag sorry forgot curly braces ?? :

    @media (min-width: 768px) {
    .navbar-nav > li > a {
        line-height: 1em;
    }
    }

    how do you test the mobile menu? in real mobile device or browser?

    @niro5 I will try to finish some update today ??

    @romik84

    So you actually didn’t report any issue yet?

    Right.

    I am asking for instructions on what to do to avoid problems.

    I can see that there are other brave people who are quite willing to do an upgrade that makes a total mess of their site, and then spend as many hours as they need in order to clean up the mess. But I prefer not to have a mess in the first place. So if I will need to make modifications to my child theme’s functions.php file, I thought it would help to know in advance.

    If you think the file should work as is, that’s fine, too — all you have to do is say so.

    I can see from other posts that you are still working on some other problems with the new code, so I won’t be upgrading to v3.9 in any event. I’ll wait until the other kinks are worked out.

    Perhaps you might consider putting up a webpage with instructions as to some steps for anyone upgrading from version 2.8x to 3.9x to follow, particularly if using child themes. It probably will help if you let people know more clearly about the removal of contact form functionality as well (so one step before upgrade for many people would be to revise their contact page).

    • This reply was modified 6 years, 4 months ago by Abigailm.

    Thank u Romik for the code and sorry because i should see the braces by myself.
    for the mobile menu in device, portrait and landscape the first level opens the submenu but when i click the submenu to open next level submenu it does nothing.
    Am i missing something?
    please check:
    https://users.sch.gr/antoniagk/

    update: i’m stupid. A refresh of chrome solve this. Sorry sorry sorry

    • This reply was modified 6 years, 4 months ago by nickpapag.

    @abigailm dont know your other changes in the theme, but that CSS should be fine . You can switch to the previous version anytime in case of something messed

    @nickpapag that’s why I asked you use mobile or desktop browser… the JS function determine the device screen on the window load, not on resize ??

    A friend got a blank page after the last update.

    PHP Issue was: Cannot unset string offsets or something similar…

    Fixed hacking the /httpdocs/wordpress/wp-content/themes/evolve/inc/admin/customizer/customizer-options.php, removing lines with:
    unset( $value_temp[‘default’][‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxx’] );

    Hope it helps.

Viewing 15 replies - 76 through 90 (of 115 total)
  • The topic ‘Problems with update 4.9.7’ is closed to new replies.