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
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
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.
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.
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.
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.
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
david.kansal (08-29-2010)
You rocks. I really appreciate your help.
Love u all
Many many thanks
which file do i edit this in?
thanks.
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.
It's not in the original script. It's added after the .slidedeck() call to hide it.
Bookmarks