Home › Forums › WordPress Plugins › Hide My WP › Problems with hiding theme and HTML
- This topic has 13 replies, 2 voices, and was last updated 8 years, 3 months ago by
d_ch.
-
AuthorPosts
-
May 3, 2017 at 10:47 am #15913
Hi,
I have just installed your “Hide my WP” plugin at my client’s website http://www.dreamrentacar-samos.com/ and I have a few issues after importing your ‘Medium Privacy – More Compatibility’ scheme:
1) After checking site at http://www.wpthemedetector.com/, it shows the following message:
“The WP Theme used by this site seems to be called “legacy-list-horizontal”, but no detailed information about it is available at http://www.dreamrentacar-samos.com.” Why is this appeared? The theme that I use on site is called “TheGem” (https://themeforest.net/item/thegem-creative-multipurpose-highperformance-wordpress-theme/16061685).2) All icons are not loaded correctly and look like squares.
I had exactly the same issue on another site (developed with same theme) where I had installed your plugin in the past : http://www.elisabeth-villas.gr/
You can check my ticket for that here: http://support.wpwave.com/forums/topic/hide-theme-and-specific-string
3) I am trying to replace in HTML the <!– MailChimp Form generated by Easy Forms for MailChimp v6.3.14 (https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/) –> with <!– MC –> but after saving settings I still see the same at the code of the website.
Waiting for your solution on the issues.
Attachments:
You must be logged in to view attached files.May 4, 2017 at 5:42 am #15919Hi, in your theme’s style.css you’ll see the code like below:
@font-face{font-family:’thegem-icons’;src:url(‘fonts/thegem-icons.eot?-yiqymz’);
Please change it to (you need to change the path):
@font-face{font-family:’thegem-icons’;src:url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’);
And regarding theme being detected with http://www.wpthemedetector.com, we’ll need to check it further. Please let us know your website’s wp-admin login details (as private reply), so that we can look into the issue.
May 4, 2017 at 6:54 am #15922This reply has been marked as private.May 4, 2017 at 6:33 pm #15927I have replaced the comment as mentioned in point 3 above. We recommend you not to replace the version name as updating the plugin will then cause the replacement not to work. Check the replacements I have added in HMWP settings page.
And to take care of wordpress being detected by wpthemedetector.com, I have added following replacement in “replace urls” option:
wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css ==> legacy-list-horizontal-style.css
May 5, 2017 at 9:43 am #15933Hi,
My second issue remains the same. All icons are not loaded correctly and still look like squares. Did you check this?
May 5, 2017 at 12:33 pm #15934Even if I have changed @font-face{font-family:’thegem-icons’;src:url(‘fonts/thegem-icons.eot?-yiqymz’); to :
@font-face {
font-family: ‘thegem-icons’;
src:url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’);
src:url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’) format(’embedded-opentype’),
url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’) format(‘woff’),
url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’) format(‘truetype’),
url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
(as you recommended), the problem with the icons remains and they are appeared like squares. Can you check it again?
May 6, 2017 at 7:08 pm #15949Hi,
Did you maybe check the issue with the icons again?
May 7, 2017 at 5:58 am #15952I deactivated HMWP plugin, but the icons are still not being displayed. Can you please check?
I have attached the export of your HMWP settings (just in case you need it later).
Attachments:
You must be logged in to view attached files.May 7, 2017 at 6:11 am #15954Hi,
The icons were not displayed cause as I told you I had changed CSS (after your recommendation) :
@font-face{font-family:’thegem-icons’;src:url(‘fonts/thegem-icons.eot?-yiqymz’);
to:
@font-face{font-family:’thegem-icons’;src:url(‘http://www.dreamrentacar-samos.com/skin/fonts/thegem-icons.eot?-yiqymz’);
I reversed now the changes and the icons are normally displayed with your plugin deactivated. Can you please check it now (activate your plugin) and find a way for the icons to be appeared normally after activation of it?
May 7, 2017 at 7:21 am #15961I changed the font URLs from “fonts/thegem-icons.eot” to “http://www.dreamrentacar-samos.com/wp-content/themes/thegem/fonts/thegem-icons.eot” in the theme’s style.css and emptied out “New style name” filed in Permalinks & URLs tab. This seems to have fixed the issue. Please check and let us know.
May 8, 2017 at 9:14 am #15974Hi,
The icons issue is fixed now indeed.
However I have the following issues now:1) The theme is still being detected by wp theme detector. You can check my attached screenshot “wp-theme-detector-screenshot”.
2) Between SERVICES and VEHICLES section, at the Newsletter blue section, the text “Enter your Email Address” is appeared now Greek in both versions of the website, english and greek, even if I have translated it normally via string translation of WPML (as you will see at my attached screenshot “string_translation_screenshot”).Attachments:
You must be logged in to view attached files.May 8, 2017 at 12:22 pm #15977Regarding 2nd issue, I fixed it via string translation of WPML after re scanning plugin’s strings and re-translating them again.
Only the 1st issue with WP theme detector still remains as it still finds the gem theme which I am using on the website. Could you please check this again?
May 9, 2017 at 5:40 am #15991Hi, can you please check now (https://www.screencast.com/t/RpJTYnh7YF5) ?
May 9, 2017 at 11:45 am #15997Hi,
I just checked and wp theme detector didn’t find the theme! Thank you for your support!
-
AuthorPosts
You must be logged in to reply to this topic.