• Resolved Gregg

    (@lorax)


    I have an empty child theme activated. Blank CSS and blank functions.php file. With this child theme active, the links on the slider on the home page do not work (first slide doesn’t have a link). Actually, they’re there in a small area in the lower right hand corner. When the parent theme (Theme.co Pro) is active, the links work perfectly. Why would an empty child theme cause this issue?

    • This topic was modified 3 years, 6 months ago by Gregg.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I checked your site and saw that your parent theme has a css code which causes the slide navigation to overlap the slide.

    https://ssfpress.staging.wpengine.com/wp-`content/themes/pro/framework/dist/css/site/stacks/integrity-light.css?ver=4.3.3

    .flex-control-nav:not(.flex-control-thumbs) {
        top: 14px;
        right: 14px;
        border-radius: 4px;
        padding: 0 4px;
        background-color: #fff;
    }

    You can fix this by setting the navigation value to hidden since you’re not really using it. https://share.getcloudapp.com/Z4uoXLd7

    Let us know if that works for you.

    Thanks

    Thread Starter Gregg

    (@lorax)

    Perfect. Thank you very much for the solution & explanations.

    Best,
    Gregg

    • This reply was modified 3 years, 6 months ago by Gregg.

    Hi,

    I’m happy that your issue has been fixed. Please don’t hesitate to post a new ticket if you need any help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links break with use of a child theme’ is closed to new replies.