I edit the module main body, but notice that Rocket icon vanished and the path towards like this
(simplicity/templates/gk_simplicity/images/style1/gkrocket.png) is no longer there. How to get it back for placement to change later?
<a href="#" class="gkRocket">Rocket</a>
<div class="gkIconArea"><a class="gkRocket" href="#">Rocket</a></div>
Cyberek wrote:There should be this code:
- Code: Select all
<a href="#" class="gkRocket">Rocket</a>
and now You have space in its place.
The entire "rocket" element should look like this:
- Code: Select all
<div class="gkIconArea"><a class="gkRocket" href="#">Rocket</a></div>
Cyberek wrote:There should be this code:
- Code: Select all
<a href="#" class="gkRocket">Rocket</a>
and now You have space in its place.
The entire "rocket" element should look like this:
- Code: Select all
<div class="gkIconArea"><a class="gkRocket" href="#">Rocket</a></div>
Cyberek wrote:Which exactly icons are you missing?
Cyberek wrote:Is your template updated?
codinova wrote:Cyberek wrote:Is your template updated?
Yes i have updated my template to v.3.11.1 just like you asked but am still having the same problem.