Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi reszkov,
    Add these CSS rules and the black boxes will disappear:

    #slidecaption {
        display: none;
    }
    
    .slide-description, .slide-readmore {
        display: none;
    }

    However, they’re supposed to retrieve some info about the slides. Any idea why the info is not there (only the black boxes)? Is this what you want to achieve? If it is, then it’s fine.

    Thread Starter reszkov

    (@reszkov)

    hi, that helped, thank you so much. I suppose u wouldn’t know what i did to remove navigation buttons (bottom right corner) and made left side navigation bar move a bit to the right 😛 Could it be one of the plgins ?

    From where I stand I can’t say if any of the plugins you have installed might interfere with your site’s elements. You could try disabling the plugins and then enabling them one by one to see what the effect will be.

    The slider without any controls is the same as the other one, but it lacks the elements that contain the navigation, the play button, etc. Perhaps it might have to do with some of the settings of the slider plugin, or with some CSS that applies to one slider and not the other. I don’t have sufficient elements to be able to guess what’s going on. I’m sorry.

    Theme Author sonalsinha21

    (@sonalsinha21)

    Hi,

    Slider was updated after version 1.3.6

    Code is within header.php however again you can use css to not display those navigation buttons.

    js used is within js folder of theme and defined in readme.txt of the theme

    Thread Starter reszkov

    (@reszkov)

    thanks a lot 🙂

    Thread Starter reszkov

    (@reszkov)

    last question i promies. Why navigation menu on the home page and on the other pages have diffrent margin from the left ? how can i fix it ?

    Hi, no problem. In your child theme or custom CSS editor, try adding some margin left on the home page navigation, like this:

    #secondary.home_front_wrap {
      margin-left: 10px;
    }

    You could adjust the 10px value until it looks fine to you.

    I hope this is helpful.

    Thread Starter reszkov

    (@reszkov)

    thank You so much. You are the best 🙂

    You’re very welcome, reszkov.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘slider navigation buttons’ is closed to new replies.