Slider options

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Oct 21, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is it possible to change the slider in that way that you don't have to fill in the:

    First slider heading
    link for first slider
    first slider description

    Can i change the color of the rollover from the navigation menu?

    My website is www.t-supporting.nl
     
  2. Piyush

    Piyush Support Staff

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

    Go to the index.php file present in your theme directory and remove the code from line number 25 to 49 for first slider details, as instructed in the image given below.

    [​IMG]



    To change hover color of menu you can paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #menu .ddsmoothmenu li a:hover {
    color: red;
    }
    #menu .ddsmoothmenu li li a:hover {
    color: red;
    }
    In place of "red" you can put your color or color code.

    This will solve your issue.
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    I've removed the code as you said but the slider text is still there.

    Within the theme options i've place different pictures (i know the sized of the pictures are not right yet) but you see only one picture and they don't slide themeself.
    I've looked further in the forum but the solution of the slide in this forum don't work.

    Can you help me??
     
  4. Piyush

    Piyush Support Staff

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

    We have resolved the auto slide issue in our updated theme.
    So, Firstly download the updated 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 to update your theme.
    http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/


    And then download the index.php file attached with this post, unzip it and then replace it with the existing index.php file of your theme.

    Also check the link given below
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/
    This will solve your issue.
     

    Attached Files:

  5. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Thanks for your help, but i've one question about the slider options.

    In the index.zip you removed de slider settings in the first slider.
    Can you give me the code what i have to change to removed the slider options for the other sliders??
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .salesdetails {
    display: none;
    }
     
  7. soccentral

    soccentral Guest

    Joined:
    Apr 19, 2013
    Messages:
    6
    Likes Received:
    0
    I installed the new zip and the page started refreshing like crazy between slides.
     
  8. Piyush

    Piyush Support Staff

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

Share This Page