We’re doing some quick testing and think it’s triggered by placing “/” into the URI field. Did you attempt to make the homepage URI “/” at some point?
Do the global reset as I said above, but leave your homepage set to the URI of “home” this will make your homepage accessible at “/” AND “/home” but if you use the site/default template as the template for your homepage you’ll be fine. Once all other entries are resaved your good.
We’re looking into how to fix this and will hopefully have a bug update in the next few days.
We’re doing some quick testing and think it’s triggered by placing “/” into the URI field. Did you attempt to make the homepage URI “/” at some point?
As a matter of fact i did. Earlier on in my testing i followed someone’s suggestion of naming home “/” for some reason or another instead of just calling the entry id into a template. MAYBE it’s some lingering bug related to that…
This plugin is exactly what EE was missing. Creating a simple sub navigation that the client can order easily and also add new pages easily.
I tried the plugin this evening and it’s great BUT…
++ Wrong url’s I am busy building a site over here: http://ischagast.nl/janhekmanschool/informatie/ But when clicking the “nieuwbouw” link it goes to the wrong place. I think it’s because of the extra folder I am using but the links should get the site_url parameter I think.
++ Active link At the moment the <li> gets the class=”here” when an Item is active. In the most ideal situation, for me, not the <li> gets a class but the link is removed and it’s a Like this:
<ul>
<li><strong>Jan Hekmanschool</strong></li>
<li><a href="http://ischagast.nl/janhekmanschool/jhs/de_geschiedenis/">De geschiedenis</a></li>
</ul>
Or the link gets the class=”active”. Than you have more CSS control over the links and it’s easier styling.
<ul>
<li><a href="http://ischagast.nl/janhekmanschool/jhs/" class="active">Jan Hekmanschool</a></li>
<li><a href="http://ischagast.nl/janhekmanschool/jhs/de_geschiedenis/">De geschiedenis</a></li>
</ul>
Most ideal would be if you could change these setting just like you can with the breadcrumbs:
{exp:structure:breadcrumb separator=" : "}
Keep up the good, not good but AWSOME work!
@IschaGast We’re wrapping a few updates to release tomorrow or Friday that will make the subnavigation not just start from the root, but make use of your site_url setting.
If the tags aren’t working how you need you’re welcome to alter your copy to suite your needs. We like how it works now 😊
@IschaGast We’re wrapping a few updates to release tomorrow or Friday that will make the subnavigation not just start from the root, but make use of your site_url setting. If the tags aren’t working how you need you’re welcome to alter your copy to suite your needs. We like how it works now 😊
I wished my skills were that good that I could make my own copy 😉
But I have just another thing that would be great I think.
At the moment there is created <ul id=”nav_sub”> but maybe it would be nice to have <div id=nav_sub”> and that a user could insert a <h2> or something as a Structural label. Then you could position the navigation menu everywhere you want even when realigning the site. Then the Structural label would position with it and also get’s the right styling.
Another thing that would be great is that you can also get the parent page in the list if you want. The plugin now shows:
But maybe a choice between these two would be a great feature
About Us
Staff
Products
Services
Contact
About Us
Staff
- Managers
- Sales
Products
Services
Contact
Ok, my first post here so I’ll try not to blow it…
I’m using the Stucture Module and am pulling my hair out trying to understand why on my template I’m no longer getting the dynamic page information I was getting before. I have a template group called ships. In there is index and suites. When you go to the Ships page it used to have the title and summary of the five ships in than weblog. After installing Structure it no longer pulls them in. I haven’t changed anything in the template except add the breadcrumbs and subnav capabilities. I’ve made sure dynamic=”off” is not set. So here’s the code in question:
{exp:weblog:entries weblog="{my_weblog}"disable="member_data|trackbacks|categories|pagination"}
<div class="content-box">
<h2><a href="http://{title_permalink=">{title}</a></h2>
<a href="http://{title_permalink=">{ship-thumb}</a>
{ship-summary}
</div>
{/exp:weblog:entries}
I’ve set the page structure in the entries as I needed them. I’m also getting the ERROR when trying to move pages around. I’m not sure why and after reading this thread I didn’t see any solutions that worked.
Hope I don’t sound like I’m complaining - I’m not! Just tired of going in circles here on my end. I appreciate your help!
@jeffc You actually need dynamic off in that tag. Now that Structure is managing things and you are at a custom URL, you need to let EE know “ignore where I’m at and show this specific data.” Make sense? This will be true for any weblog data that is not assigned to that “page” within Structure.
Wow that was quick and I’m ashamed to say it worked 😊 I know I had tried using it just to try it but I must have done something else. Ok, so now that works, Thanks! And thanks for the lightning fast reply!
Do you have any idea why my sorting isn’t working? I’ve got cp_jquery installed. When I drag and drop, they don’t get saved in their new location so I’m unable to sort them.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.