New Landing How can we help? Themeforest Theme Support Dante Dante Testimonials Buttons are not displayed

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #83475
    Lars
    Member
    Post count: 91

    Hello,

    why are the Buttons (next and previous) at my Testimonial (What others are saying) part not shown?

    Here my Site:
    http://ntrnx.com/

    I work with the child theme.

    #83482
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you only set the asset to show 1 testimonial?

    – Kyle

    #83487
    Lars
    Member
    Post count: 91

    The ”Number of items” is 2. Look at the Attachment Pic. Did you mean that?

    #83489
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    And do you have more than 1 testimonial to show?

    – Kyle

    #83492
    Lars
    Member
    Post count: 91

    There are 2 published Testimonials. (Look at the Attachment)

    Curios is that the Buttons are there, but not displayed – you also can click them and it works. Look at the second attachment.

    #83495
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s because you have this in your custom css:

    .flex-direction-nav a, .wooslider-direction-nav a, .carousel-wrap a.next, .carousel-wrap a.prev {
      background: url("images/showcase-nav.png") no-repeat scroll left center rgba(0, 0, 0, 0);
      cursor: pointer;
      display: block;
      height: 38px;
      margin: -19px 0 0;
      opacity: 0;
      position: absolute;
      text-indent: -9999px;
      top: 50%;
      transition: all 0.3s ease-in-out 0s;
      width: 38px;
      z-index: 3;
    }

    And the path for the background image is incorrect as it’s in the parent theme not the child theme

    – Kyle

    #83500
    Lars
    Member
    Post count: 91

    I only changed the Font in the style.css of the Child element.
    I never changed the css (both) of the Button.

    What should I do?

    #83505
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your child theme style.css file you have the whole of the parent theme css, is there a reason for that? You’re only supposed to add additional css there

    – Kyle

    #83511
    Lars
    Member
    Post count: 91

    Ok, perfect. it works. Now I know: Only add additional to the child css.

    Thank you Kyle.

    By Lars

    #83514
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes

    No problem 🙂

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register