Results 1 to 6 of 6
-
24th Nov 2010, 09:06 PM #1OPBannedWebsite's:
Khambaty.com iMotivate.netSmall WP Theme Editing - Basic PHP/CSS
Just see the Image guyz , I want to remove that Box and those Icons
Here's the source : http://www.freeminders.org/download/390
Demo : http://test.freeminders.org/?wp_theme=WpLauncher
Thanks to the helper in advance !Netguy Reviewed by Netguy on . Small WP Theme Editing - Basic PHP/CSS http://i56.tinypic.com/r9r19e.png Just see the Image guyz , I want to remove that Box and those Icons Here's the source : http://www.freeminders.org/download/390 Demo : http://test.freeminders.org/?wp_theme=WpLauncher Thanks to the helper in advance ! Rating: 5
-
25th Nov 2010, 01:24 AM #2MemberWebsite's:
sborg.usPretty easy to do if you're just removing those icons.
Goto WpLauncher/includes/comingsoon directory, open index.php
Check forPHP Code:elseif($cs_themestyle == 'Default'){
PHP Code:<li><a target="_blank" href="<?php echo $cs_twitter; ?>" id="link1" onclick="window.open(this.href); return false" class="westtool" title="Follow us on Twitter"></a></li>
<li><a target="_blank" href="<?php echo $cs_rss; ?>" id="link2" onclick="window.open(this.href); return false" class="westtool" title="Our News RSS Feed"></a></li>
<li><a target="_blank" href="<?php echo $cs_delicious; ?>" id="link3" onclick="window.open(this.href); return false" class="westtool" title="Bookmark on del.icio.us"></a></li>
<li><a target="_blank" href="<?php echo $cs_stumble; ?>" id="link4" onclick="window.open(this.href); return false" class="westtool" title="Bookmark on StumbleUpon"></a></li>
<li><a target="_blank" href="<?php echo $cs_digg; ?>" id="link5" onclick="window.open(this.href); return false" class="westtool" title="Digg our site"></a></li>
<li><a target="_blank" href="<?php echo $cs_facebook; ?>" id="link6" onclick="window.open(this.href); return false" class="westtool" title="Write about us on Facebook"></a></li>
<li><a target="_blank" href="<?php echo $cs_splitter; ?>" id="link7" onclick="window.open(this.href); return false" class="westtool" title="Share on Splitter"></a></li>PHP Code:<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
The box that you see is actually background image itself(timer-bg.gif in images directory). You can however position the progress bar, check style.css for that!
Or, Instead of going through all that trouble, Switch to Black version and take care of the twitter and feed images
-
25th Nov 2010, 08:50 AM #3OPBannedWebsite's:
Khambaty.com iMotivate.net@Vegeta - I also want to Remove that box , Cud u tell me how to do that also ?
-
25th Nov 2010, 09:15 AM #4Member
Remove this image: http://test.freeminders.org/wp-conte...s/timer-bg.gif
Remove this code:
Code:<ul> <li><a title="Follow us on Twitter" class="westtool" onclick="window.open(this.href); return false" id="link1" href="http://twitter.com/wparchive" target="_blank"></a></li> <li><a title="Our News RSS Feed" class="westtool" onclick="window.open(this.href); return false" id="link2" href="http://www.wparchive.com/feed" target="_blank"></a></li> <li><a title="" class="westtool" onclick="window.open(this.href); return false" id="link3" href="http://www.wparchive.com" target="_blank"></a></li> <li><a title="" class="westtool" onclick="window.open(this.href); return false" id="link4" href="http://www.wparchive.com" target="_blank"></a></li> <li><a title="" class="westtool" onclick="window.open(this.href); return false" id="link5" href="http://digg.com/users/wparchive" target="_blank"></a></li> <li><a title="Write about us on Facebook" class="westtool" onclick="window.open(this.href); return false" id="link6" href="http://www.wparchive.com" target="_blank"></a></li> <li><a title="Share on Splitter" class="westtool" onclick="window.open(this.href); return false" id="link7" href="http://www.wparchive.com" target="_blank"></a></li> </ul>
A life spent making mistakes is not only more honorable, but more useful than a life spent doing nothing. ? George Bernard Shaw
?
Designer. Check my designs here.
-
25th Nov 2010, 10:36 AM #5MemberWebsite's:
sborg.usYeah well i already mentioned that it's the background image! lol Open timer-bg.gif in paint and use the bucket tool over that box, make it white
Also, Why don't you position the progress bar over that box? It would look better
@Amz, It's not plain HTML.
-
25th Nov 2010, 07:03 PM #6OPBannedWebsite's:
Khambaty.com iMotivate.net@Vegeta - I dont know how to position it
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
A small editing needed
By pankaj0010 in forum Graphics AreaReplies: 0Last Post: 28th Jun 2012, 03:32 PM -
KWWHunction Templete - Help In Little Theme Editing ?
By Michel_Designs in forum Forum and DDL DiscussionReplies: 3Last Post: 17th Dec 2010, 05:43 PM -
Looking for GFX member to do some basic Template Editing.
By arko66 in forum Community CooperativeReplies: 3Last Post: 3rd Dec 2010, 02:32 PM -
Some Basic HTML/CSS Editing Needed
By Ambition in forum Webmaster DiscussionReplies: 2Last Post: 23rd Oct 2010, 03:25 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...