Page 59 of 68 FirstFirst ... 9495758596061 ... LastLast
Results 581 to 590 of 672
  1. #581
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by Berserker View Post
    Ignore my question, I managed to do it by following the steps given on page 1 of this thread :)
    Yes there was a 3 column package posted in the forum, but it needs modification.

    As far as getting the shopping cart image linked, how's that going?

  2. #582
    Join Date
    Feb 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    To make the banner appear on everypage remove the if statement from tpl_main_page.php.
    Thank you test user I've make modification like this :
    [SCR]<?php
    //if($body_id == 'index' && $cPath == ''){
    if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }//}
    ?>[/SCR]

    and now the banner apear in every pages.
    I've make my layout with % width, the point is I want to make my acedeme fluid in every resolutions, Is there any sollution to make the banner fluid too??
    please show me step by step modifications, because I'm still learning.

    Thank you in advance.
    fireolg

  3. #583
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by fireolg View Post
    Thank you test user I've make modification like this :
    [scr]<?php
    //if($body_id == 'index' && $cPath == ''){
    if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }//}
    ?>[/scr]

    and now the banner apear in every pages.
    I've make my layout with % width, the point is I want to make my acedeme fluid in every resolutions, Is there any sollution to make the banner fluid too??
    please show me step by step modifications, because I'm still learning.

    Thank you in advance.
    fireolg
    There's no real way to make the entire banner fluid, but you can make it "appear" that it is. The downfall to this is that you would need to have a common bg from the banner to the area it resides in.

    Can you post or PM you tpl_main_page.php file, along with a link to your site so I can see your banner image and make an additional image if needed.

  4. #584
    Join Date
    Feb 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Thank you for your attention and quick response
    I'm still customizing in my own machine so I can't give you any link, the banners and the other file are still using your main academe's files, I'm only making a little customization that the main goals are :
    1. Make academe to be 3 column layout >> I've done it
    2. Make academe width fluid >> I've done it
    3. Customize ezypages >> I've done it
    4. Make the banners fluid

    yes.. the last thing I want to do is making the banners fluid, but if it's imposible to do and there is another way as you said that I would need to have a common bg from the banner to the area it resides in, please show me to do. I attached tpl_main_page.php as you asked.

    Thank you in advance
    fireolg
    Attached Files Attached Files

  5. #585
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Looking for some help here.

    1. Linking the cart image.
    2. I'd like to add another image just above the EZ page nav bar

    Here's the site

    Thanks,
    Jason

  6. #586
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    Yes there was a 3 column package posted in the forum, but it needs modification.

    As far as getting the shopping cart image linked, how's that going?
    I didn't get the image to be a link but im ok with that as long as the text are linked.

    I attached an image of what im thinking of doing and im hoping that you could help or set me on the right direction.

    By default, the logo and ezpages part are already done with the acadame temp. but how do I move the currency and shopping cart just below the top links and also add the search bar? This way I could get disable the top bar and the search sidebox.

    Lastly, how do you do that flare/shadow effect for background or border?

    Thx
    Attached Images Attached Images  

  7. #587
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Ok - I need a little help here. I want to position my GoDaddy seal in my footer so that the three images are aligned horizontally across the page. Here's the site

    Any help would be appreciated.
    Thanks,
    Jason

  8. #588
    Join Date
    Feb 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi,

    First what a great template this is, but I do have a problem which is how can I edit the payment.gif to make to centre on the footer and remove the ichoze_footer.gif?

    I have edited the php file in includes>templates>common>tpl_footer.php but so far this has not worked, is it possible to post a way this can be done?

    Thanks,
    Pompeylad.

  9. #589
    Join Date
    Feb 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi,

    First what a great template this is, but I do have a problem which is how can I edit the payment.gif to make to centre on the footer and remove the ichoze_footer.gif?

    I have edited the php file in includes>templates>common>tpl_footer.php but so far this has not worked, is it possible to post a way this can be done?

    Also how can the 'Currencies' in the header be replaced for a search box?

    Thanks,
    Pompeylad.

  10. #590
    Join Date
    Feb 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by Pompeylad View Post
    Hi,

    First what a great template this is, but I do have a problem which is how can I edit the payment.gif to make to centre on the footer and remove the ichoze_footer.gif?

    I have edited the php file in includes>templates>common>tpl_footer.php but so far this has not worked, is it possible to post a way this can be done?

    Also how can the 'Currencies' in the header be replaced for a search box?

    Thanks,
    Pompeylad.
    Another question I have is has anybody used the Social Bookmarking mod with the Acadame template? If so where does one place the files?

    Thanks,
    Pompeylad.

 

 
Page 59 of 68 FirstFirst ... 9495758596061 ... LastLast

Similar Threads

  1. New to Zencart, using Acadame template
    By bellabel in forum Addon Templates
    Replies: 5
    Last Post: 27 Jun 2011, 07:52 PM
  2. Replies: 2
    Last Post: 16 Dec 2008, 03:44 AM
  3. Installing Acadame Template
    By jbreezy in forum Addon Templates
    Replies: 2
    Last Post: 19 Nov 2008, 11:29 AM
  4. Acadame Template Help
    By trisha1581 in forum Addon Templates
    Replies: 0
    Last Post: 13 May 2008, 08:44 PM
  5. Plz help me! Acadame Template
    By wardah15 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Feb 2008, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR