-
AuthorPosts
-
simple hearted Friend
simple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 19, 2011 at 7:58 pm #168737I would like to make to site be one page no scroll’s
I would like to completly delete the
content main —
middle inset 2 —
and the white background all togetherthank you very much
i have reviewed many pages and video’s
you have any suggestionsJa Business Template
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 20, 2011 at 5:30 am #413798Hi
To change the layout and remove some of the positions,
- Go to Extension > Template Manager > Your template.
- If you know which layout your template is using currently, the go to Layouts tab to edit that layout.
- If you dont know it, then check the Page assignments to see which Profiles are being used in the site.
- Go to Profiles tab and select the Profile being used.
- Scroll down in the Profile settings to see which layout it is using.
- Then again follow step 2
- Remove the blocks you dont want in your template and save it.
- Refresh the frontend to check the changes.
Let me know if need any more help with this.
1 user says Thank You to himangi for this useful post
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 20, 2011 at 5:36 am #413799i only want to take out a couple of the blocks – when i wen t to layouts it only Can I do this manually in file: user/ template.css?
thank youhimangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 20, 2011 at 5:46 am #413804Can you please send a layout sketch which you want to implement? I think it should be achieved from the layouts itself. If you hide the blocks from css file right now, it will become difficult to find issues in future (if any) with so many blocks hidden..
If you can show me the layout, I can guide you precisely.
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 20, 2011 at 5:57 am #413805All i would like to do at this point is remove the main content blocks in the middle section below slide show and above bottom spotlight
that hold articles …etc…
In this JA BUSINESS template in my screen shot below i have disabled these modules as you can see in screen shot below ( i am going to use ‘modules’ them on linking pages)
i wanted to allow the home page to fit without any scrolls for our users) all the modules that applied but i am left with these block
that make the white spacing in betweenbeen looking in the source code i think it is called Main Container? see attachment i wouldlike to get ridof the center white area
i disabled the sample datewhat is the least amount of this code i can delete to get rid of these blocks and spaces that are in the middle (I want to keep the bottom part and marry it to the top panel then i will place the slide show and our other items there.
peace blessings
Thank you for your help i will be working for about 3 more hours
samuel adams
912-433-1643
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 20, 2011 at 6:35 am #413813Ok. This is what I suggest..
Since you want to have only top and bottom positions in template on Home page, you should use a profile for Home and another profile, say Default for all other pages in the site which will have the same layout, containing the positions between top and bottom positions. To achieve this, please follow the steps below.
- Go to Extensions > Template Manager > JA Business.
- As you will see in the Page Assignment, Default Profile is assigned to All Pages. So we dont need to change anything in this.
- Now there are some other profiles but we will create a new profile for the Home page.
- First to create a new layout, go to Layouts Tab, click on the Clone link infront of Default Layout. Name new layout as ‘Home‘
- Edit Home layout and remove the code something like below <blockquote><blocks name=”middle” colwidth=”33″ main-inner=”2″ wrap-inner=”1″>
- Go to Profile Tab and select Default Profile. You will then see an arrow on the right of Profile name, click on it and clone this profile and name it ‘Home‘.
- Now select the Home profile, since we will need to change some setting here. First find ‘Hide Main content block‘ param and set it to YES. Then scroll down to find ‘Desktop Layout‘ param and choose ‘Home’ here. And save the profile using Save button in top toolbar.
- Now our new profile is ready to be used, but we need to assign it to the Home page. So go to Page Assignments and Click on the ‘Click to Add‘ text box under title Page. Mark all the Home page links you have in different menus (main menu , bottom menu etc), use select link in this popup window to select all the marked menu items.
- Then click on the empty textbox infront of the itemid(s) we have just selected and choose Home profile.
- Save the template. and see the result on Home page.
<block name=”inset2″>right, left</block>
<block name=”content-mass-bottom”>content-mass-bottom</block>
<block name=”content-top”>content-top</block>
<block name=”content-mass-top”>content-mass-top</block>
</blocks></blockquote> Here what we are removing all the positions in the middle block. Save the layout using Save link on this popup window.Let me know what happens.
1 user says Thank You to himangi for this useful post
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 20, 2011 at 7:19 am #413822thanks i give it a try I just got an error from view site it seems i had corrupted the index.php file
i did a back up yesterday so all is well i hope peacewhen you change something on the template.css does it overrides everything in the T3 framework?
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 20, 2011 at 7:31 am #413823for some reason the corrupt php file has locked me out of the joomla T-3 Framework and ideas how i can go and reset this
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 20, 2011 at 7:32 am #413824Hi,
Hope the solution works for you.
Yes if you define something in template.css it will override the JAT3 plugin css unless the styling in plugin css is marked !important to give it a priority. In such case you can add !important to the required property for an element in the template.css and it will override the plugin css again.
Update: Did you try replacing the file from FTP before accessing it from browser?
1 user says Thank You to himangi for this useful post
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 22, 2011 at 2:38 pm #414309awesome awesome awesome awesome awesome:p
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 22, 2011 at 10:32 pm #414371:)that worked very nice i learned alot as well
way different than dreamweaver and lot better!everything i was able to remove i now hove this one white image section in the middle
i have spent a while reading video etc.. i think it is a background image…
how can this be removed or disabledhere’s a screen shot—
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 23, 2011 at 4:15 am #414402Hi,
Good to see your site as you wanted 🙂
To remove the white box, edit your template.css and find the styling for #ja-container .main { something like below.
<blockquote>#ja-container .main {
background: url(“../images/demo.gif”) no-repeat scroll center top #FFFFFF;
padding-bottom: 20px;
padding-top: 20px;
}</blockquote>Replace it with
<blockquote>#ja-container .main {
background: none;
padding-bottom: 20px;
padding-top: 20px;
}</blockquote>simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 25, 2011 at 9:45 pm #414909🙂 thank you i have been studying the css. which css style is for the background
and which style is the entire site? thankshimangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 27, 2011 at 4:53 am #415196Hi
I am not sure what exactly you want changed so if you provide site url and tell me what you want changed then I can tell you exact changes. Generally all the styling is done using template.css, layout.css and all the default css files you find in the template/css folder..
simple hearted Friendsimple hearted
- Join date:
- September 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
September 27, 2011 at 5:03 am #415198worked excellent thanks for the great response worked the first time peace:D
AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by himangi 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum