no display>filters in 2.0

  • Posts: 223
  • Thank you received: 1
11 years 5 months ago #81453

using 2.0 business w/j2.5.8

updated hika to 2.0 a few weeks ago and just now went to edit an existing filter created in 1.6, but...

i have no filter icon in display>filters


Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26034
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #81464

Hi,

Did you change some ACL access in the HikaShop configuration ?
If your account do not have access to filters, this item menu wouldn't be displayed.

If not, you could send us an access to your backend by private message and we would investigate and fix this problem for you.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 223
  • Thank you received: 1
11 years 5 months ago #81471

have made no changes

i have pm'd user name and password for you

Please Log in or Create an account to join the conversation.

  • Posts: 26034
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #81473

Hi,

The filter menu was displayed in your page but, the translation was empty.
So the item line was not displayed correctly.

I have removed your override translation for "FILTERS" and now the menu is displayed fine.
If you really want to remove the translation for "FILTERS", you can make some view overrides in your front end or edit the override of your backend menu.

View : Bluestork (backend) "menu | default".
and replace

	$icon = '';
	if(!empty($menu['icon'])) {
By
	$icon = '';
	if(!empty($menu['icon'])) {
		if($menu['icon'] == 'icon-16-filter')
			$menu['name'] = 'Filters';

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 223
  • Thank you received: 1
11 years 5 months ago #81484

thank you!

you know...i do remember changing that translation for some reason, but...now i don't remember why i did!

as this is still in development, i'm sure at some point i'll remember.

anyway, thanks for the great support as usual...be sure to let nicholas know how much we appreciate it.

Please Log in or Create an account to join the conversation.

  • Posts: 223
  • Thank you received: 1
11 years 5 months ago #81488

i remembered why....

i was trying to remove "filters" circled in red on front end...



this is a hikashop filer module

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26034
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #81490

Hi,

I think that a CSS rule could hide the "Filters" text (which should be in a span).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 223
  • Thank you received: 1
11 years 5 months ago #81736

that did it....

.hikashop_filter_fieldset legend{
display: none;
}

thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum