test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Anonymous
    #130451

    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.

    Sherlock Friend
    #258050

    Hi lpgratton !
    Please send url of your site .

    Anonymous
    #258074

    Problem solved regarding the css file!

    The problem came from the absence of the file <component.php> in the Avian template.

    You add the file to the “root” of the template with this:

    <?php
    // no direct access
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
    <head>
    <jdoc:include type=”head” />
    <link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/template.css” type=”text/css” />
    <link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/typo.css” type=”text/css” />
    </head>
    <body class=”contentpane”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </body>
    </html>

    It works just fine.

    There’s still the problem with creating PDF files. I’m using the French version of Joomla, maybe it’s related with the language or the translation.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by Anonymous 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum