Filter layout list

  • Posts: 16
  • Thank you received: 0
8 years 11 months ago #222694

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : Firefox 42.0

In de filter module Type list appears before every charasteric a > "Greater than" sign. You can see the example in the added file. Anyone an idea how to get rid of this?

Attachments:
Last edit: 8 years 11 months ago by dotsandcolors.

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
8 years 11 months ago #222695

Hi,

Can you please provide a screenshot of your filter configuration ?

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: 16
  • Thank you received: 0
8 years 11 months ago #222757

Off course

Attachments:

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
8 years 11 months ago #222809

Hi,

Change the line:

$html.='> <a class="hikashop_filter_list_selected" style="font-weight:bold">'.$val->characteristic_value.'</a>, ';
to:
$html.='<a class="hikashop_filter_list_selected" style="font-weight:bold">'.$val->characteristic_value.'</a>, ';
in the file administrator/components/com_hikashop/classes/filter.php and that should do it.

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

  • Posts: 16
  • Thank you received: 0
8 years 11 months ago #222965

Thanks for the help, but sadly it didn't work.

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
8 years 11 months ago #222977

Please provide a link to that page then.

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

  • Posts: 16
  • Thank you received: 0
8 years 11 months ago #223053

On this page schoentjes-theodoor.be/index.php/webshop/meisjes you can find it on the left beneath 'schoenmaatjes' .

Thanks for looking into this.

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
8 years 11 months ago #223122

Hi,

Great !
So actually, it's something else.
You can just add that CSS on your website:
.hikashop_filter_list_style li:before{
content: "" !important;
}
www.hikashop.com/support/support/documen...ize-the-display.html

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

Time to create page: 0.067 seconds
Powered by Kunena Forum