Results 1 to 9 of 9

Thread: Internet_Sharing banners

  1. #1
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default Internet_Sharing banners

    I'm using Internet_Sharing theme and on the index page there are 5 banners rotating. In the upper right of each banner that rotates there is a title for that banner. I want to remove the title.

    I went into the code and removed title="Banner1", but no matter if I remove just 'Banner1' or remove the entire title tag, it then says 'undefined' when the banner rotates.

    Any chance I can just take that part out?
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I'm sure there is, but Irkham would be the one to tell you about this.

  3. #3
    Join Date
    Jul 2008
    Posts
    117

    Default

    hi frank,

    here the steps how to remove slideshow title:

    replace your image title with blank space,

    Code:
    <img src="<%$tpl_base%>/images/banner/banner1.jpg" title="Banner 1" rel="http://#">
    change to :

    Code:
    <img src="<%$tpl_base%>/images/banner/banner1.jpg" title=" " rel="http://#">
    then open slide.css file and find and change background-color: #FFA928; to background-color: none; at opa class.

    Code:
    .opa{
    color:white;
    padding:10px 20px 0px 20px;
    position: absolute;
    z-index: 101;
    background-color: #FFA928; <== change to background-color: none;
    opacity:0.5;
    filter: alpha(opacity=50);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
    -moz-opacity: 0.5;
    }
    hope this clear.

    thanks.

  4. #4
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Your the man maulana!!! Thank you very much!

    One more quick question.. Not all my banners are the same size.. It would look better if the banners were centered instead of aligned left. Is it possible to do that? I'm pretty sure I'll need to make a change in .opa again, but not sure which one.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  5. #5
    Join Date
    Jul 2008
    Posts
    117

    Default

    ok frank,

    to do this you need to overwrite the default css from banner slideshow.
    simply add this code to slide.css:
    #showhereshow {
    text-align: center;
    }
    and you are done .

  6. #6
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    I added the code to the CSS slide.css but the banners are still starting from the left. Do I need to edit something in index.html to use #showhereshow?
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  7. #7
    Join Date
    Jul 2008
    Posts
    117

    Default

    sorry i miss something frank,

    open your slide.css and add this code at the top :

    #showhere table {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    }

  8. #8
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    You ROCK maulana!!!! Thank you so much! Works perfectly!
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  9. #9
    Join Date
    Jul 2008
    Posts
    117

    Default

    you are welcome frank .

Similar Threads

  1. Internet_sharing template updates
    By maulana in forum Indexutemplates
    Replies: 0
    Last Post: 02-10-2009, 01:28 AM
  2. phpadsnew...where are my banners?
    By twomiracles in forum Blocks and Modification
    Replies: 7
    Last Post: 02-02-2008, 11:01 PM
  3. Banners
    By Webfriend in forum Tutorials, Hints & Tips
    Replies: 7
    Last Post: 08-31-2007, 06:29 PM
  4. Banners/ads
    By Bruceper in forum v5.x
    Replies: 3
    Last Post: 03-09-2007, 04:32 PM
  5. Banners relevant to category
    By Phil Latio in forum v5.x
    Replies: 1
    Last Post: 01-24-2002, 07:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •