Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • slepoy Friend
    #190078

    Hello. After update JomSocial (JS) from 2.8 to 3.0 I get some conflicts with template and other. Can You help me to solve it?
    Site: http://crimson-land.ru/community.html
    demo/demo
    1. at the JS community page the toolbar display incorrect (I can’t found the problem is CSS or JS?)

    2. at the bottom of the Profile’s page there is “More” button that load more activity. It doesn’t work.
    At the bottom of the Community Page “More” button doesn’t show.

    3. at the any JS page there “Search module” display some blue glow (also font-size is bigger). Also it conflict with any other mudules with form (mod_login).

    May be it’s jquery conflict and I need to put some code (in which file?):
    <blockquote>$app = JFactory::getApplication();
    if(!$app->jquery){
    // load library here
    $app->jquery = true;
    }</blockquote>
    Thanks for help.


    1. toolbar-conflict
    2. more-button-conflict
    3. search-module-conflict
    Saguaros Moderator
    #504151

    Hi slepoy,

    It seems that a login is required to be able to see these issues, could you pm me a temporary acccount so that I can check?

    slepoy Friend
    #504193

    Hello. :pgin/password: demo/demo
    Thanks for help.

    slepoy Friend
    #504910

    Hello. I still can’t solve the problem :[ Can You help me please?
    Thanks.

    Saguaros Moderator
    #506335

    Hi

    How do you want to achieve with the toolbar menu of jomsocial? Could send me screenshot?

    With the more button, did you try to switch default template to another standard template of Joomla (like Bee5) and so whether this problem persists or not.

    slepoy Friend
    #506366

    Hi.<em>@Saguaros 390213 wrote:</em><blockquote>How do you want to achieve with the toolbar menu of jomsocial? Could send me screenshot?</blockquote>
    I installer clear Joomla 2.5 with original Ja Elastica template and JS3.0.4 and get 3 problem:
    1.1 Dropdown menu doesn’t work (but it works with my life Crimson Land site. So ignore it).
    1.2 some “ul / li” conflict (but it works with Crimson Land site. So ignore it).
    1.3 there is some “padding” in buttons and icons not centered in vertical.

    How it looks at life site (only with “padding” in buttons and icons not centered):

    The same thing with toolbar if I use: Atomic, Beez5 / Beez_20 templates (I cleared casche).

    this proves that JomSocial caused the problem.

    But it looks OK with Rhuk_milkyway (but icons are still shifted):

    So JomSocial didn’t confirmed yeat that it’s JS problem.

    <em>@Saguaros 390213 wrote:</em><blockquote>With the more button, did you try to switch default template to another standard template of Joomla (like Bee5) and so whether this problem persists or not.</blockquote>The problem is apper with any other templates. So it must be JomSocial problem – jomsocial team works on it (Once again convinced, that Ja Elastica it’s great/clean temlate :))

    Thanks for help.


    1. ElaticaOriginalproblemtoolbar
    2. ElaticaOriginalproblemtoolbarCRIMSON
    3. spaces-1
    4. toolbarconflicticons
    5. toolbarconflictmilkyway
    Saguaros Moderator
    #506717

    Hi

    I tried to access this page: http://crimson-land.ru/community/profile.html and login but it seems to be working well, the menu is dropping down and I don’t see the problem with ul / li tag

    slepoy Friend
    #506737

    Hi, Saguaros.
    Sorry for the delay – it was fixed yesterday by user “Daniel” at JomSocial forum.

    <blockquote>The problem is not JA T3 – well not a fault. You just need to change some code.
    First, find this file…
    plugins/system/jat3/jat…ult/css/template.css

    This is the piece of code you want…after it’s revision.
    /* List —*/
    .column ul li {
    background: none;
    line-height: 160%;
    margin-bottom: 0px; <<!!!!! this one at ‘0’ will remove space under your menu text.
    overflow: visible;
    padding-left: 30px;
    }
    I changed the background to none; which removes the bullets. The menu not showing is due to the ‘overflow’. It was set as ‘hidden’ – i changed it to ‘visible’ and “SHA-BAM” my menu was back!!
    </blockquote>

    But I found the same class in Ja Elastica “template.css” file and edit it (so it helped for me too) 🙂

    The only one problem left:
    <blockquote>3. at the any JS page there “Search module” display some blue glow (also font-size is bigger). Also it conflict with any other mudules with form (mod_login).</blockquote>

    JomSocial developer sayd:
    <blockquote>Some of Joomla template maybe wont work 100% with our newest Jomsocial version, and regarding #2 and #3 that is come from twitter bootstrap freamwork, which that is default textfield hover from twitter bootstrap.</blockquote>I’ll try to repost it again to JomSocial forum.

    Thanks for help and support =)


    1. ElaticaOriginalproblem01
    slepoy Friend
    #506891

    To make modules in Content and JomSocial page looks the same

    I had to add to Ja Elastica template.css file code:

    #form-login-username .inputbox, #form-login-password .inputbox {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 5x center;
    border: 1px solid #CCC
    font-size: 1em;
    padding: 3px;
    width:120px;
    margin:0;
    height: 1.5em;
    }

    #form-login-username label , #form-login-password label, #form-login-remember label {
    font-size: 1.1em;
    }

    #ja-search .inputbox {
    font-size: 1em;
    height: 1.5em;
    }

    To turn off twitter Glowing:

    .inputbox{
    outline: none;
    border:none !important;
    box-shadow:none !important;
    }


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

This topic contains 9 replies, has 2 voices, and was last updated by  slepoy 10 years, 7 months ago.

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