R
R
ryzhak2014-03-27 18:35:13
CMS
ryzhak, 2014-03-27 18:35:13

Why does the link in the joomla template not work?

Created my template in joomla.
Task: insert a regular link inside.
I insert template.php into the template:
<a href="http://google.ru">Download</a>
And the link doesn't work. That is, the text is displayed, but the link is not clickable for some reason. The menu on the same page works correctly. Although there are the same links with tags a.
Why?
Link to the site (at the top of the link "Download link" which does not work): variags.ru
63874ab060164eb8a597fe2572f9ebe4.png
Thanks in advance
UPD: I'm sorry, I put the quotes in the wrong place, everything is written correctly in the template, but it still doesn't work

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yuri Lobanov, 2014-03-28
@ryzhak

So your link is closed by the <div id="dd-flash-area" style="left: 454px;">
Link block below it. Look closely at the markup, z-indices
Give the dd-shapes class a z-index of 100 and you will see that the link is clickable.

N
netp, 2014-03-27
@netp

The quotation marks are not there.
Need:<a href="http://google.ru">Download</a>

Y
Yuri Lobanov, 2014-03-27
@iiil

You have to be more careful.)

E
Eugene, 2014-03-28
@cyber-jet

Tin :) What kind of code editor do you use, may I ask?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question