test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • vigonace Friend
    #190531

    Schö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 :-[

    http://www.vigonace.com

    Vielen Dank.

    swissa Friend
    #505569

    For 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

    vigonace Friend
    #505572

    Thx 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 Friend
    #505573

    I 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 white

    menü
    line 741

    #ja-mainnav .main-inner2 {

    }


    change the background to ‘white’ if you want or use another image

    menü 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 {

    }


    change the colour to one of your choice – this is highlighted item

    same 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 {

    }

    change the background element to what you want or delete it.

    Isch alles! 😉

    vigonace Friend
    #505574

    JAWOHL!!! VIELEN DANK SWISSA!!
    Großartig!

    That is a big one. I’ll keep you posted, gotta go to work.

    Bis bald 🙂

    vigonace Friend
    #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 Friend
    #505586

    See 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


    1. Screen-Shot-2013-09-12-at-5.04.33-PM
    2. Screen-Shot-2013-09-12-at-5.04.47-PM
    vigonace Friend
    #505599

    I 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 Friend
    #505603

    For 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 😉

    swissa Friend
    #505634

    congratuliere!

    Güt gemacht. wann Du noch mal hilfe brauchst, shout! 😉

    vigonace Friend
    #505648

    Tja, 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.

    http://www.vigonace.com

    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 Friend
    #505713

    Hi 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.

    Ninja Lead Moderator
    #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 solution

    Open 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.

    vigonace Friend
    #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 Friend
    #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 (-:

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