Login / Register






Lost Password?
No account yet? Register

Terms & Conditions

  • free for any usage
  • you can modify templates in any way (including footer links)
  • you cannot redistribute templates in any website
Read more...
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Hyperlink from mainpic.jpg (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Hyperlink from mainpic.jpg
#585
ChristineS (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Hyperlink from mainpic.jpg 1 Month ago Karma: 0  
Hi

I want my visitors to be able to click on mainpic.jpg and go to a sign-up page.

Can anyone assist with this?

Also, is there a way to remove mainpic.jpg altogether and have the body of the page starting from the top (instead of mainpic)?

Many thanks
Christine
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#586
ChristineS (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Hyperlink from mainpic.jpg 1 Month ago Karma: 0  
I did some googling around to find out how to do this, and then found the template's index.php file which is where the mainpic.jpg image is mentioned.

There's a line which reads

<div id="frontpage"><img src="<?php echo $mosConfig_live_site;?>/templates/simplify_blue/images/mainpic.jpg"

Directly before <img src="<?php echo

key in

<a href="http://pageyouwanttolandon">

I haven't done this yet because I have to create the page, but this should work.

Cheers
Christine
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/04/10 11:50 By ChristineS. Reason: Left out quotation mark
  The administrator has disabled public write access.
#601
ChristineS (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Hyperlink from mainpic.jpg 3 Weeks, 3 Days ago Karma: 0  
Hi, I just created the new mainpic and tried my idea for getting a hyperlink on it. It didn't work.

Now I'm desperate because I'm ready to launch but can't unless I can link from the pic to my signup page.

Anyone?

Cheers
Christine
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#622
Altec (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Hyperlink from mainpic.jpg 1 Week, 4 Days ago Karma: 0  
Open index.php via notepad or the edit with joomla.

Goto line 53 and find,

Code:

<div id="logo"><a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $mosConfig_sitename; ?>"><img alt="<?php echo $mosConfig_sitename; ?>" src="<?php echo $mosConfig_live_site;?>/templates/simplify_blue/images/simplifylogo.gif" width="230" height="40" border="0" style="margin: 0px 0px 13px 18px;" /></a></div>
Where,
Code:

<a href="<?php echo $mosConfig_live_site;?>"
is, change to,
Code:

<a href="http://linktosite.com/"
I have tested this and it works. Make sure you keep the rest in tact.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/05 03:46 By Altec.
  The administrator has disabled public write access.
#623
ChristineS (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Hyperlink from mainpic.jpg 1 Week, 4 Days ago Karma: 0  
Many thanks, that's wonderful
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop