mageprince / magento2-FAQ

This module adds an easy way to use FAQ Section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon.
57 stars 37 forks source link

Accordion arrow doesn't display properly. It shows a weird box. #20

Closed jtalel closed 4 years ago

jtalel commented 5 years ago

Preconditions: Magento 2.2.8 mageprince/magento2-faq --> Latest commit 070cf02 on 26 Aug 2018 LAMP server

The accordion arrow doesn't work in no web browser (chrome/firefox/ie). Check screencapture: http://prnt.sc/odbl1v

What I did is:

.ui-accordion .ui-accordion-header-active:after { content: '\e622'; font-family: 'luma-icons'; }


- I erased line specifying "content", so it is as follows:

.ui-accordion .ui-state-default:after { font-family: 'luma-icons'; float: right; }

.ui-accordion .ui-accordion-header-active:after { font-family: 'luma-icons'; }



I don't know how to call the arrow that should appear there so I prefer it to display nothing instead of the weird box. Result capture: http://prnt.sc/odbljk
4j4yk commented 4 years ago

@jtalel its possible that in your installation, the font path is not being recognized properly.

mageprince commented 4 years ago

Hi @4j4yk @jtalel The issue has been resolved now. Please download latest code from the repository. Related commit: 06abfdd52ee