-
AuthorPosts
-
chicagouser Friend
chicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 21, 2011 at 6:22 am #164263to be honesty its was the my biggest mistake to become member of Joomlart, because i have never find smart support tech here.
attach is picture where i did highlighted in black color about unwanted distance which is the top of the main content and bottom of the main content. can anyone help me to reduce this distances?
also i dont want calender which is right bottom corner of the slideshow.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 21, 2011 at 8:17 am #392206Hi,
Sorry for your previous experience with JA.
Here is a solution for your questions..
To reduce the space below your main content, please open template.css and find
<blockquote>#ja-container .main {
background: url(‘/templates/ja_minisite/images/bgd_main.gif’) 0 0 repeat-y;
margin-bottom: 30px;
}</blockquote> Change margin-bottom to 0px;To reduce space above the main content, Business Template text etc, find
<blockquote>#ja-topsl .main, #ja-topsl1 .main {
border-bottom: #E8E8E8 solid 1px;
margin-bottom: 20px;
padding: 30px 0;
}</blockquote> in template.css and change margin-bottom value to have as much space as you want there..I hope this solves problems. Please let me know if you need any more help.
chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 21, 2011 at 8:36 am #392209himangi
please fix it from there. i already gave user ID and password with original question. also please remove date which is bottom of the picture slide.
thanks:confused:
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 21, 2011 at 8:46 am #392212Hi,
Changed the values as explained in my previous post.. The margin below main content is 0 now and the margin between the main content area and border above it is 10px.
Hope this is fine with you..
chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 21, 2011 at 9:56 am #392216himangi. thanks you so much but how about the date which is right bottom of the JA Slideshow?
please also remove itsteinar Friendsteinar
- Join date:
- July 2007
- Posts:
- 319
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 98 times in 84 posts
May 22, 2011 at 1:18 pm #392338<em>@chicagouser 241739 wrote:</em><blockquote>but how about the date which is right bottom of the JA Slideshow?
please also remove it</blockquote>Why not do it yourself? Just go to
templates >> minisite >> blocks >> breadcrums.php… and remove this part:
<p class=”ja-day”>
<?php
echo “<span class=”day”>”.date (‘D’).”</span>”;
echo “<span class=”date”>”.date (‘d’).”</span>”;
echo “<span class=”month”>”.date (‘M’).”</span>”;
echo “<span class=”year”>”.date (‘Y’).”</span>”;
?>
</p>chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 22, 2011 at 5:32 pm #392346<em>@steinar 241898 wrote:</em><blockquote>Why not do it yourself? Just go to
templates >> minisite >> blocks >> breadcrums.php… and remove this part:
<p class=”ja-day”>
<?php
echo “<span class=”day”>”.date (‘D’).”</span>”;
echo “<span class=”date”>”.date (‘d’).”</span>”;
echo “<span class=”month”>”.date (‘M’).”</span>”;
echo “<span class=”year”>”.date (‘Y’).”</span>”;
?>
</p></blockquote>———-
steinar thanks you so much. now new problem, please look at attached picture where i highlighted with yellow. .gray line is still there, please also help me to remove this line too.
chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 22, 2011 at 5:33 pm #392348himangi thanks you so much. do you have any tools where i can update joomla? i mean whenever they released updates.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 22, 2011 at 6:57 pm #392354<em>@chicagouser 241911 wrote:</em><blockquote>———-
steinar thanks you so much. now new problem, please look at attached picture where i highlighted with yellow. .gray line is still there, please also help me to remove this line too.</blockquote>
Do you know how to use Firebug or another browser web development tool? You can usually find the CSS and/or PHP associated with the element you are wanting to modify – and then go into that file and modify it yourself. Granted, there are SOME things that the JA Development Team (for whatever reason) loves to bury deep in obscure files/locations … though I’ve usually been able to find solutions for most problems via these support forums or by Google’ing the question.chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 22, 2011 at 9:04 pm #392360tcraw1010
I’m zero in PHP and htmlPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 22, 2011 at 10:13 pm #392366Unfortunately the credentials you supplied are not working for me so you will have to make the following modification yourself.
Go into the template manager and go to the layouts tab. In there you need to edit the default layour and remove the line below.
<block name="breadcrums" type="navhelper" main-inner="1"></block>
chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 23, 2011 at 2:34 am #392371<em>@phill luckhurst 241938 wrote:</em><blockquote>Unfortunately the credentials you supplied are not working for me so you will have to make the following modification yourself.
Go into the template manager and go to the layouts tab. In there you need to edit the default layour and remove the line below.
<block name="breadcrums" type="navhelper" main-inner="1"></block>
</blockquote>phill luckhurst thanks you so much.
chicagouser Friendchicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
May 23, 2011 at 2:35 am #392372🙂 please close this thread
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 5 voices, and was last updated by chicagouser 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum