Home Forums WordPress Plugins Hide My WP Theme content / Yoast plugin showing in source code

This topic is: resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4107
    Chedr
    Active
    Post count: 12

    Hi there,

    Can you please help me to hide wp plugins and template related content from the source code? Can’t seem to get it working?

    This website went live for a client today and she is sharing it out via social media – i cant risk it breaking, that will be devastating to her and I’ll look like a muppet, thx for taking a look.

    Here are the website login details
    http://www.zifaco.com/wp-login.php?hide_my_wp=xxxx
    xxx(user)
    xxx(pass)

    Thanks for your help to resolve the source code issue.

    For example: (this is all theme related) can we hide it?

    #mpcth_header_second_section #mpcth_page_header_secondary_content,
    #mpcth_header_second_section #mpcth_page_header_secondary_content a,
    #mpcth_header_second_section,
    #mpcth_page_header_wrap #mpcth_header_section,
    #mpcth_page_header_wrap #mpcth_header_section a,
    #mpcth_page_header_wrap #mpcth_header_section #mpcth_nav a,
    #mpcth_page_header_wrap.mpcth-simple-buttons-enabled #mpcth_header_section #mpcth_controls_wrap #mpcth_controls_container > a
    { color: #474747; }

    #mpcth_nav .mpcth-menu > .page_item.menu-item-has-children > a:after,
    #mpcth_nav .mpcth-menu > .menu-item.menu-item-has-children > a:after,
    #mpcth_header_section #mpcth_page_header_content #mpcth_mega_menu .menu-item-has-children > a:after
    { border-color: #474747; }
    .mpcth-sticky-header #mpcth_header_second_section #mpcth_page_header_secondary_content,
    .mpcth-sticky-header #mpcth_header_second_section #mpcth_page_header_secondary_content a,
    .mpcth-sticky-header #mpcth_header_second_section,
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_section,
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_section a,
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_section #mpcth_nav .mpcth-menu > li > a,
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_section #mpcth_nav .menu > li > a,
    #mpcth_page_header_wrap.mpcth-sticky-header.mpcth-simple-buttons-enabled #mpcth_header_section #mpcth_controls_wrap #mpcth_controls_container > a
    { color: #474747; }

    .mpcth-sticky-header #mpcth_nav .mpcth-menu > .page_item.menu-item-has-children > a:after,
    .mpcth-sticky-header #mpcth_nav .mpcth-menu > .menu-item.menu-item-has-children > a:after,
    .mpcth-sticky-header #mpcth_header_section #mpcth_page_header_content #mpcth_mega_menu .menu-item-has-children > a:after
    { border-color: #474747; }
    #mpcth_page_header_wrap #mpcth_header_section,
    #mpcth_page_header_wrap #mpcth_header_second_section
    {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    }
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_section,
    #mpcth_page_header_wrap.mpcth-sticky-header:hover #mpcth_header_section,
    #mpcth_page_header_wrap.mpcth-sticky-header #mpcth_header_second_section
    {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    }
    #mpcth_page_header_wrap #mpcth_header_second_section,
    #mpcth_page_header_wrap #mpcth_header_section
    { border: none; }

    • This topic was modified 9 years, 4 months ago by Suman M..
    #4111
    Suman M.
    Post count: 12478

    Hi,
    It’s not recommended to rename/replace CSS class/id like #mpcth_… as this will break website styling. However, you can get rid of CSS from line numbers 95 to 137. You can include this CSS code in a css file and link it (you’ll need some knowledge of HTML for this).

    I have removed these text from source code:
    Powered by Visual Composer – drag and drop page builder for WordPress
    Yoast SEO plugin

    Yoast SEO: the #1 WordPress SEO plugin

    #4421
    Ar
    Active
    Post count: 12
    This reply has been marked as private.
    #4422
    Chedr
    Active
    Post count: 12

    Please urgently delete the client login details for this they are not private.
    Thx

    #4423
    Chedr
    Active
    Post count: 12

    Thx so much Ar, greatly appreciate your note today.
    I didn’t realise that this forum was showing these details – assumed that they are private, greatly appreciate your pickup, owe you 🙂

    #4429
    Suman M.
    Post count: 12478

    Hi Chedr, We think you’ve already changed the details. However, we’ve masked your details above. As a forum moderator we have access to both public and private posts, and as we have to go through many posts each day it’s hard and impractical to check if post is private or not.
    We request you to make sure that you check “set as private reply” option before posting private posts.

    • This reply was modified 9 years, 4 months ago by Suman M..
    #4437
    Ar
    Active
    Post count: 12

    Happy all is solved 🙂

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

You must be logged in to reply to this topic.