Dear Erik,
by default, the menu contains automatically generated links which unfortunately are not displayed in the mobile view. Please go to “Appearance > Menus”, create here a new custom menu and assign it to the “Fixed Menu” location. Here you can find more information about managing menus in WordPress: Menu Guide.
Best regards,
Tomas Toman
Thank you Tomas. I will give that a try.
Erik
Tomas,
I was able to add a fixed menu to the theme, however in mobile view that menu is very difficult to see and isn’t appealing. It is at the top of the page in a bar that doesn’t look like a menu. It seems that photostory only has the regular and fixed menu position at the top of the screen. What can I do to add a left-side bar menu more similar to the desktop view?
Thank you!
Erik
Erik,
I was having the same problem and switched to a response theme. I like Suffusion plus it has a lot of great features.
Mike
Mike,
I checked out Suffusion. I like photostory, but if need be I’ll switch to something else. Suffusion fixes the menu issue, but I think I prefer the tone of the photostory theme. Practically any WordPress theme is amazing. Thanks for your input!
Erik
Mike and anyone,
so PhotoStory is not a response theme, but what will the Jetpack plugin do if I add it to PhotoStory?
Erik
Dear Erik,
there are many responsive themes which display the menu as a drop-down list. The main reason of this is to save the space on a mobile screen. You can try to paste the following CSS into “Theme Options > Other Settings > Custom CSS” to increase the height of the drop-down menu:
.js .menu-box .selectnav {height: 40px; line-height: 40px;}
This theme should be fully compatible with the Jetpack plugin.
Best regards,
Tomas Toman
You also can try the following plugin which allows you to create a highly customizable mobile navigation which can replace the default theme navigation: Responsive Menu.
Then, you can hide the original theme navigation using the following custom CSS:
@media screen and (max-width: 1100px) {
#wrapper .menu-box {display: none !important;}
html #wrapper #page {margin-top: 0;}
}
Best regards,
Tomas Toman
Hey,
I need to make changes in the right most widget at the bottom of my design at http://androiddelta.com
Will be obliged if you could help!
@himanshu31shr: I am sorry, but this forum can be used only for questions regarding to the PhotoStory theme. Please post your question in the support forum intended for your current theme: https://wordpress.org/support/theme/harmonux-core.
Best regards,
Tomas Toman
Tomas, sorry for the late response. I’m moving this week. Your tips should get my PhotoStory site all fixed up. I was going to tell you the I had said that the default mobile menu is unappealing, however since then I have corrected some issues that allowed me to see what the default menu is intended to look like. I had a default and a fixed menu set, and another issue, and it caused a duplicate menu and in mobile mode it was displaying weird. Anyway, I’ll try what you said to improve it further.
Thanks!
Erik
@tomas Toman,
I added the responsive menu and used the code to hide the default menu. Works well now. Thanks!
Dear Erik,
I am glad that I could help you!
Best regards,
Tomas Toman