PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 11th, 2013, 06:01 PM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Wordpress - Code Will not clear from website

Working on a site for a client and I've pasted code into the footer and decided that it wasn't the right place so I took it out ...and well its not gone.

Reply With Quote
  #2  
Old January 11th, 2013, 06:05 PM
Nanomech's Avatar
Nanomech Nanomech is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2011
Location: The Pleiades
Posts: 228 Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 3 h 26 m 39 sec
Reputation Power: 7
Send a message via Skype to Nanomech
Can you provide any code or more detail?

Regards,

NM.

Reply With Quote
  #3  
Old January 11th, 2013, 06:14 PM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Code- The code is not in there O_O

<?php
/**
* The template for displaying the footer.
*
* @package WordPress
* @subpackage Kratong
*/
?>
<br class="clear"/>

<div id="footer">

<?php
/**
* Get footer text
*/

$pp_footer_text = get_option('pp_footer_text');

if(empty($pp_footer_text))
{
$pp_footer_text = '© 2011 Peerapong Pulpipatnan All Right Reserved.';
}

echo stripslashes(html_entity_decode($pp_footer_text));
?>

</div>


</div>

<?php
/**
* Setup Google Analyric Code
**/
include (TEMPLATEPATH . "/google-analytic.php");
?>

<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/

wp_footer();
?>
</body>
</html>

Reply With Quote
  #4  
Old January 11th, 2013, 06:17 PM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Here is the code that is still showing in "inspect element)

<?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?>


As well the social icons which the code produces are still showing up on the site

Reply With Quote
  #5  
Old January 11th, 2013, 06:39 PM
richpri's Avatar
richpri richpri is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Location: Chicago
Posts: 51 richpri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 43 m 32 sec
Reputation Power: 1
Facebook
Have you cleared all buffers. If you have a proxy server, it may be buffering the old page.

Reply With Quote
  #6  
Old January 11th, 2013, 07:18 PM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Quote:
Originally Posted by richpri
Have you cleared all buffers. If you have a proxy server, it may be buffering the old page.



not sure how O_O?

Reply With Quote
  #7  
Old January 11th, 2013, 07:53 PM
richpri's Avatar
richpri richpri is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Location: Chicago
Posts: 51 richpri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 43 m 32 sec
Reputation Power: 1
Facebook
Not sure either about proxy clearing. I have had problems like this, but the only remedies that I have found are reloading the page, clearing the history and waiting for a timeout. A server expert may be of more help.

Reply With Quote
  #8  
Old January 11th, 2013, 08:04 PM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Quote:
Originally Posted by richpri
Not sure either about proxy clearing. I have had problems like this, but the only remedies that I have found are reloading the page, clearing the history and waiting for a timeout. A server expert may be of more help.


I've cleared the history cache and everything...
Can you point me to the direction of a forum that might help?

Reply With Quote
  #9  
Old January 12th, 2013, 02:50 AM
Nanomech's Avatar
Nanomech Nanomech is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2011
Location: The Pleiades
Posts: 228 Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level)Nanomech User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 3 h 26 m 39 sec
Reputation Power: 7
Send a message via Skype to Nanomech
So your first bit of code, you have taken out of your script right?

Regards,

NM.

Reply With Quote
  #10  
Old January 12th, 2013, 03:37 AM
artiisan artiisan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 8 artiisan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 39 m
Reputation Power: 0
Quote:
Originally Posted by Nanomech
So your first bit of code, you have taken out of your script right?

Regards,

NM.


No quite sure I understand your question. But if your asking if I took the script out yes I did.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Wordpress - Code Will not clear from website

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap