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
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
-

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

- Moderator
- GK User
- Wed Jun 10, 2015 7:23 am
here it is...
-

- Expert Boarder
- GK User
- Thu Jun 11, 2015 9:30 pm
Hey Cyberek,
any idea
any idea
-

- 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:
You can put an anchor element inside of this module:
- Code: Select all
<a href="#" class="gkHeader"></a>
-

- 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:
Another idea?
Thanks Garthi
At the moment i have the following code in the module:
- Code: Select all
<div class="gkHeader"> </div>
Another idea?
Thanks Garthi
-

- Expert Boarder
- GK User
- Sat Jun 20, 2015 9:14 am
Hey Cyberek,
can you help me?
can you help me?
-

- Expert Boarder
- GK User
- Mon Jun 22, 2015 8:05 pm
What exactly have you tried? Have you tried to replace:
with:
or even simple element inside of other element:
?
- Code: Select all
<div class="gkHeader"> </div>
with:
- Code: Select all
<a href="#" class="gkHeader"> </a>
or even simple element inside of other element:
- Code: Select all
<div class="gkHeader"><a href="#" class="gkHeader"> </a></div>
?
-

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

- Moderator
- GK User
- Mon Jun 22, 2015 9:05 pm
I solved the problem with:
Thanks for your help!!
- Code: Select all
<a href="http://spargelhof-scheuler.de/index.php/kontakt">
<div class="gkHeader"> </div>
</a>
Thanks for your help!!
-

- 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).
-

- Moderator
11 posts
• Page 1 of 1
