Home Forums WordPress Plugins Hide My WP Hiding source code

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6293
    jwinner
    Post count: 1

    Hi I am trying to hide part of my plugin information.

    I would like to hide the hgi. When I do so it breaks the code when using the remove. Please help.

    <div class=”hji-fieldwrap-inner hji-beds-wrap”><label for=”beds”>Beds</label><select name=”beds” id=”beds” class=”beds” ><option value=””>Any</option><option value=”1+”>1+</option><option value=”2+”>2+</option><option value=”3+”>3+</option><option value=”4+”>4+</option><option value=”5+”>5+</option><option value=”6+”>6+</option></select></div><div class=”hji-fieldwrap-inner hji-baths-wrap”><label for=”baths”>Baths</label><select name=”baths” id=”baths” class=”baths” ><option value=””>Any</option><option value=”1+”>1+</option><option value=”2+”>2+</option><option value=”3+”>3+</option><option value=”4+”>4+</option><option value=”5+”>5+</option><option value=”6+”>6+</option></select></div>
    </div>
    <div class=”hji-fieldwrap hji-items-2″>

    #6296
    Suman M.
    Post count: 12480

    Hi, hji-fieldwrap-inner, hji-beds-wrap, etc. are all CSS class names and it’s not recommended to rename css class names and script variables as these would have been used by theme/plugins internally and doing so might break the site.

    #6316
    jwinner
    Post count: 1

    Is there anything I could do to change these at all?

    #6335
    Suman M.
    Post count: 12480

    The only thing you can do is add replacement for the CSS class name in HMWP “replace in html” option and then in the corresponding theme’s/plugin’s CSS file make the same replacement.
    But note that, if you update theme/plugin then your changes will be overwritten.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.