-
AuthorPosts
-
goldorakiller Friend
goldorakiller
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
July 6, 2011 at 9:06 pm #166015I 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 position6- Can joomlart add a check button “Remember me” in ja login module ?
Thx in advance
- Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 8, 2011 at 4:13 am #400281Hi
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 you3. Color of footer: I checked your site and saw that is fine
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 8, 2011 at 4:26 am #4002844.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" />
Regards1 user says Thank You to Sherlock for this useful post
goldorakiller Friendgoldorakiller
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
July 8, 2011 at 7:12 am #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 you3. Color of footer: I checked your site and saw that is fine</blockquote>
1. I change
padding: 0 25px 0 10px;
topadding: 0 25px 0 0px;
and it seems to work fine2. 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
goldorakiller Friendgoldorakiller
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
July 8, 2011 at 7:19 am #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.
-
himangi Friend
himangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 12, 2011 at 11:00 am #400729Hi,
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.
1 user says Thank You to himangi for this useful post
goldorakiller Friendgoldorakiller
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
July 12, 2011 at 4:44 pm #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 Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 13, 2011 at 6:26 am #400896Hi,
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.
1 user says Thank You to himangi for this useful post
-
AuthorPosts
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
Jump to forum
Problems with menu and left column
Viewing 9 posts - 1 through 9 (of 9 total)