Hi,
Installed signwriter and tried it. Some titles are replaced by sw but not all. I searched a lot and I can say now that the problem is with Artisteer themes that I use, maybe others too but sure with Artisteer. Titles generated by Drupal are ok like in admin pages, on faq page, etc ... but all page titles and other h2 tags outside the body of the page are not rendered.
I tried to hard code the title in node.template but still no rendering.
I guess the moment that sw renders the titles aren't available yet or they are not in the part of code checked by sw.
The site where you can see the problem is testingsw.systemsteam.com. Click on "Vragen" (or Questions) in top menu and there it works, all other h2 titles wont. Also tried remove the class inside the h2 but to no avail.
Hope someone can throw me a hint ;)
Thanks in advance
Comments
Comment #1
FreeFox commentedOk, I solved the problem by changing the node.tpl.php file.
-> Add line 1 and change "profile_name" to the profile you want to use here.
-> Edit the
<?php print $title ?>line between de<h2>tags to the line shown in the code below.Hopes this helps someone ^^
Greetz
Jan
Comment #2
plato1123 commentedHello, what version were you working with? I just created a template with artisteer 2.3 and signwriter doesn't swap out either headers or menu items. Everything works properly in other templates but not in the one created by artisteer (which looks great otherwise). Any ideas?
Comment #3
plato1123 commentedYour trick did finally work, thanks so much