• cwm suzy

    (@cwm-suzy)


    Hello all,

    I have been working on this site
    http://clairewoodphotography.co.uk/

    It was going well until I upgraded wordpress to 3.9.2 – now there are 2 menues – one is horizontal and styled and the second appeared after this update. It says”Page Navigation Menu”.

    The theme company seem to be blaming my HTML and CSS changes but this is not the case, as I have emulated this onto a test domain.

    Does anyone have any ideas how I can remove this Page Navigation Menu???

    Thanks in advance, Suzy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mark Ratledge

    (@songdogtech)

    Sorry, but you’re using a premium/paid theme. It’s best to go to the support site where you bought the theme http://inkthemes.com/ for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme. These forums are for themes available in the WordPress theme directory at wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter cwm suzy

    (@cwm-suzy)

    Hi songdogtech, thanks for that. I have been asking for support but they appear to be blaming my customisation – which is not the case, and also due to the time difference it takes a while to get an update from them.

    I must add that they are usually excellent and have used them for several years.

    However I am stuck with this issue and posting here was really me hoping for some help or just pointing in the right direction. If I need to hire a developer I will do so, though have never had to before for simple websites such as this.

    ANY help at all would be appreciated, thanks – unless of course I am breaking the rules by asking, in which case I will close the thread. Thanks

    stacyduval

    (@stacyduval)

    The “Pages Navigation Menu” is in a class called “mobile nav closed”.

    I made it go away by adding this CSS which you can add to your custom CSS.

    .mobile_nav closed  {
        display:none;
    }

    Cheers, Stacy

    Thread Starter cwm suzy

    (@cwm-suzy)

    Thanks so much Stacey. I added the code but it did not go away…something strange going on, Ink Themes have still not replied and I go on holiday in the morning…really do not want to go away with this error

    Thanks Suzy

    Thread Starter cwm suzy

    (@cwm-suzy)

    Ink Themes refused to help in the end – first time they have done so…very sad as I have used them for years – customising themes is part of creating what a client needs and wants.

    In the end I used this code

    .mobile_nav {
    display:none;
    }

    The closed part changes to opened when you clicked “Pages Navigation Menu”

    Thanks again, very much appreciated

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘3.9.2 has altered my menu’ is closed to new replies.