Hi,
I have a changed a page title. This page is part of an inner page menu on the left sidebar.
The inner page menu still shows the old page title. Didn’t refresh it.
best regards
ahmed
Hello
I need inner page menu to show a different dimension of a product with horizontal direction.
it would be great if it support to set the style of background of the menu both in PC mode and mobile mode.
Here is a screenshot for the example:https://prntscr.com/fp0895, actually, the same style of Apple site: https://prntscr.com/fp096q
I am very like to have your suggestion, thanks in advance, and have a nice day.
Alex
]]>Hello! Good plugin.
The plugin is activated https://xiii.myjino.ru/
Added code on sidebar.php in my theme
<?php
/**
* The Sidebar containing the main widget areas.
*/
?>
<?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
<div id=”secondary” class=”widget-area” role=”complementary”>
<?php inner_page_menu(); ?>
<?php dynamic_sidebar( ‘sidebar-1’ ); ?>
</div>
<?php endif; ?>
Why error: Fatal error: Call to undefined function inner_page_menu() in /home/users/x/xiii/docs/wp-content/themes/upright/sidebar.php on line 8
]]>Hello. Good plugin!
The plugin is activated https://xiii.myjino.ru/
When insert the page displays an error “Fatal error: Call to undefined function inner_page_menu() in /home/users/x/xiii/docs/wp-content/themes/upright/sidebar.php on line 8″
sidebar.php
<?php
/**
* The Sidebar containing the main widget areas.
*/
?>
<?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
<div id=”secondary” class=”widget-area” role=”complementary”>
<?php inner_page_menu(); ?>
<?php dynamic_sidebar( ‘sidebar-1’ ); ?>
</div>
<?php endif; ?>
<?php
/**
* The Sidebar containing the main widget areas.
*/
?>
<?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
<div id=”secondary” class=”widget-area” role=”complementary”>
<?php inner_page_menu(); ?>
<?php dynamic_sidebar( ‘sidebar-1’ ); ?>
</div>
<?php endif; ?>
<?php
/**
* The Sidebar containing the main widget areas.
*/
?>
<?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
<div id=”secondary” class=”widget-area” role=”complementary”>
<?php inner_page_menu(); ?>
<?php dynamic_sidebar( ‘sidebar-1’ ); ?>
</div>
<?php endif; ?>
What has been done is not it?
]]>I understand that the code <?php inner_page_menu(); ?> needs to be put into the theme page or sidebar template. However, my issues is that I do not know exactly how to identify where to place the menu in relation to the placement of other code on the style sheet. I would like for this menu to be at the top of the page (and I would really like to make it a fixed menu if possible…is it?), but I do not know where the “top of the page” is on my stylesheet nor where I would paste the code if I did know where the top was. Any advice on how to alter the stylesheet in this way and how to make this menu fixed would be awesome, thanks!
]]>How/where do I change the CSS of the inner menu?
I see some CSS in the index.php file, but editing that doesn’t seem to change anything.
BTW I have place the inner menu on the Page.php file itself, below the page content on purpose. I am putting it here intentionally because I need the menu to show up below the page content, not in the sidebar. However, the menu shows up tiny – i think the CSS of the page meta content is overriding. How do I custom edit the CSS of the inner menu itself?
]]>Is it possible to run an if statement to check whether or not the Inner Page Menu checkbox is set to true?
Thanks.
]]>I am not a web deigner or developer. I need a very simple step by step instructions, such as this:
Updated instructions to edit the main menu:
1. from the Dashboard click Appearance
2. click Menus
3. in the Pages box (left) click View All and find the page you wish to link to in the Menu
4. Check the page(s) and click the Add to Menu button
5. The pages should appear at the bottom of the menu (in the Menu Structure box)
6. Scroll down to see this, you can then drag and drop these items to rearrange the order, when you’re finished click the blue “Save Menu” button
Is it possible to add the inner page menu to a custom post type?
]]>Hi there! I’ve activated your plug in, and the page menu options (checkbox to use menu, drop down to select menu) appear under the page editor, however the menu never appears on the page. I’ve changed the layout of the page to include a left side bar, and have added that snippet of code to the content-left-sidebar.php in the theme css, as well as the sidebar.php and page-template.php I’m unclear as to whether the code needs to be placed very specifically within these files, or if it just needs to be in there anywhere. I’ve tried without luck to move the snippet around, but the menu still won’t appear. ?? I love the look of it though, and I’d love to get it working. Thank you in advance!
]]>Hello,
I use the Inner Page Menu – works fine. But when i shorten the display (reduce the window size) – the navigation bar menue reacts normal (it shrinks and then it changes it look.. BUT the Inner Page Menu doesn’t react. It reaces into the body area,… si a page with an inner page menu cannot be used on smartphones etc….?
any suggestion
best
ahmed
Hello,
I read your install Descrition severel times – but help – where exactly should i write
<?php inner_page_menu(); ?> ????
I installed and activated the plugin.
I made a sidebar menue. On a testpage i activate the checkbox ” Show a menus..” and selcet the generated Menus.
Now? Must i change the page layout fromm Full-screen to left sidebar? I want to display it on the left sidebar. – ok i do so. But it is not shown. Smo other content is shown on the left sidebar but not the menue?
wher must i put the php ? want do you mean with: page or sidebar template – ? must i write it in the sidebar_left.php of the theme?
But i only want to show it on one page on the left sidebar, not on all?
i am confused please help
best
ahmed
Hi, having trouble getting the Inner Page Menu Plug-in working, which is exactly the plug-in I am looking for… I set up a side bar menu, select it from the pull down menu on my page, but the menu does not show up. I am using the default template from my theme. Am I missing something? Thanks. Ron
]]>