Home › Forums › WordPress Plugins › Hide My WP › Unable to hide all "theme" info
- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by
ikaika72.
-
AuthorPosts
-
February 18, 2016 at 4:23 pm #8003
I’m trying to hide all references to the theme we are using in our source code. Most instances are now hidden, but a few remain. Would you help us figure out how to hide them all.
here are the LOCATIONS we need help with…
LOCATION 1 (theme is listed on the last line /enfold.css)<style type=”text/css”>
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style><link rel=”stylesheet” id=”avia-dynamic-css” href=”http://ourwebsite.com/theway/wp-content/uploads/dynamic_avia/enfold.css” type=”text/css” media=”all”>LOCATION 2
<style type=”text/css”>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><!–
Debugging Info for Theme support:Theme: Enfold
Version: 3.4.7
Installed: enfold
AviaFramework Version: 2.3
AviaBuilder Version: 0.8
ML:128-PU:7-PLA:5
WP:4.4.2
Updates: disabled
–>LOCATION 3
<style type=”text/css”>
@font-face {font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
src: url(‘http://ourwebsite.com/theway/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3’);
src: url(‘http://ourwebsite.com/theway/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix’) format(’embedded-opentype’),
url(‘http://ourwebsite.com/theway/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3’) format(‘woff’),
url(‘http://ourwebsite.com/theway/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3’) format(‘truetype’),
url(‘http://ourwebsite.com/theway/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello’) format(‘svg’);
} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont=’entypo-fontello’]:before{ font-family: ‘entypo-fontello’; }@font-face {font-family: ‘fontello’; font-weight: normal; font-style: normal;
src: url(‘http://ourwebsite.com/theway/wp-content/uploads/avia_fonts/fontello/fontello.eot’);
src: url(‘http://ourwebsite.com/theway/wp-content/uploads/avia_fonts/fontello/fontello.eot?#iefix’) format(’embedded-opentype’),
url(‘http://ourwebsite.com/theway/wp-content/uploads/avia_fonts/fontello/fontello.woff’) format(‘woff’),
url(‘http://ourwebsite.com/theway/wp-content/uploads/avia_fonts/fontello/fontello.ttf’) format(‘truetype’),
url(‘http://ourwebsite.com/theway/wp-content/uploads/avia_fonts/fontello/fontello.svg#fontello’) format(‘svg’);
} #top .avia-font-fontello, body .avia-font-fontello, html body [data-av_iconfont=’fontello’]:before{ font-family: ‘fontello’; }
</style>LOCATION 4
<script type=”text/javascript”>
/* <![CDATA[ */
var avia_framework_globals = avia_framework_globals || {};
avia_framework_globals.frameworkUrl = ‘http://ourwebsite.com/theway/wp-content/themes/enfold/framework/’;
avia_framework_globals.installedAt = ‘http://ourwebsite.com/theway/wp-content/themes/enfold/’;
avia_framework_globals.ajaxurl = ‘http://ourwebsite.com/theway/wp-admin/admin-ajax.php’;
/* ]]> */
</script>Thank you!!
February 19, 2016 at 7:32 am #8008Hi,
# To replace the URLs like http://yoursite.com/wp-content/uploads/dynamic_avia/enfold.css, you can add replacement in “replace urls” option under HMWP replace tools tab like this:
wp-content/uploads/dynamic_avia/enfold.css ==> XYZ.css# For removing enfold theme’s debugging info, please check this:
http://www.kriesi.at/support/topic/remove-debugging-code-from-page-source/# For removing “wp-content/themes/enfold/” from the URLs, you can add replacement in “replace in html” like this:
wp-content/themes/enfold/ ==> skin/
OR
wp-content/themes/enfold/ ==> skin_main/ (if you use child theme)Note: “skin” is the value of “New theme path” field in permalinks & urls tab
Let us know if you have any issue.
February 20, 2016 at 4:00 pm #8028Great, thank you so much. That worked!!
-
AuthorPosts
You must be logged in to reply to this topic.