Kidzy Template (Menu Bug) & Kindergarten BUG - Question | JoomShaper

Kidzy Template (Menu Bug) & Kindergarten BUG

OK

Omo Kobsen

Template 10 months ago

Hi mates, I'm actually facing a new problem. Please have a look at the attached link.

  1. The placeholder "Junior Lambs" just don't want to disappear...
  2. the menu icons are gone. How and why?
  3. using the accordion menu the anchor for page jump is not correct

Thanks!

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 10 months ago #177827

Hello Omo Kobsen,

Thank you for reaching out and sharing the details of the issues you are facing. I apologize for the inconvenience caused.

  1. I have resolved the issue with the missing icons. They should now display correctly. Please check and let me know if the problem persists.

  2. Regarding the second issue, could you kindly provide me with the specific page link where the problem occurs? This will help me investigate further and address the issue effectively.

  3. For the third issue, I would appreciate it if you could explain it in a bit more detail. This will enable me to better understand the problem and provide an appropriate solution.

Looking forward to your response!

Best regards

0
OK
Omo Kobsen
Accepted Answer
10 months ago #177937

Hi Atick and thanks for your quick reply as well as the solved problem #2!

regarding #1: i've deleted all placeholder entries e.g. junior-lambs in the component but junior lambs are still showing up.

regarding #2: please visit the site (hidden) and click on any point of the accordeon menu - it's below "themen"

  1. Art & Music
  2. Language Class
  3. Mathematics
  4. and so on...

by clicking on one of these you will see the actual behavior. the page jumps too far...

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 10 months ago #177989

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.kidzy-course-details .subject-list-wrapper #accordion .subject-name {
    pointer-events: none;
}
0