Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • frold Friend
    #191514

    As recommanded I did upgrade to T3v3(T3 called)

    First I did uninstall:

    JA Social Template for Joomla 2.5 (911.1 KB) version 2.5.8
    and
    JA T3v2 System Plugin for J25 & J31 (1.22 MB) version 2.6.8

    And did then I installed from: http://www.joomlart.com/forums/downl…o=cat&id=20334
    T3 System Plugin (1.89 MB) version 1.4.1
    and
    JA Social T3 j25 (2.00 MB) version 1.0.0

    Now I have various issues.

    1. Missing template for JomSocial
    First issue is there is no template for JomSocial 3 in the list of files:

    http://www.joomlart.com/forums/downloads.php?do=cat&id=503

    I did try with version 3.0.1 from http://www.joomlart.com/forums/downloads.php?do=cat&id=20334

    2. The header logo is using a very small font.
    This was before the upgrade

    This is after the upgrade

    3. Text separators in the mega menu
    I use some text separators in my menu. After the upgrade they doesnt seems to be with the right layout! The font is white and small

    There is also and issue with text separators in as a main level in menu:

    Look at “Om os”


    1. Skærmbillede-2013-10-18-kl.-17.39.24
    2. logo_before
    3. Skærmbillede-2013-10-18-kl.-17.44.48
    4. Skærmbillede-2013-10-18-kl.-17.47.04
    5. Skærmbillede-2013-10-18-kl.-17.49.15
    frold Friend
    #509516

    4. Kunena Latest
    Here you have a misplaced !

    5. The search field
    The search field is located a little to high

    Before it was in the middle


    1. Skærmbillede-2013-10-18-kl.-17.51.20
    2. Skærmbillede-2013-10-18-kl.-17.55.38
    3. Skærmbillede-2013-10-18-kl.-17.57.56
    4. Skærmbillede-2013-10-18-kl.-18.01.21
    5. Skærmbillede-2013-10-18-kl.-18.09.52
    frold Friend
    #509540

    6. When adding a new module to “position-1”
    I have jReview and would like to have module “Random reviews” in position “position-1”

    It looks like this:

    Before the upgrade it was framed like this:


    1. Skærmbillede-2013-10-18-kl.-22.13.41
    2. Skærmbillede-2013-10-18-kl.-18.09.52
    phong nam Friend
    #509649

    Hi frold,

    Our template dev team has confirmed that the new JA Social 1.0.0 and JA Nex 1.0.0 running on new T3v3 framework can not be upgraded directly from older JA Social versions running on JAT3v2, because of the big differences in template layouts managements, intergrated features (Boostrap, Responsive …) between our two system plugins.

    In this case, we suggest you to install our new JA Social (even JA Nex) template as a new fresh installation site, then move the customization from older website to new installed site. Make sure that you did backup files and refer the documents of new T3v3 framework before applying the changes.

    frold Friend
    #509855

    <em>@Leo Burnetts 394484 wrote:</em><blockquote>Hi frold,

    Our template dev team has confirmed that the new JA Social 1.0.0 and JA Nex 1.0.0 running on new T3v3 framework can not be upgraded directly from older JA Social versions running on JAT3v2, because of the big differences in template layouts managements, intergrated features (Boostrap, Responsive …) between our two system plugins.

    In this case, we suggest you to install our new JA Social (even JA Nex) template as a new fresh installation site, then move the customization from older website to new installed site. Make sure that you did backup files and refer the documents of new T3v3 framework before applying the changes.</blockquote>

    I dont understand the answer….

    I have a live site and did already upgrade. I didnt find any info about I couldnt do so.

    frold Friend
    #510134

    Im not impressed of the support.

    Im close to find another template provider!

    phong nam Friend
    #510138

    Hi frold,

    I really sorry for the late response on this issue, just forget the unclear explanation on my 1st answer. I has already discuss with our template developers on your concern, so here are the detailed answers on these:

    1. Missing template for JomSocial

    Our developer is working to finish the JA Social theme for Jomsocial 3.x that is going to be released in coming time.

    2. The header logo is using a very small font.
    You can create a custom.css file at templates/ja_social/css/ path, and put below css styles into:

    .logo-text span {
    color:#000;
    font-family: 'open_sansregular';
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    }

    Adjust the font-size of logo text until you get perfect.

    3. Text separators in the mega menu

    The reason that the Text separator menu items displays the menu title within <span> tab so that they don’t load the customized css styles of <a> tab on our JA Social menu items. You can solve this issue by putting below overridden css styles into the created custom.css file above:

    /*Adjust css styles for both parent and child Text separator menu items*/
    ul.mega-nav li span.separator {
    padding: 5px 0px 5px 25px;
    color: #238DB4;
    background: url("../images/arrow5.png") no-repeat 5% 10px;
    }

    ul.nav li.dropdown span.dropdown-toggle.separator {
    border-top: 0;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    font-family: "Segoe UI",sans-serif;
    color: #fff;
    display: block;
    }

    4. Kunena Latest

    Some titles of the latest posts are quite longer that the width of sidebar, that is why they go down to 2nd line. In this case, you can make the titles look better by putting these overridden css styles into custom.css file too:

    #Mod25 .t3-module ul {
    margin-left: 0;
    }

    sup {
    top: 10px;
    }

    5. The search field

    You can make the search box down to corect position by putting below css styles into the custom.css file too:

    .head-search {
    top: 10px;
    }

    6. When adding a new module to “position-1”

    The reason that the position-1 is displaying with the width of span12 because there is no another position enabled in the same block. But, i already checked this Random Reviews module several times, and found that the column layout of each book still displays fine with span12 width of module. Do you want me to help you to suggest anything in this case ?

    Again, can you try to follow my suggestion with overidden css styles and inform me your result ?

    frold Friend
    #510263

    Thanks, seems to fix it in some cases 🙂

    The logo is still not same style as in the old template

    And regarding position-1, if you have a solution it would be grate:

    Eg if you see; http://www.studmed.dk/forum/recent

    phong nam Friend
    #510270

    Hi frold,

    You just need to increase the font-size of logo text into 30px or higher in custom.css file i mentioned, it will look fine then:

    .logo-text span {
    color:#000;
    font-family: 'open_sansregular';
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    }

    On the slideshow at position-1 position, the idea is that you just need to set to display 4 items (books) so that each item will get 25% width. Then put below overrideen css styles of t3-spotlight module title:

    /*Adjust the t3-module title on spotlight block*/

    .t3-spotlight .t3-module {
    background: #fff;
    padding: 10px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    }

    .t3-spotlight .t3-module .module-title {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
    background-color: #238DB4;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 15px;
    margin: -10px -15px 15px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #2c9fc9;
    background-image: -moz-linear-gradient(top,#33abd7,#238DB4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#33abd7),to(#238DB4));
    background-image: -webkit-linear-gradient(top,#33abd7,#238DB4);
    background-image: -o-linear-gradient(top,#33abd7,#238DB4);
    background-image: linear-gradient(to bottom,#33abd7,#238DB4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.grad;
    }

    By that way, the position-1 module will look close to that on old site.

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

This topic contains 9 replies, has 2 voices, and was last updated by  phong nam 11 years, 1 month ago.

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