Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Suppress return to category on menu item

Suppress return to category on menu item 3 years 5 months ago #10506

Hi,

This is a newbie question. I am using the menu option - List Album in a category. I am using this option for all of my categories. There is a ‘return to Category’ link on the top of the page and I want to suppress it. In the languages file, I can see other references to the return links but not to the categories.

Your help much appreciated.
Regards
Linda
The administrator has disabled public write access.

Suppress return to category on menu item 3 years 5 months ago #10513

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Linda
Please find and open file components/com_jofacebookgallery/assets/jofacebookgallery.css and go to line 27 and add code css display: none; in
#jofacebookgallery div.jofacebookgallery-header-return {
background: url("images/jo_light_item_return_icon.png") no-repeat scroll left center transparent;
float: right;
padding: 5px 0 5px 20px;
display: none;
}
and hep me check it again
Best regards
Bach Pham
The administrator has disabled public write access.

Suppress return to category on menu item 3 years 5 months ago #10518

Hi Bach,

I applied the change but it has suppressed all lower returns including the photos in albums.

Also i use breadcrumbs on my gallery. Is there a way to get friendly urls for the albums - having the number of the album is not very intuitive.

Help much appreciated.
The administrator has disabled public write access.

Suppress return to category on menu item 3 years 5 months ago #10519

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Oh. Sorry. Please help me edit again it to default
#jofacebookgallery div.jofacebookgallery-header-return {
background: url("images/jo_light_item_return_icon.png") no-repeat scroll left center transparent;
float: right;
padding: 5px 0 5px 20px;
}
and please help me find and open file components/com_jofacebookgallery/views/category/tmpl/default.php and go to line 61 and delete code
<div class="jofacebookgallery-header-return">
<a href="<?php echo $link_return;?>"><?php echo JText::_('COM_JOFACEBOOKGALLERY_CATEGORY_RETURN')?></a>
</div>
Best regards
Bach Pham
The administrator has disabled public write access.

Suppress return to category on menu item 3 years 5 months ago #10520

Hi
I cannot find that piece of code to delete. Also I searched through the whole component directory and there is no literal string matching. It is not in the language file either.
The administrator has disabled public write access.

Suppress return to category on menu item 3 years 5 months ago #10521

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Linda Evans
Can you send me joomla admin via contact form? So we can help you.
Best regards
Bach Pham
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.043 seconds