Hello Iain, if you're still clickable on placeholder menu. Please sure you 
don't override template by any theme. Cause menuplaceholder has conditions 
by itself

{% if page.in_menu %}
    <li id="primary-menu-{{ page.html_id }}"
        class="{% if page.is_current_or_ascendant %}active{% endif %}{% if 
forloop.last %} last{% endif %}">
        {% if page.menuplaceholder %}<a class="primarynomenu">{{ page.title 
}}</a>{% else %}
        <a href="{{ page.get_absolute_url }}">{{ page.title }}</a>
        {% endif %}
    </li>
{% endif %}

If you do, just modify primary.html, mobile.html, breadcrumb.html, 
dropdown.html, footer.html, footer_tree.html, tree.html in 
theme_module/templates/pages/menus


Vào 19:45:29 UTC+7 Thứ Sáu, ngày 06 tháng 4 năm 2018, iain ross đã viết:
>
>
> Hello Peter, 
>
> I had tried "menuplaceholder" both at the top and bottom of installed 
> apps, clickable in either place. 
>
> Any other ideas? 
>
> Using Mezz 4.2.3, Django 1.10 and Python 2.7.13 
>
> -- 
> Regards, 
> Iain. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to