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
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
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
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
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