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

    I have some J2.5 sites with customized University templates running on T3 v2.

    So I wonder for how many future versions of Joomla will T3 v2 be supported, J3.4, J3.5 J4 or longer?

    Migrate or not is the question. I haven’t found any straight forward guide to do the migration to T3 with my customized University templates.

    Thanks!

    Regards
    Matt

    Nazario A Friend
    #547374

    Hi Matt,

    Hope this tips will help you.

    mattsh Friend
    #547520

    Thanks for the answer!

    I have seen that, but I havn’t found out every step.

    An example, I show search field and search button on all media, except for mobiles there I just want to show the search buttom. Is it possible in T3?

    Regards
    Matt

    Nazario A Friend
    #547619

    Hi Matt,

    <blockquote>Many users are concerned if they can migrate their JA T3v2 framework templates such as JA Travel, JA Community Plus… to T3 Framework template such as JA Sugite, JA PLaymag… The answer is NO.</blockquote>
    I think you should read this tips carefully . JA T3v2 framework and T3 framework are independent, the style class system is also different. You can not migrate them.

    <blockquote>An example, I show search field and search button on all media, except for mobiles there I just want to show the search buttom. Is it possible in T3?</blockquote>

    I’m afraid, I don’t understand where you want to show the search button. As default, JA University still shows the search button on the mobile. http://prntscr.com/4hjmxd

    It would be best if you send me the screenshot highlighting where you want to show this button so that I can have a look.

    mattsh Friend
    #548535

    I just want to show the search button in default position, but not the search text field on mobiles. I still havn’t recived any anwser how to do that the documentation.

    Ninja Lead Moderator
    #548684

    If you can post your site: URL and screenshot for the issue, i might be able to help you out. Right now its difficult to guess the issue and solution without actually being able to see it.

    mattsh Friend
    #548807

    Sorry, but I’m getting a bit frustrated.

    I have the University template using T3 v2 and I plan to migrate to T3 (latest version).
    I have like in the demo a search field and a search button, but for mobile phones on my site the search field is hidden. And I just want to do have the same solution after the migration to T3, is it possible?

    Ninja Lead Moderator
    #548930

    If you wish to migrate JA University Template from T3v2 to T3(latest version), it is possible but you will have to customize too with that. I hope some of my ideas below will help you out

    + Backup all your site first(using Akeeba backup)

    + Download and Install JA University and T3(latest version) version from http://www.joomlart.com/forums/downloads.php?do=file&id=3906 and http://www.joomlart.com/forums/downloads.php?do=file&id=3914

    + Configure JA University template and T3 framework as per the default config shown in the userguide or you can build a JA University template demo from http://builder.joomlart.com and compare its configuration with your site

    + Download all extensions from JA University new version from here and don’t forget compare the configuration with builder demo.

    The userguide has all the default config as used in the demo site and should help you get the demo site alike display. Any customization you may have done in earlier version would be required to be repeated.

    mattsh Friend
    #549062

    I can’t understand why you are not giving me a hint how to do this. I think it’s a stright forward question that I havn’t found the soulution for in your documentation.

    I’m using the JA University on some sites today and plan to do it on more than 20 sites, but I should maybe change…

    Ninja Lead Moderator
    #549104

    The templates have different packages, package for JA T3v2 Framework and Package for T3 framework, the 2 packages are different. In other words, they are different templates with same design.

    You can check it from download page here and see both version on that.

    You can see docs for both of them to work with them :

    + JA University T3 here

    + JA University T3v2 here

    How we implement it? We develop it from beginning as any other new template, there is no upgrade or migration and you can read it here

    mattsh Friend
    #549176

    I just want have a answer how to do this!

    I have like in the demo a search field and a search button, but for mobile phones on my site the search field is hidden. And I just want to do have the same solution after the migration to T3.

    Ninja Lead Moderator
    #549234

    I’m thinking about my earlier replies posted at #8 and #10 they should have clarified things for you.

    (P:S: You can always request support from us, but you need take in your mind that customization is not part of JA support scope.)

    mattsh Friend
    #549450

    It would have been nice if you have supported me in this simple task (I thought) to use the template for different platforms. Like I have written a couple of times before, your documentation don’t give me even hint to solve my question.

    I don’t think my question is about customiztion, its just normal use. In my case to not show a search field for mobile devices, but in all others.

    Ninja Lead Moderator
    #549467

    <blockquote>I have some J2.5 sites with customized University templates running on T3 v2.

    So I wonder for how many future versions of Joomla will T3 v2 be supported, J3.4, J3.5 J4 or longer?</blockquote>

    About T3v2 framework, we will try to support with JOOMLA latest version (currently J3.3.3) but this version limit implementation of new features and can not support responsive layouts with mobile devices. Our current focus is on the latest T3 framework.

    <blockquote>Migrate or not is the question. I haven’t found any straight forward guide to do the migration to T3 with my customized University templates.</blockquote>

    Because T3v2 va T3 frameworks are very different, the style class system is also different too.

    About migrating from T3v2 to T3, there is no upgrade or migration. If you have a template supporting both T3v2 and T3 latest, you can uninstall T3v2 and install T3 version and redo configs.

    <blockquote>I just want to show the search button in default position, but not the search text field on mobiles. I still havn’t recived any anwser how to do that the documentation.</blockquote>

    You can do this with my solution below

    Open templates/ja_university/css/layout-mobile.css file

    Change

    #ja-search {
    background: none;
    float: right;
    padding: 0;
    position: absolute;
    right: 20px;
    top: auto;
    }

    To


    #ja-search {
    background: none;
    float: right;
    padding: 0;
    position: absolute;
    right: 20px;
    top: auto;
    display: none;
    }

    mattsh Friend
    #549512

    Thanks!

    But I need the solution for T3 (the latest version), I have this solution already for T3 v2.

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

This topic contains 18 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

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