Home › Forums › WordPress Plugins › Hide My WP › Listify theme crashing (css issues) after "New Theme Path"
- This topic has 13 replies, 2 voices, and was last updated 9 years, 9 months ago by
vishnupkv.
-
AuthorPosts
-
May 29, 2015 at 7:00 pm #2746
Dear Team,
We are using listify theme and the moment we give a value in “New Theme Path”, homepage isn’t working.
Its very urgent for us as we are going live in few hours.
Here is htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^stylesnew/main\.css //index.php?style_wrapper=1 [QSA,L]
RewriteRule ^stylesnew/(.*) /wp-content/themes/listify-child/$1 [QSA,L]
RewriteRule ^listify/(.*) /wp-content/themes/listify/$1 [QSA,L]
RewriteRule ^stylesnew_main/(.*) /wp-content/themes/listify/$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Attachments:
You must be logged in to view attached files.May 29, 2015 at 9:34 pm #2751Hi We are using the Listify theme with FACETWP plugin. As per the screenshots, the facetwp fields are not even displayed..
This is of high priority.
Attachments:
You must be logged in to view attached files.May 29, 2015 at 10:29 pm #2756Hi,
We have changed “New Theme Path to /skin & Style Name to main.css” . But still CSS is visible from source code.We are using Listify theme. Please see the example below where you can see Listify:
<link rel=’stylesheet’ id=’contact-form-7-css’ href=’http://hidele1.wpengine.com/ext1/includes/css/styles.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-job-manager-tags-frontend-css’ href=’http://hidele1.wpengine.com/ext/wp-job-manager-tags/assets/css/style.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’listify-fonts-css’ href=’//fonts.googleapis.com/css?family=Montserrat%3A400%2C700&subset=latin%2Clatin-ext’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’listify-css’ href=’http://hidele1.wpengine.com/skin_main/css/style.min.css’ type=’text/css’ media=’all’ />
<style id=’listify-inline-css’ type=’text/css’>I have attached the screenshots for your reference.
Attachments:
You must be logged in to view attached files.May 31, 2015 at 5:20 am #2769Hi, I’ve merged all the topics to one that you have started so that it is easier to track.
Looking at your website’s (http://hidele1.wpengine.com/) page source it seems like you have managed to setup the plugin as mentioned here – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17669
Now regarding theme name still visible in source code, add following in “replace in HTML” option box in General settings tab –
listify-fonts-css=my-fonts-css
listify-css=my-css
listify-inline-css=my-inline-css-
This reply was modified 9 years, 9 months ago by
Suman M..
May 31, 2015 at 5:57 am #2773Hi,
When we select the option – Rename Plugins : All Plugins, , the facetwp fields are not displayed. If we select Disable Plugin Rename then facetwp fields are displayed but the plugins are not renamed. Is there any conflict with facetwp plugin? How can we overcome this?
May 31, 2015 at 10:35 am #2775This reply has been marked as private.May 31, 2015 at 1:59 pm #2776This reply has been marked as private.May 31, 2015 at 6:49 pm #2782This reply has been marked as private.June 1, 2015 at 4:32 am #2788You cannot replace all listify words because those words might have been used by theme for specific purpose like for css and javascript. For example:
“listifyListingGallery” is used as javascript variable by the theme so you cannot replace it.
“listify_widget_taxonomy_image_grid” is used by theme as CSS class name, so replacing it may break styling of your website.So, you have to be careful not to replace such words.
Reagrding FacetWP plugin, can you please provide us with your website backend details (as private message) so that we can have a look at it.
June 1, 2015 at 4:52 am #2792Also, we request you not to create separate post each time as this will create confusion. Please add all your comments here only.
As you are using WPEngine, we’ll need credentials for WPE panel too. thanks!
June 1, 2015 at 5:53 am #2796This reply has been marked as private.June 1, 2015 at 5:10 pm #2800This reply has been marked as private.June 1, 2015 at 6:09 pm #2802Even though the theme/plugin name from css class names and javascript variables are not replaced, the tools like http://www.wpthemedetector.com, http://www.whatwpthemeisthat.com, wappalyzer, etc cannot detect the fact that your site is using wordpress, also theme will not be detected.
If you want to rename the theme/plugin name from css class names and javascript variables also, then you’ll have to respectively replace those names in corresponding CSS file(s) and javascript file(s), and this could be a tedious task, and will be overwritten if theme is updated.
Currently we do not provide such support on project basis.
June 2, 2015 at 6:36 am #2812This reply has been marked as private. -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.