Shape 5

Joomla Templates => Curb Appeal - Club => : bluedock February 14, 2018, 11:46:00 AM



: Breadcrumb row will not go away
: bluedock February 14, 2018, 11:46:00 AM
I have nothing published in the row with the Breadcrumb, Language, Login, Register and Custom_6 positions but that space is still there.

Usually, when nothing is published in a module it collapses and goes away.

I have attached a screenshot to show the area I'm referring to.

How can I make this area not show unless something is published there?

Thanks!


: Re: Breadcrumb row will not go away
: mikek February 15, 2018, 08:44:04 AM
Hello,

This is the check for that area, all these items need to be null:

<?php if ($s5_login != "" || $s5_register != "" || $s5_font_resizer == "yes" || $s5_pos_breadcrumb == "published" || $s5_pos_language == "published" || $s5_pos_custom_6 == "published") { ?>

You can set the login and register text to null, and the font resizer to "no" under the General tab in the template configuration.

Also, please post a url to your site.