Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason

    (@themeblvd)

    Hello,

    The problem is that the styles of your theme conflict with the plugin. Within your theme’s style.css, you’re generically styling flexslider-related classes, which the plugin is using. So you get a conflict amongst the two.

    I had the same problem due to the interaction with my theme file.

    To solve it edit the sytle.css of Blvd, line 76 and add !important to the display: block:

    .widget .themeblvd-news-scroller .flex-direction-nav li a,
    .themeblvd-news-scroller .flex-direction-nav li a {
    	display: block !important;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons and arrows display problem’ is closed to new replies.