Home › Forums › WordPress Plugins › Hide My WP › Theme content / Yoast plugin showing in source code
- This topic has 6 replies, 3 voices, and was last updated 9 years, 4 months ago by Ar.
-
AuthorPosts
-
August 14, 2015 at 7:55 am #4107
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..
August 15, 2015 at 7:10 am #4111Suman M.Post count: 12478Hi,
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 pluginSeptember 3, 2015 at 10:55 am #4421This reply has been marked as private.September 3, 2015 at 11:08 am #4422Please urgently delete the client login details for this they are not private.
ThxSeptember 3, 2015 at 11:10 am #4423Thx 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 🙂September 3, 2015 at 3:56 pm #4429Suman M.Post count: 12478Hi 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..
September 3, 2015 at 5:43 pm #4437Happy all is solved 🙂
-
AuthorPosts
You must be logged in to reply to this topic.