1. Oliver
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Monday, 20 March 2017
  5.  Subscribe via email
Hello Ciaran,

i am just working on a clients page with your Hannah template (http://dev.lorch-webdesign.de/_schechner).
I put some info in the footer-1 module postion.
The info was shown but the links in the info did not work. so I checked the source code and I saw that there is a "div"-tag missing.
The base-2 module has no end "div"-tag.

Here is the source code:

<div id="container_base" class="j51container">
<div class="wrapper960">
<div id="base1_modules" class="block_holder">


</div>
<div id="base2_modules" class="block_holder">




<div id="footer-1" class="block_holder_margin">

<div class="module ">
<div class="module_surround">
<div class="module_content">


<div class="custom">
<p style="text-align: center;">Obstbrennerei Martin Schechner · Hauptstraße 4 · 83620 Vagen<br><span class="fa-phone"> </span>08062/2420 · <span class="fa-envelope"></span><a href="mailto:info@brennerei-schechner.de">info@brennerei-schechner.de</a></p>
<p style="text-align: center;"><span class="fa-legal"></span><a href="/_schechner/impressum.html">Impressum</a> · <a href="/_schechner/datenschutzerklaerung.html" class="fa-bars">Datenschutz</a> · <a href="/_schechner/kontakt.html" class="fa-keyboard-o">Kontakt</a></p></div>
</div>
</div>
</div>

<div class="clear"></div>
</div>


As you can see after the "base2_modules" DIV there is no end DIV before the "footer-1" DIV.
The result is, that I cannot click the links in the text.

If you need I send you SU rights for this page.

Currently the module with the footer information is not in footer-1.
I moved it to base-2 to show to the client but I can move it back to footer-1 if needed.

Regards
Oliver
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Oliver

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Oliver

To amend try adding the following to the Custom CSS field of your templates parameters...

#footer-1, #footer-2, #footer-3 {
position: relative;
z-index: 10;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciaran,
works fine - as always :)
Have a nice weekend
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!