Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Removing icon from the Slider

  1. #1
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Removing icon from the Slider

    Hi, i want to remove the icon from this slider. The whole code for the slider is at

    I tried a lot. can plz somebody remove the icon code.

    icon doesnt appear offline,it comes when connected to interenet.

    plz sort this

    David Kansal
    Last edited by david.kansal; 08-29-2010 at 03:04 AM. Reason: remove email link

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    You need to give a few more details. What icon are you referring to? Give a link to a live example of what you're working on, or at least an image so we can see what you're trying to do.

  3. #3
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi you can check at http://code.thecisco.net

    i want to remove icon at bottom right pointing to slidedeck

    Whole code for this is available at

    Thanks
    Last edited by david.kansal; 08-29-2010 at 03:04 AM.

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    minified... that'll make it hard to find. Honestly, I would leave the icon there. It's GPL, so you're allowed to remove it, but it's unobtrusive - and only polite to give credit where credit is due.

  5. #5
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    plz help me removing the icon by editing the java script attached with in this below file.

    plz help me and edit the code. n i will be very thankful to you really.


    i am really annoyed with it.
    Last edited by david.kansal; 08-29-2010 at 03:04 AM.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Add the highlighted:

    Code:
    		<script type="text/javascript">
    			$('.slidedeck').slidedeck();
    			document.write('<style type="text/css">#' + $('[id^=SlideDeck_Bug]').get(0).id + ' {display: none!important;}<\/style>');
    		</script>
    Last edited by jscheuer1; 08-28-2010 at 05:26 PM. Reason: found better solution
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. The Following User Says Thank You to jscheuer1 For This Useful Post:

    david.kansal (08-29-2010)

  8. #7
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You rocks. I really appreciate your help.

    Love u all

    Many many thanks

  9. #8
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    which file do i edit this in?
    thanks.

  10. #9
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have searched through all of the files just now. I cant seem to find the part of the code you showed above. Please tell me how can I remove this logo. thanks.

  11. #10
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    It's not in the original script. It's added after the .slidedeck() call to hide it.

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
  •