-
AuthorPosts
-
April 28, 2013 at 1:45 pm #187137d1same Friend
d1same
- Join date:
- April 2013
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 19, 2013 at 5:02 am #493236hi. i try change space sidebar
ja_wall/themes/blaskboard/theme.cssline 31-32
/* Sidebar —*/
body.has-sidebar #container .container-main { padding-left: 140px; /* Space for sidebar */ } and nothing happenswhat am I doing wrong?:((
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 21, 2013 at 7:06 am #493477Hi Leo!
i set another width in all css =)
layout.css
template.css
and theme.css
i userd joomla 3, themplate blacboard.my site http://gag.evenews.ru/
i clear cash – result 0
try browser mozilla and IEwhat i doing wrong?
thx for you help!
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 21, 2013 at 7:39 am #493483if i set menu parent – i see full name menu.
if i set menu second – i dont see full name.thx
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 22, 2013 at 10:16 am #493624Hi,
<blockquote>i set another width in all css =)
layout.css
template.css
and theme.css</blockquote>Your changes take me alot of time to make the sidebar width larger. Anyway, pls try these:
Open templatesja_wallindex.php on your server, then:
–1. At line 194: Replace
<div class="main container-main clearfix">
with
<div class="main container-main clearfix" style="width: 100%;">
– 2. At line 196: Replace
<div id="mainbody" class="clearfix">
with
<div id="mainbody" class="clearfix" style="width: 85%;float: right;">
– 3. At line 234: Replace
<div id="sidebar" class="has-toggle" style="height: 230px;">
with
<div id="sidebar" class="has-toggle" style="height: 230px; width: 15%;">
4. Open templates/ja_wall/themes/blackboard/css/theme.css, put below codes into the end of file:
#sidebar {
margin-left: 0px !important;
}
and remove line:
/* Sidebar ---*/
body.has-sidebar #container .container-main { padding-left: 140px; /* Space for sidebar */ }5. Open /templates/ja_wall/css/layout.css, find & remove lines:
/* Sidebar ---*/
body.has-sidebar #container .container-main {
padding-left: 133px; /* Space for sidebar */
}
* Remember to clear browser cache. Don’t forget to share your result.
<blockquote>if i set menu parent – i see full name menu. if i set menu second – i dont see full name.</blockquote>
I will suggest your solution when you send me PM with your admin login info.Leo
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 24, 2013 at 4:49 am #493813phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 24, 2013 at 7:45 am #493829Hi,
1. The width of sidebar.
Can you try my 4&5 step again ? You missed these steps when I checked out your front-end with firebug.2. Submenu issue
It is just a css style, pls try on this:
Open /templates/ja_wall/css/template.css, put below codes into the end of file:#sidebar .menu li a {
overflow: visible !important;
}Remember to clear your browser cache.
Leo
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 25, 2013 at 8:40 pm #493961hi Leo!
i chek all step – all step do it correct.
i test site on another computers, and all see ok.
suspect – a problem in my monitor :(( – 19acer v193wi sent question in pm
i have 1 quest
Leo thx for you help!!!
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 27, 2013 at 5:40 am #494037hi Leo.
i sent you pm message and system answer me:
Leo Burnetts has exceeded their stored private messages quota and cannot accept further messages until they clear some space.:((phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 27, 2013 at 7:57 am #494052Hi,
I fixed your issue by applying the css codes I mentioned in previous replies.
Actually, there is no blank space on the left of sidebar menu, just the width.Leo
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 27, 2013 at 12:57 pm #494089hey man – you crash my site ( wtf? where is my sidebar on my main site?
<em>@Leo Burnetts 374415 wrote:</em><blockquote>Hi,I fixed your issue by applying the css codes I mentioned in previous replies.
Actually, there is no blank space on the left of sidebar menu, just the width.Leo</blockquote>
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 28, 2013 at 1:32 am #494114Hi,
The last time I accessed your backend was 08.00 AM yesterday morning, your main page looked like my previous snapshot after I corrected padding issue.
I’m not sure what you changed on your website.<blockquote>where did i wrong? and how do i can edit width sidebar?</blockquote>
The main reason is the padding-left element you applied in previous task, which leads your sidebar to look not well when you increase the width.Leo
sfunlimit Friendsfunlimit
- Join date:
- January 2013
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 29, 2013 at 12:45 pm #494306Leo, i did ask you help my site gag.evenews.ru and dont touch evenews.ru
you did remove sidebar on evenews.ru >:(
<blockquote> The main reason is the padding-left element you applied in previous task, which leads your sidebar to look not well when you increase the width.
Leo
</blockquote>
thx for you help
glphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
June 3, 2013 at 1:59 am #494479Hi,
:(( I’m really sorry for that. Well, I will fix your issue if you can send me valid ftp account again.
Leo
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 4 voices, and was last updated by phong nam 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
increase the size of the category name
Viewing 15 posts - 1 through 15 (of 15 total)