Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • stellacadente Friend
    #178109

    Hi,

    I just want to add some contents in the Print Template:
    My logo and contact details.
    Woudl you pls telle me how to proceed?
    TX

    Wall Crasher Developer
    #457593

    Hi stellacadente,

    Please provide your site link so I can take a look.

    About changing logo, you can take reference from here, thank to @jwbrett
    http://www.joomlart.com/forums/topic/color-block-how-do-i-enlarge-the-space-for-the-logo/

    Modify the Logo is a bit complicated. It may cause some issue with responsive behavior of menu.

    About printing. JA Wall have the same style on both printing and screen viewer.
    You may need to modify templatesja_wallindex.php
    There is almost no space for you to load your contact detail. You can put your contact detail to user page and print that page.

    Hope it helps.

    Regards

    John Wesley Brett Moderator
    #457594

    To make sure we’re on the same thought process as to what you are wanting to do, give this a shot to add a logo.
    GOTO: /templates/ja_wall/css/template.cssline 1106
    And change from this:

    body.windowview { background: none repeat scroll 0 0 #FFFFFF
    margin: 0;

    }
    …to this – adding in the URL to the logo and adjusting the top margin to push the content down to make room for the logo.

    body.windowview { background:url(http://www.yourwebsite.com/images/top.gif) no-repeat scroll left top;
    margin: 60px 0 0 0px;

    }

    That should get you going.

    Have fun.
    John.

    stellacadente Friend
    #457804
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  stellacadente 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum