Home › Forums › WordPress Plugins › Hide My WP › need help with "Replace in HTML" and "Replace URLs"
- This topic has 1 reply, 2 voices, and was last updated 9 years, 9 months ago by Suman M..
-
AuthorPosts
-
April 4, 2015 at 7:50 pm #2312sachin550Post count: 6
Hey hii !! Thank you for this amazing plugin. I need some help with “Replace in HTML” and “Replace URLs”
> I am using buddypress, Layerslider and woocommerce plugin
> Hide-my-wp plugin is active on my site with settings attached in Attachments: (unnamed.jpg)Questions :
1) how to remove or rename id = ‘custom-name’ in given example
<link rel=’stylesheet’ id=’avia-google-webfont’ href=’//fonts.googleapis.com/css?family=Open+Sans:400,600′ type=’text/css’ media=’all’/>to rename id what should we do.
2) How to rename or modify the bellow given path bellow (ide-my-wp plugin is active)
<script type=’text/javascript’ src=’http://domain.in/new-soft/config-layerslider/LayerSlider/static/js/layerslider.transitions.js’></script>and
<link rel=’stylesheet’ id=’woocommerce_frontend_styles-css’ href=’http://mydomain.in/modules/woocommerce/assets/css/woocommerce.css’ type=’text/css’ media=’all’ />
wp-content/plugins/woocommerce/assets/css/woocommerce.css ==shop.css
is not working
modules/woocommerce/assets/css/woocommerce.css ==shop.css
when i tried this i got a css error page demolished 🙁once you teach me this i will modify
<script type=’text/javascript’ src=’http://mydomain.in/module/woocommerce/assets/js/frontend/add-to-cart.min.js’></script>
<script type=’text/javascript’ src=’http://mydomain.in/module/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js’></script>
<script type=’text/javascript’ src=’http://mydomain.in/module/woocommerce/assets/js/jquery-placeholder/jquery.placeholder.min.js’></script>2 (a) and i want to removew this
<!– WooCommerce Version –>
<meta name=”generator” content=”WooCommerce 2.0.20″ />
2(b)
<div class=”woocommerce”>
<ul class=”products”>3) How to hide comments code
I am using Avia Builder and i am having following lines in my <head>what should i do to modify or rename it
<!–
Debugging Info for Theme support:Theme: Name of theme
Version: 3.0.5
Installed: soft-base
AviaFramework Version: 2.1
AviaBuilder Version: 0.8
ML:512-PU:29-PLA:3
WP:4.1.1
–>4 ) How to hide from html code
<style type=’text/css’>
@font-face {font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
src: url(‘http://domain.in/wp-content/themes/soft-base/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3’);
src: url(‘http://domain.in/wp-content/themes/soft-base/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix’) format(’embedded-opentype’),
url(‘http://domain.in/wp-content/themes/soft-base/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3’) format(‘woff’),
url(‘http://domain.in/wp-content/themes/soft-base/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3’) format(‘truetype’),
url(‘http://domain.in/wp-content/themes/soft-base/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’; }
</style>Thank you
Sachin Parashar
Attachments:
You must be logged in to view attached files.April 5, 2015 at 4:47 am #2314Suman M.Post count: 124781) add following line in “replace in html” option in general settings tab:
avia-google-webfont=custom-name2) wp-content/plugins/woocommerce/assets/css/woocommerce.css==shop.css should actually work
2 (a) add these line in replace in html box:
WooCommerce=myshop
(Note: it’s case sensitive)2(b) you can replace the same way as above, but renaming ids in HTML elements may effect the css/functionality of the site as these IDs/class might have been used by plugin for special purpose.
Please let us know your website URL. Also we might need backend details.
-
AuthorPosts
You must be logged in to reply to this topic.