Home Forums WoodMart support forum not compatible ultimate vc addons

not compatible ultimate vc addons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58098

    alizehi3d
    Participant

    Hello,
    When I’m having an unlimited advanced-carousel I’m having such a problem
    http://prntscr.com/jj2eab
    http://irancgcenter.com/vray-2/
    How to fixed ?

    #58100

    Artem Temos
    Keymaster

    Hi,

    Please, send us your admin access so we can test how it should work with default WordPress theme.

    Thank you

    #58391

    alizehi3d
    Participant
    #58405

    Artem Temos
    Keymaster

    Hi,

    We will fix this issue in our next theme update that will be released next week.

    Regards

    #58414

    alizehi3d
    Participant

    Thank you very much for your support

    #59282

    Bogdan Donovan
    Keymaster

    Hi,

    First, update your theme to the latest version and then try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .ult-carousel-wrapper .slick-prev,
    .ult-carousel-wrapper .slick-next {
    	position: absolute;
    	background-color: transparent;
    	padding: 0;
    
    }
    
    .ult-carousel-wrapper .slick-prev i,
    .ult-carousel-wrapper .slick-next i {
    	margin: 0;
    }
    
    .ult-carousel-wrapper .slick-prev:hover,
    .ult-carousel-wrapper .slick-next:hover,
    .ult-carousel-wrapper .slick-prev:focus,
    .ult-carousel-wrapper .slick-next:focus,
    .ult-carousel-wrapper .slick-dots > li i:hover {
    	box-shadow: none;
    	-webkit-box-shadow: none;
    }
    
    .ult-carousel-wrapper .slick-dots > li i {
    	background-color: transparent;
    	padding: 0;
    }

    Regards

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

The topic ‘not compatible ultimate vc addons’ is closed to new replies.