Answer the question
In order to leave comments, you need to log in
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
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
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.
The quotation marks are not there.
Need:<a href="http://google.ru">Download</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question