Slider Transition Options

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rogerschnur, Dec 6, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    How can I set the slides to simply fade from one to the next? Client doesn't like the transition styles.

    Also, after a few minutes, the slides stop and only the background color shows.

    View website here
     
  2. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,


    It is not possible to change the transition styles for this theme.
    But you can change the speed of transition of slider.
    For this go to the Js directory > jquery.slitslider.js present in the theme directory
    and follow the instruction shown in the image given below.

    [​IMG]
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For this issue follow the steps given below.

    1. Go to the link http://www.google.com/fonts/ and search your font.
    2. Click on the Quick use button.

    [​IMG]


    3. After click, Scroll down the page and copy the font link from the 3rd point of that page as shown in the image given below.

    [​IMG]

    and paste it with the import code in the style.css file (Theme directory ->style.css ) as shown in the image given below.
    [​IMG]


    and use this font in the Custom CSS code.

    For example:

    Paste the code, like given below, in the Custom CSS section.
    Code:
    h1,h2,h3,h4,h5,h6{
    font-family: noto serif;
    }
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    1. IMPORTANT: Also, after a few minutes, the slides stop and only the background color shows.

    2. The font isn't changing in the sub-menu text or the bottom menu widget in footer on the left.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For your first issue,
    Please download the fresh copy of the Theme from the members area (http://inkthemes.com/members/member)
    and, upload and activate it in your dashboard.

    Follow the link given below for reference.
    http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/

    After that, Go to the Appearance > Theme Option > Slider Settings panel in your dashboard and put your slider speed there.

    I hope this will solve you issue.


    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: Roboto! important;
    }
    This will solve your issue.
     

Share This Page