Hi here is the solution brought to me by the FavTheme Team: It works perfect for me
"It seems to be a Bootstrap issue. Try to print
http://getbootstrap.com/2.3.2/ which is the Bootstrap version used by Joomla!3 and you will see the same behaviour regarding the links. To correct this, you can try changing the code in bootstrap.css:
@media print {
...
a[href]:after {
content: " (" attr(href) "
";
}
...
}
Overriding the style with content:none should fix the problem. Depending on your browser, you can also make use of the print settings.
If you need any further assistance regarding our Joomla! templates and extensions, please write us an email at
[email protected] or use our Facebook or Twitter accounts!
Best Regards,
FavThemes Support Team "