Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • goldorakiller Friend
    #166015

    I still have problem with my website !

    I have uninstall and erase all files from jat3 plg and social template and then reinstall all but i still have this problems :

    1- There is a small problem in appearance in main menu
    2- The right column is at the bottom
    3- I have problem with colors in footer
    4- ja typography button doesn’t appear in K2 frontend article
    5- problem search position

    6- Can joomlart add a check button “Remember me” in ja login module ?

    Thx in advance


    1. Image001
    2. Image000
    3. Image002
    4. Image003
    Sherlock Friend
    #400281

    Hi
    1.Menu: problem because your menu items are long, u have to edit menu items, make them shorter and you also can change in css
    Go to templates/ja_social/css/menu/mega.css , line 13


    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 40px;
    padding: 0 25px 0 10px;<-- change 25px and 10px to smaller number
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    }

    2. Right column at bottom: problem because your content K2: PES 2011 : Une nouvelle mise à jour annoncée !!
    Introtext missed </div> tab, I changed for you

    3. Color of footer: I checked your site and saw that is fine

    Sherlock Friend
    #400284

    4.ja typography button doesn’t appear in K2 frontend article:Please explain more detail, what k2 articles have Ja typography button ?
    5. Search module button: I don’t see that error on your site, what browser do you use ?
    6. Go to templatesja_socialhtmlmod_jalogin/default.php, line 31


    <input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

    Change to


    <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

    Regards

    goldorakiller Friend
    #400300

    <em>@nguoiabcd 251992 wrote:</em><blockquote>Hi
    1.Menu: problem because your menu items are long, u have to edit menu items, make them shorter and you also can change in css
    Go to templates/ja_social/css/menu/mega.css , line 13


    .ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 40px;
    padding: 0 25px 0 10px;<-- change 25px and 10px to smaller number
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    }

    2. Right column at bottom: problem because your content K2: PES 2011 : Une nouvelle mise à jour annoncée !!
    Introtext missed </div> tab, I changed for you

    3. Color of footer: I checked your site and saw that is fine</blockquote>

    1. I change
    padding: 0 25px 0 10px;
    to
    padding: 0 25px 0 0px;
    and it seems to work fine

    2. It seems that you introduce new error in K2 content (see screenshot in attachment)
    or it maybe becaus I upgrade ja typo plugin.

    3. Yes it seems to work fine in my job PC


    1. Image000
    goldorakiller Friend
    #400302

    <em>@nguoiabcd 251995 wrote:</em><blockquote>4.ja typography button doesn’t appear in K2 frontend article:Please explain more detail, what k2 articles have Ja typography button ?
    5. Search module button: I don’t see that error on your site, what browser do you use ?
    6. Go to templatesja_socialhtmlmod_jalogin/default.php, line 31


    <input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

    Change to


    <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

    Regards</blockquote>

    4. JA typo button doesn’t appear in K2 frontend item editing window

    5. I use firefox 5.0

    6. Ok checkbox appear now but I want to change location and add “Remember me” text at the right.


    1. Image001
    2. Image002
    himangi Friend
    #400729

    Hi,

    Please see my reply point wise.
    2. I didnt see this error. Is it resolved?

    4. As per my knowledge JA typo button is not meant to appear in the front end.

    5. I see a search image on the button. it isnt blank.

    6. In templatesja_socialhtmlmod_jalogin/default.php replace
    <blockquote><input type=”checkbox” name=”remember” id=”mod_login_remember” class=”inputbox” value=”yes” alt=”Remember Me” />[/quote]
    with

    <input type=”checkbox” name=”remember” id=”mod_login_remember” class=”inputbox” value=”yes” alt=”Remember Me” style=”position:absolute; bottom:10px; right: 80px”>

    change the bottom and right values to place the box to move.

    goldorakiller Friend
    #400810

    <em>@himangi 252614 wrote:</em><blockquote>Hi,

    Please see my reply point wise.
    2. I didnt see this error. Is it resolved?

    4. As per my knowledge JA typo button is not meant to appear in the front end.

    5. I see a search image on the button. it isnt blank.

    6. In templatesja_socialhtmlmod_jalogin/default.php replace

    with
    change the bottom and right values to place the box to move.</blockquote>

    2. I updated jce editor and the message didn’t appear anymore

    4. Are you sure ? look here http://www.joomlart.com/forums/topic/ja-typo/

    5. Because I ad dimage instead off text but if I put text too long there is a bug with position like my screen

    6. Ok but there is no text “remember me”

    himangi Friend
    #400896

    Hi,

    4. Regarding the JA typo link you gave me, it seems they are talking about the Ja typo not working at all with JA Business. Are you seeing the JA typo button in article editor from Joomla backend or not? You had mentioned it is not working on k2 frontend, so I told you it is not meant to work in frontend. I have checked few bug reports related to this button and they seem to be fixed but yet to be released. I will talk to the developers to find when the fixed versions will be released and if they will now show the button in joomla froentend.

    5. do you need any help with this or whatever is there right now solves your issue?

    6. The checkbox was not meant to be shown so there is no text for it. But you can add <span><?php echo JText::_(‘Remember Me’) ?>: </span> before <input type=”checkbox” name=”remember” id=”mod_login_remember” class=”inputbox” value=”yes” alt=”Remember Me” style=”position:absolute; bottom:10px; right: 80px”> and see the text appearing before the checkbox.

    himangi Friend
    #401084

    Hi,

    I checked with JA Typo developer and the feature of Ja typo button being used in the Ftonend editor will be included in the next version.

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

This topic contains 9 replies, has 3 voices, and was last updated by  himangi 13 years, 3 months ago.

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