Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2013
    Location
    Brisbane
    Posts
    25
    Plugin Contributions
    0

    Default writing internal links

    Hi as I am new to writing any sort of code.

    What I need to do is go to a product and information link from a graphic on a slider I have searched through many php files and have tried everything I have found.

    ie <?php zen_href_link(FILENAME_contact_us); ?> a>

    <a href="http://tenthilltoys.com.au/index.php?main_page=product_info&cPath=1_2&products_id=3"></a>

    they all seem to open new tabs and thisis not what I am after I would like to keep it seamless.

    any help would be appreciated.

    Peter

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: writing internal links

    What I need to do is go to a product and information link from a graphic on a slider
    Post a link to your site and give some information about the slider you have installed

  3. #3
    Join Date
    Aug 2013
    Location
    Brisbane
    Posts
    25
    Plugin Contributions
    0

    Default Re: writing internal links

    Not a problem

    the slider is from Brandon Turpin and belongs to his Azienda template

    the website is www.tenthilltoys.com.au

    slide 1 and 3 need to goto products at the moment I have page 1 going in circles
    slide 2 is ok I think, It opens a new facebook tab
    and
    slide 4 needs to goto the reward points in the info box on the left.

    thanks again

    Peter

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: writing internal links

    For stopping a new page see this
    http://www.w3schools.com/tags/att_a_target.asp

    For the rest of it open the read_me_install file and select slider and you will see this
    Change the Slider Images and Links

    1 - Create new images in your favorite image editor (standard size is 775 pixals wide by 325 pixals tall)

    2 - Upload the images to includes/templates/azienda/images/

    3 - Open includes/languages/english/html_includes/azienda/define_main_page.php and you will see code at the top:

    define('SLIDE_ONE', 'slide1.jpg');
    define('SLIDE_TWO', 'slide2.jpg');
    define('SLIDE_THREE', 'slide3.jpg');
    define('SLIDE_FOUR', 'slide4.jpg');

    define('SLIDE_ONE_URL', 'http://www.brandonturpin.com');
    define('SLIDE_TWO_URL', 'http://www.brandonturpin.com');
    define('SLIDE_THREE_URL', 'http://www.brandonturpin.com');
    define('SLIDE_FOUR_URL', 'http://www.brandonturpin.com');


    4 - Change the slide1.jpg to the title of your slide image

    5 - Change the url to where you want them directed when it is clicked.

 

 

Similar Threads

  1. Internal links
    By poppetface in forum General Questions
    Replies: 3
    Last Post: 7 Jan 2012, 03:34 PM
  2. no internal links
    By kwman41 in forum General Questions
    Replies: 7
    Last Post: 27 Jan 2010, 11:57 PM
  3. Replies: 1
    Last Post: 11 Jun 2007, 05:33 PM
  4. Internal Links
    By IncrediBody in forum General Questions
    Replies: 2
    Last Post: 30 Aug 2006, 04:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg