Home Forums Theme support Tammoo – allslider – errors

This topic contains 7 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 2 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Hi,

    does not work properly
    Slideshow effect: scrollHorz
    navigation runs poorly
    (does not work left right)

    Tammoo 1.07
    Slider type: Cycle
    Header style => Boxed fixed / Boxed not fixed

    WordPressa 4.4.2 / Firefox44.0.1 / Google Chrome 48.0.2564.109 m / Win XP/ Win 7/

    please help

    Hi,

    what exactly is not working?

    strange moves
    photos are not in the middle

    Timeout 5000 / Speed 1000

    please, look

    http://fotowoltaiczna.pl/

    Hi,

    found the problem. We’ve added transitions to the main slider, that’s why there are the stange moves. It’s easy to solve. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    body .cycle_loaded .cycle_element {
    	transition: 0s;
    	-moz-transition: 0s;
    	-o-transition: 0s;
    	-ms-transition: 0s;
    	-webkit-transition: 0s;
    }

    This css code should solve the problem.

    Hi,

    another problem:
    What should be the width of the picture ?
    I want that picture was in the middle of the screen.
    I have a 32 inch monitor.
    Photos are repeated on the right side

    please, look

    http://fotowoltaiczna.pl/test/

    No problem, there is a background image for the main effect of the slider, but of course we can remove it with css code and also the image we can center with css. Please add this code in Extra CSS Content in the theme options:

    body .cycle_loaded .cycle_element {
    background:none !important;
    }
    #cycle_header img {
    margin: 0px auto;
    display: block;
    }

    Now is fine. Thank you

    You’re welcome!

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

You must be logged in to reply to this topic.