- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Navigation buttons disappeared in the child team
Tagged: buttons, main slider, navigation
Hi, my theme is almost ready and I applied the child theme as you suggest.
I’ve got a problem, though. The previous and bext buttons have disappeared, while they still worked on the original theme even with the CSS that I’ve added.
I tried to enable again the arrow controls in the main slider section, but it doesn’t show anyway.
Can you help me?
Another thing, with the child theme even the mobile menu changed and I had to restyle it with some CSS. It appeared on white background with black font, not the light blue with white font.
Anyway, I solved this issue with some personal CSS, but I wanted to tell you.
Here’s the link to my site.
Thanks in advance
Rossella Tozzi
Hello,
Please add below given in the Additional CSS:
.slick-prev {
left: 0px;
}
.slick-next {
right: 0px;
}
Hope this helps.
Thank you.
I thought about something like this.
The arrows appear, but they don’t have the original appearance 🙁
Any idea?
RT
Hello,
It is because you have made changes by adding the custom code.
You can add a little bit style to the current button by adding below given CSS.
.slick-prev:before, .slick-next:before {
content: "\f104";
font-family: "FontAwesome";
opacity: 1;
color: #333;
}
Hope this helps.
Thank you.
This was helpful, thanks.
I also added some more CSS to stylize the arrows as in the original theme.
I just want to specify that it’s not a matter of changes made with custom code, because even if I delete every change I made in the CSS section, the arrows still don’t appear in the main slider of the child theme. And so does the blue style of the menu for portable devices.
Thanks a lot for your answer.
RT
Hello,
The issue that you have mentioned is quite unlikely to occur. The issue may have raised due to the conflict with the third party plugin.
So if you have installed any third party plugin, please deactivate and verify the issue.
Hope this works for you.
Thank you.
Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |