I’m using the latest version of Joomla and the template.
The article tools (PDF, print and email) all have problems.
I read all the threads in this forum and no solution worked.
Clicking PDF opens an empty window.
The problem with the print and email tools is different: the window opens correctly but there’s no style applied to the text. I tried this solution i found in the forum, didn’t change a thing:
<link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl();?>/css/editor.css” type=”text/css” />
<link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css” type=”text/css” />
<link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css” type=”text/css” />
What can i do?
P.S.: My site is not yet online.