Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • tuxisie Friend
    #906198

    After updating T3 to 2.5.3 the custom code entered in Purity III is no longer showing.
    Downgrading to 2.5.2 fixes this problem.

    Ninja Lead Moderator
    #906485

    Hi,

    It’s very hard to suggest the solution for you without clue. I could not duplicate that bug at my end

    • Do you make any custom work on your site?

    • Let me know steps to get the problem on your site

    Besides that, you can give me the URL of your site and admin login to check this bug via your reply and set as private reply. I will help you to check this

    Regards

    tuxisie Friend
    #906600

    I’ve tested it with three sites. Same problem.
    They are all quite basic. Joomla 3.5
    The following is installed:

    Simple Image Gallery (by JoomlaWorks)
    Website Plugin 3.0.1 May 14th, 2014 JoomlaWorks content 10019

    mAvik thumbnails
    Website Pakket 2.1.9 March 2014 Vitaliy Marenkov N/B 10018

    mAvik Thumb
    Website Bibliotheek 1.0.21 September 2012 Vitaliy Marenkov N/B 10017

    Content – mAvik Thumbnails
    Website Plugin 2.1.9 2014-03-15 Vitaliy Marenkov content 10016

    Dutch Language Pack
    Website Pakket 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10015

    RSForm!Pro Dutch language pack
    Website Pakket Unknown Unknown N/B 10014

    Nederlands (NL)
    Beheergedeelte Taal 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10013

    Nederlands (NL)
    Website Taal 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10012

    Content – RSForm! Pro
    Website Plugin 1.4.0 November 2012 RSJoomla! content 10011

    Installer – RSForm! Pro
    Website Plugin 1.0.0 July 2015 RSJoomla! installer 10010

    TCPDF
    Website Bibliotheek 2.5.0 28 January 2011 Nicola Asuni N/B 10009

    RSForm! Pro
    Beheergedeelte Component 1.51.8 February 2015 RSJoomla! N/B 10008

    purity_III
    Website Template 1.1.5 July 2015 JoomlArt.com N/B 10007

    T3 Framework
    Website Plugin 2.5.2 December 09, 2015 JoomlArt.com system 10006

    i’ll create an account for you

    tuxisie Friend
    #906609
    This reply has been marked as private.
    Ninja Lead Moderator
    #907246

    Hi,

    I got this bug on T3 framework version 2.5.3 and I also raised that bug to the development team. You can track its progress here

    Regards

    qualityweb Friend
    #919395

    Any news about this? I can’t believe that this isn’t solved after 2,5 weeks

    Ninja Lead Moderator
    #919694

    @tuxisie: I fixed the problem on your site and now, your site is working as well with T3 framework version 2.5.5 and below is my solution

    • Open templates/purity_iii/tpls/blocks/head.php file and enter space as my screenshot

    @qualityweb: You can apply the same my solution with the problem on your site.


    1. Screen-Shot-2016-04-19-at-15.19.01
    jconsultingza Friend
    #926765

    I have the same issue. I upgraded the T3 plugin from 2.5.2 to 2.5.5 and after upgrade the Before Custom Code template field of the Purity III template does not show any more in the template output. Easy to test: Enter anything into the Before custom field, and check if it shows in the template. I tested it on a dev site, and the problem is only after updating the T3 plugin, and specifically with Purity III.

    I know one can edit the php file as a work-around, but there’s still a conflict between recent T3 plugin releases and Purity III. (1.1.5 and 1.1.6) The bug report does not seem to be getting any notice.
    Tested on Joomla 3.5.0 and 3.5.1

    Ninja Lead Moderator
    #926884

    @jconsultingza: This issue is fixed and updated in T3 framework Github, you can check it out here

    jconsultingza Friend
    #927481

    Thank you. I did first look on github, but since there was no Issue or Pull Request describing the issue, I did not spot that.
    If that change fixes the issue, you should then perhaps update this?
    http://pm.joomlart.com/browse/JAECPLGTIIIJOOMLAIVI-632

    Ninja Lead Moderator
    #928095

    I double checked the problem from Purity III template and it’s solved with the solution from GitHub. I just updated the status from bug tracking here. If you still face this problem, you can give me the URL and admin login of your site via your reply and set as private reply. I will help you to check this bug directly on your site.

    tuxisie Friend
    #935359

    The fix on github fixes it. The fix is not in version 2.5.5 btw Lookup the file /plugins/system/t3/includes/core/template.php Manually ad on line 200 just after:

            } else {
                echo "<div class=\"error\">Block [$block] not found!</div>";
            }

    the following code:

    echo "\n";

    So it looks like:

                    echo $buffer;
    
                } else {
                    include $path;
                }
            } else {
                echo "<div class=\"error\">Block [$block] not found!</div>";
            }
            echo "\n";
        }
    
        /**
         * Load block layout
Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 4 voices, and was last updated by  tuxisie 8 years, 6 months ago.

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