SLideshow is malfunctioning

Discussion in 'Dzonia WordPress Theme' started by jdogg23, Dec 17, 2012.

Thread Status:
Not open for further replies.
  1. jdogg23

    jdogg23 New Member

    Joined:
    Jun 14, 2012
    Messages:
    3
    Likes Received:
    0
    Hello, My site is studio44-es.com

    If you notice when you go to the homepage the slideshow radio buttons are at the top of the page and the slideshow does not work. It actually just randomly began doing this and I have no clue why. Please help me.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .pagination {
    display: run-in;
    }
     
  3. jdogg23

    jdogg23 New Member

    Joined:
    Jun 14, 2012
    Messages:
    3
    Likes Received:
    0
    Thanks it works much faster now. Only a couple issues though. The slide show doesn't auto rotate anymore and I put some custom css to get rid of the radio buttons but there back again?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Js > Custom.js
    present in theme directory and adjust the value of play by increasing the value the slider speed decreases,and by decreasing the value the slider speed increases .

    Sending image for reference

    [​IMG]


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .pagination {
    display:none;
    }

    This will solve your issue.
     
  5. victorpires

    victorpires New Member

    Joined:
    Dec 20, 2012
    Messages:
    1
    Likes Received:
    0
    The slide show only auto rotates for me at the start... as soon as I pass over the mouse cursor, it stops and does not continue to auto rotate until the page is reloaded.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme dire ctory and follow the instruction as shown in image given below

    [​IMG]
     
  7. jdogg23

    jdogg23 New Member

    Joined:
    Jun 14, 2012
    Messages:
    3
    Likes Received:
    0
    Thank you it works great
     
Thread Status:
Not open for further replies.

Share This Page