Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • disjoncteur Friend
    #142309

    Hie,

    I have a problem with the template Sulfur and Tube, certain images do not appear or badly (i try some gift and jpeg), don’t appear or appear but badly ONLY on the frontpage. So if i clic in the article title, the images will weel appear. I have the same problem when I use the quickstart pack.

    Thanks a lot and sorry for my english.
    Thibaud

    Anonymous Moderator
    #309320

    Hi disjoncteur

    I fixed your issue. Open templates/ja_sulfur/ja_templatetools_1.5.php file, at about line 423, find following code section:

    if (count($images)) {
    $image = trim($images[1]);
    $params = JA_Tools::parseParams ($image);
    }

    and add following code to below of this code:


    if (isset($params['height'])) {
    unset($params['height']);
    }

    if (isset($params['width'])) {
    unset($params['width']);
    }

    disjoncteur Friend
    #309334

    Thanks for your help but the problem isn’t fixed. The frontpage article is suppose to look like this :

    http://www.m2fiscaliteinternationale.com/test1/index.php?option=com_content&view=article&id=54:accueil

    and it’s not realy the case….

    Thanks again for your help.
    Thibaud

    disjoncteur Friend
    #309539

    Any idear ? :confused:

    Anonymous Moderator
    #309637

    Hi disjoncteur

    In this page, the system will get the real image in your content to display. Please see the link to image: http://www.m2fiscaliteinternationale.com/test1/images/stories/besoin.jpg

    disjoncteur Friend
    Anonymous Moderator
    #309641

    Hi disjoncteur

    We overwrited the com_content component of joomla. In our template, we will fillter the content of article to find the first image and resize it. And then get the resized image to display into the frontpage. It is cause the link which is embeded in the image is disabled.

    disjoncteur Friend
    #309644

    Thanks for your answer, but how can i do to display correctly my image on the frontpage ?

    disjoncteur Friend
    #309687

    I find the solution by reaseaching on the forum -> i renamed the folder templatesja_quartzhtmlcom_content and now it perfectly work.

    goyat Friend
    #309888
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  goyat 15 years, 4 months ago.

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