Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • karlranseier Friend
    #205018

    Hi all,

    i’ve installed the last Purity iii-theme and T3-framework on Joomla 3.4.1.

    Nearly everything works fine, but the article-titles were just shown at the start-page. (magazine-layaout)
    In category-layout (standard) and in article-view i can’t see any article-title.

    In article view the article-image is missing too.

    I also tried the penultimate version of purity iii-template and T3-framework. (same result)

    With the protostar-template titles and article-images are visible.

    I changed following code in: /templates/purity_iii/html/com_content/article/default.php (line 51 ff.):
    [PHP]<?php if ($params->get(‘show_title’)) : ?>
    11111111111111111111
    <?php echo JLayoutHelper::render(‘joomla.content.item_title’, array(‘item’ => $this->item, ‘params’ => $params, ‘title-tag’=>’h1’)); ?>
    <?php endif; ?>[/PHP]

    I can see the “1111111111111” on the article pages.
    But i’ve got no clue how i can investigate this problem further.

    Does anyone have a hint for me?

    Thanks!

    Saguaros Moderator
    #564629

    Hi karlranseier,

    Kindly check the layout which you’re using for the magazine page on your site and make sure that it contains the ‘component‘ block.

    Check out this tips for more info: http://www.t3-framework.org/documentation/bs3-faqs#layout-config

    karlranseier Friend
    #564660

    Thanks for your reply!

    The component-block is in all layouts. (except features-intro-2)

    On the start-page everything is displayed ok.

    The problems just appear in category-view:

    and when a single article is displayed:


    1. layout
    2. articles
    3. article
    karlranseier Friend
    #564680

    Got some news:

    The problem is caused by Fabrik. (http://fabrikar.com/)

    zakladadadic Friend
    #565085

    <em>@karlranseier 465559 wrote:</em><blockquote>Got some news:

    The problem is caused by Fabrik. (http://fabrikar.com/)</blockquote>

    Hi. Did you find any solution for this?
    I’m using ja_brisk and ja_medicare in combination with Fabrik and have similar problem. (ja_brisk no Article titles, ja_medicare no article image)
    Ja_brisk is working again if I set T3 plugin to version 2.4.1.
    Ja_medicare works as usual only with disabled Fabrik system plugin.

    Saguaros Moderator
    #565137

    Because Fabrik doesn’t support Bootstrap 3 which is implemented in T3 framework.

    FYI: the guy in this thread uses a 3rd party extension, you can give it a try: http://www.joomlart.com/forums/topic/t3-purity-iii-and-fabrik/

    zakladadadic Friend
    #565214

    I tried it already with medicare template. Still no images (but it sorted article tags though).
    There are so many settings in that plugin and I’m afraid to screw up something.

    Saguaros Moderator
    #565262

    You can PM me admin & ftp account of your site and tell me images in which part don’t show, I will take a look.

    zakladadadic Friend
    #565608

    <em>@Saguaros 466375 wrote:</em><blockquote>You can PM me admin & ftp account of your site and tell me images in which part don’t show, I will take a look.</blockquote>

    I did. Thanks.

    Saguaros Moderator
    #565856

    @zakladadadic: as I can see in this page, the image is showing fine now

    zakladadadic Friend
    #565906

    <em>@Saguaros 467149 wrote:</em><blockquote>@zakladadadic: as I can see in this page, the image is showing fine now</blockquote>

    Hi. My bad.
    Fabrik plugins (system and content) were disabed..
    They are enabed now and images are missing again.
    Please check.

    Saguaros Moderator
    #566038

    You can try with my tweak as below:
    – Go to PHP file: templatesja_medicarehtmlcom_contentarticledefault.php
    – Look for this line of code (at approx line 95)


    <?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $this->item, 'params' => $params)); ?>

    Replace it with:


    <?php echo JLayoutHelper::render('joomla.content.fulltext_image_blog1', array('item' => $this->item, 'params' => $params)); ?>

    zakladadadic Friend
    #566054

    <em>@Saguaros 467390 wrote:</em><blockquote>You can try with my tweak as below:
    – Go to PHP file: templatesja_medicarehtmlcom_contentarticledefault.php
    – Look for this line of code (at approx line 95)


    <?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $this->item, 'params' => $params)); ?>

    Replace it with:


    <?php echo JLayoutHelper::render('joomla.content.fulltext_image_blog1', array('item' => $this->item, 'params' => $params)); ?>

    </blockquote>

    Hi. I changed the line. Still no images.

    Saguaros Moderator
    #566080

    You can PM me admin and FTP account of your site, I will take a look.

    zakladadadic Friend
    #566100

    It’s in your inbox. Thanks.

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 3 voices, and was last updated by  Saguaros 9 years, 1 month ago.

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