Categories

Featured templates

Joomla 3.x Troubleshooter. Duplicated menu title while creating a separator menu item

Kristy Smith November 19, 2014
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how to solve the duplicated menu title issue while creating a Text Separator menu item.

Joomla 3.x Troubleshooter. Duplicated menu title while creating a separator menu item

The issue may happen when you need to create a non-clickable menu item (text separator).

Log into your Joomla admin panel. Go to Menus, then open a menu you need. Click Add New.

Select Text Separator menu item type.

Then, check your website. You see that your menu Text is duplicated:

Joomla_duplicated_menu_screen_1

To fix this issue, go to your Filemanager and open /modules/mod_superfish_menu/tmpl/default_separator.php file.

Here you will see line 23. Replace this line:

<span class="separator"><?php echo html_entity_decode($item->title); ?><?php echo html_entity_decode($linktype); ?></span>

with this line:

<span class="separator"<?php echo html_entity_decode($item->title); ?>><?php echo html_entity_decode($linktype); ?></span>

Save your file then.

Also, you can just replace your default_separator.php file with the already edtied one: download.

Check your site please. Menu item text is not duplicated now:

joomla_duplicated_menu_screen_2

Thank you for watching our tutorial. Now you know how to solve the duplicated menu item issue after creating a text separator menu item.

Feel free to check the detailed video tutorial below:

Joomla 3.x Troubleshooter. Duplicated menu title while creating a separator menu item

Joomla Site Templates
This entry was posted in Joomla! Tutorials and tagged duplicated, joomla, menu, separator, troubleshooter. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket