Clickable background image

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Tue Jun 09, 2015 2:18 pm
Hey,

how can i make the picture of the first asparagus clickable to link to an article?

Please see the following link...

http://www.spargelhof-scheuler.de

Thanks a lot
Garthi
User avatar
Expert Boarder

GK User
Wed Jun 10, 2015 6:04 am
Could you please mark this "background/picture" on a screenshot?
User avatar
Moderator

GK User
Wed Jun 10, 2015 7:23 am
here it is...
User avatar
Expert Boarder

GK User
Thu Jun 11, 2015 9:30 pm
Hey Cyberek,

any idea :-)
User avatar
Expert Boarder

GK User
Mon Jun 15, 2015 6:20 am
Hi. Sorry for late response...
You can put an anchor element inside of this module:
Code: Select all
<a href="#" class="gkHeader"></a>
User avatar
Moderator

GK User
Thu Jun 18, 2015 9:24 am
Sorry that doesn't work...

At the moment i have the following code in the module:

Code: Select all
<div class="gkHeader">&nbsp;</div>


Another idea?

Thanks Garthi
User avatar
Expert Boarder

GK User
Sat Jun 20, 2015 9:14 am
Hey Cyberek,

can you help me?
User avatar
Expert Boarder

GK User
Mon Jun 22, 2015 8:05 pm
What exactly have you tried? Have you tried to replace:
Code: Select all
<div class="gkHeader">&nbsp;</div>

with:
Code: Select all
<a href="#" class="gkHeader">&nbsp;</a>

or even simple element inside of other element:
Code: Select all
<div class="gkHeader"><a href="#" class="gkHeader">&nbsp;</a></div>

?
User avatar
Moderator

GK User
Mon Jun 22, 2015 8:06 pm
Ps. Please do not bump your questions - it will make you wait longer.
User avatar
Moderator

GK User
Mon Jun 22, 2015 9:05 pm
I solved the problem with:

Code: Select all
<a href="http://spargelhof-scheuler.de/index.php/kontakt">
<div class="gkHeader">&nbsp;</div>
</a>


Thanks for your help!!
User avatar
Expert Boarder

GK User
Thu Jun 25, 2015 3:59 pm
This is not valid html code. div element should not be inside of a element (if possible).
User avatar
Moderator


cron