Hello,
Arrow position is depend upon FAQ status: either open or closed
if opened then arrow position is down and if closed then position to right direction.
Can you please write me in details. You can also send me your website link so that i can understand your problem.
Thanks
Hi,
arrow work correctly at first click but by no Second , attach the link to be able to Understand the Problem.
http://shop2.betaformazione.com/faq-2/
thank you
Hello,
Here us the solution.
Please find the line no. 986 OR search for “.ui-state-hover .ui-icon, .ui-state-focus .ui-icon” in plugin > sp_faq > css > jqueryuicss.css
The css will be like this
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image: url("images/go_down.png");
}
Please remove “.ui-state-focus .ui-icon” from it so new css will be like
.ui-state-hover .ui-icon {
background-image: url("images/go_down.png");
}
You will get your solution.
Thanks
Thank you so much.
I fixed the problem!
Please write your review and rating
Thanks