-
AuthorPosts
-
vigonace Friend
vigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 12:48 pm #190531Schöne Grüße aus Köln (-:
I have a little problem.
-> Can you please help me, point the file out i have to edit to remove the frontpage container, under the slideshow.
I have been searching for 30 hours now for a solution, could find any.Firebug is pointing those two elements.
– div#ja-container.wrap.ja-mf
– class=”main-inner2 clearfix”
PS: When i disable it in the Template, K2 and many others aren’t displayed anymore, i want it to be disabled only on the frontpage.-> Furthermore, i’ll like the website to be white and the fonts black, i mean the menu tab color to white, go to cart button and the footer block as well to white, how can i achieve that?
I’ll like to have this clean style as on the new JM Monsieur Magento Template, just look alike.Oh boy, i’m just having problems after problems, after updating :-[
Vielen Dank.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 12, 2013 at 12:57 pm #505569For the first part……
You can use profiles within template manager. You need to take the profile you are currently using, copy it, call it frontpage and then under ‘standard settings’ turn ‘Hide main content block’ to yes and save it. Then on the left you can assign the home menü item to this profile. Voila, no main content on the front page only.
For the colours, you’ll need to change the css. Best if you post an image with the changes you want. Will be quite simple to do.
Gruss
1 user says Thank You to swissa for this useful post
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 1:08 pm #505572Thx for the fast reply.
Don’t laugh at me but i don’t know how to make this pictures you guys always do, for real, i guess with photoshop right!?
**** it!
Hmmm, can you just point out the css file i have to modify and what line, if you check http://www.vigonace.com frontpage you’ll understand what i mean, the menu bar, footer block and go to cart button are black and i want them white.I’m trying now to disable the frontpage container, wish me good luck.
Ja, ich weiß: Always backup first!!!
Danke.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 12, 2013 at 1:42 pm #505573I can’t use photoshop either. Hate it.
Viel Gluck for the frontpage – is it simple once it clicks for you.
Ok now the big one….
Go to cart
http://www.vigonace.com/components/com_jshopping/css/ja_tiris.css line 673
.btn-cart a {
background: url(../images/pattern-bg.gif) #3A3A3A
border: none;
color: #fff
cursor: pointer;
display: inline-block;
font-weight: bold;
font-size: 92%;
line-height: 17px;
padding: 4px 10px;
text-shadow: 1px 1px 0 #000
border-radius: 3px;
-webkit-border-radius: 3px;
text-transform:uppercase;
}
change background to ‘white’ or delete that line or add your own colour
change ‘color’ to whatever you like otherwise you have white text on a white background!!bottom block
http://www.vigonace.com/templates/ja_tiris/css/template.css line 933
#ja-botsl .main-inner2, #ja-botsl1 .main-inner2 {
background: #111
padding-top: 30px;
padding-bottom: 10px;
}
change background to ‘white’line 1154
#ja-footer .main-inner2 {
background: #111
border-top: 1px solid #252525
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
}
change background to whitemenü
line 741
#ja-mainnav .main-inner2 {
background: url(../images/bg-nav.gif) 0 0 repeat-x#fff
padding: 0;
}
change the background to ‘white’ if you want or use another imagemenü button text
http://www.vigonace.com/templates/ja_tiris/css/menu/css.css line 45
#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
color: #fff
}
change the colour to one of your choice – this is highlighted itemsame css file line 33
#ja-cssmenu li a{
color: #a5a5a5
font-size: 116%;
font-weight: normal;
line-height: 20px;
padding: 10px 0 0 0;
text-shadow: 0 1px 0 #000
text-transform:uppercase;
}
change ‘colour’ to what you want – static text
finally to get rid of the black lines
line 28
#ja-cssmenu li {
background: url(../../images/bg-line-nav.gif) 100% 0 repeat-y;
padding: 0 9px 0 7px;
}
change the background element to what you want or delete it.
Isch alles! 😉
1 user says Thank You to swissa for this useful post
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 1:50 pm #505574JAWOHL!!! VIELEN DANK SWISSA!!
Großartig!That is a big one. I’ll keep you posted, gotta go to work.
Bis bald 🙂
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 2:04 pm #505576<blockquote>You can use profiles within template manager. You need to take the profile you are currently using, copy it, call it frontpage and then under ‘standard settings’ turn ‘Hide main content block’ to yes and save it. Then on the left you can assign the home menü item to this profile. Voila, no main content on the front page only.</blockquote>
I duplicated my profile and named it Frontpage. Now how do i assign the home menü item to it, i looked on the left and couldn’t find a way to do it.
A bit stupid but can you tell detailed what to do please :-[Danke.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 12, 2013 at 3:07 pm #505586See the two fotos. Hope they make sense. You may have to delete all others except default first as the template comes with assignments….
ich hoffe es geht
-
vigonace Friend
vigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 4:14 pm #505599I took a day off – Selbstständig!
Es hat geklappt, i could figure it out and the article is no more displayed but the “div” is still there as a white bar.
– div#ja-container.wrap.ja-mf
– class=”main-inner2 clearfix”Do you think there is a way to take it from the frontpage completely out, delete it?
I appreciate your help and patience.
Danke.
PS: I’m working on the other issues/css, it should be easier i guess 😎
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 4:21 pm #505603For those who might have the same problem or similar, this might concern you.
Language & Page Assignments as on the picture, both column are editable. The profile column is the one to change, click on it and choose the desired profile(Both are set to “Default”) and on the Pages column, click and choose the menu item.
Hope that helps 😉
1 user says Thank You to vigonace for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 12, 2013 at 8:56 pm #505648Tja, ich brauche noch Hilfe aber nicht mehr viel. :-*
I went as far as i could, did what i could and meine Güte, it’s time consuming, oh boy!!!! >:(
Just need a little tunning now and we are done.What i need from Top to Bottom.
1- Change the background color of the header where my Logo and shopping-cart are. I really tried but didn’t find.
2- Move the logo to the right. I guess i can do it, but as we around it…
3- Move the Menu items, all to the right. I could change it with firebug…but couldn’t find the file.
4- Center the search box. I did it yesterday but don’t remember how, was trying everything, made a backup before 😎
5- Remove the div (div#ja-container.wrap.ja-mf, class=”main-inner2 clearfix”) after the slideshow, there is a white bar there. I’t’s driving me crazy…
6- Move the Boxes in the bottom Block to the left so that the right box will be displayed properly.
Hope it’s not much, have been doing my best to do it on my own and i’m about to explode.
Mein Kopf platzt gleich…ich hoffe nur, dass das Geschäft besser laufen wird, es muss, oh ja, es muss.
Danke nochmals.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
September 13, 2013 at 8:04 am #505713Hi vigonace
1. template.css @ line 11 – change the background element
2. need you to tell/show me where you want it.
3. you want the search bar to the right of the menü?
4. Centre it in what way?
5. We’ll do a trick with layouts – will write a how to and post later.
6. Again some image would be good.1 user says Thank You to swissa for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2013 at 11:47 am #505757<blockquote>
Remove the div (div#ja-container.wrap.ja-mf, class=”main-inner2 clearfix”) after the slideshow, there is a white bar there. I’t’s driving me crazy
</blockquote>
@vigonace: I have fixed this problem on your site. You can re-check it again. This is my solutionOpen templates/ja_tiris/css/template.css file
Add new script
body.hide-content #ja-container {
display: none;
}
and add hide-content css class in Page Display Options of Homepage menu item.
You need to send me the screenshot point other problem. It would help to understand the issue and give you specific answers.
1 user says Thank You to Ninja Lead for this useful post
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 13, 2013 at 7:01 pm #505789<em>@Ninja Lead 389441 wrote:</em><blockquote>@vigonace: I have fixed this problem on your site. </blockquote>
Thank you for the support and everything, i’m satisfied, Danke Dir 🙂
vigonace Friendvigonace
- Join date:
- February 2012
- Posts:
- 51
- Downloads:
- 6
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 7 times in 1 posts
September 13, 2013 at 7:06 pm #505790<em>@swissa 389398 wrote:</em><blockquote>Hi vigonace
OK1. template.css @ line 11 – change the background element
OK2. need you to tell/show me where you want it.
OK3. you want the search bar to the right of the menü?
OK4. Centre it in what way?
OK5. We’ll do a trick with layouts – will write a how to and post later.
OK6. Again some image would be good.</blockquote>Hey SWISSA,
VIELEN VIELEN DANK für die Hilfe!
DU BIST DER BESTE.Der Website is fine now for me, i’m satisfied, for the moment, event more than…
I could solve the other issues, the solution, well the file was in Themes folder.Next time, i’ll do my best to provide some pictures, but you guys are so great, so good, won’t need it 😉
THUMBS UP!Keep up with the good job and your patience 😎
CASE CLOSED!
Danke Dir mein Lieber (-:
1 user says Thank You to vigonace for this useful post
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by vigonace 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum