opening new windows and slowing down the slider.

Discussion in 'Figero WordPress Theme' started by jfigliomeni, Jan 14, 2013.

  1. jfigliomeni

    jfigliomeni New Member

    Joined:
    Dec 30, 2012
    Messages:
    6
    Likes Received:
    0
    How do I make it so that when someone clicks on the images the image opens in a new tab (gallery page) and how do I slow down the slider.

    www.aselectinteriors.com
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    If you want to open any link in a new tab, Then add code
    Code:
    TARGET="_blank"
    just between anchor tag for example
    Code:
    <a TARGET="_blank" href="your link address">Your image address</a>
    For slider

    Go to Theme directory > js > custom.js
    and make changes as shown in image.
    [​IMG]




    You will not get js directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js directory > custom.js
    Download custom.js file from there, Edit it, Then again upload it at the same place..
     
  3. jfigliomeni

    jfigliomeni New Member

    Joined:
    Dec 30, 2012
    Messages:
    6
    Likes Received:
    0
    sorry, but i have input a gallery on my gallery page and the code reads as follows:

    [gallery link="file" ids="756,755,754,etc, etc, etc..."]

    How would I go about coding this so that when someone clicks on an image it opens in a new tab.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    You are not uploading gallery images in a correct way, Follow process given below.
    It will resolve your issue.

    1) Clicked on Add New Page
    2) Chose Template "Gallery Template"
    3) Chose "Add Media"
    4) Chose "Insert Media" >Upload Files >Select Files
    5) After selecting files just cut that window without clicking "Insert into page" button.
    6) Update page.

    [​IMG]


    =========================================

    [​IMG]
     

Share This Page