Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hello,
I've been using this code in CE3, I'm having problems in CE4.
The first link works, the second does not. The only difference is the back button (called zurück)
I have tried with and without the so called special character"ü".
http://dejourdan.de/de/galleries/a-comm … otografie/
<h2>commercial-fotografie </h2><br><a href="../" onclick="window.history.go(-1);
return false;"><i class="icon-chevron-left"></i> zurück</a>
http://dejourdan.de/de/galleries/b-private-fotos/
<a href="../" onclick="window.history.go(-1);
return false;"><i class="icon-chevron-left"></i> zurück</a><br>private </h2>
Thanks in advance for your help.
Patrick
Offline
in the second link you have a closing </h2> tag but not an opening one
Also, if you want the chevron-left icons to appear you'll need to update the syntax to Font Awesome 4. CE3 used an earlier version of Font Awesome
http://fortawesome.github.io/Font-Awesome/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod, .... you are right
Offline
Pages: 1