Home Forums WordPress Plugins Hide My WP Listify theme crashing (css issues) after "New Theme Path"

This topic is: not resolved
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #2746
    vishnupkv
    Active
    Post count: 21

    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.
    #2751
    vishnupkv
    Active
    Post count: 21

    Hi We are using the Listify theme with FACETWP plugin. As per the screenshots, the facetwp fields are not even displayed..

    http://hidele1.wpengine.com

    This is of high priority.

    Attachments:
    You must be logged in to view attached files.
    #2756
    vishnupkv
    Active
    Post count: 21

    Hi,

    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&#8217; 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&#8217; 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&#8217; 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.
    #2769
    Suman M.
    Post count: 12480

    Hi, 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..
    #2773
    vishnupkv
    Active
    Post count: 21

    Hi,

    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?

    #2775
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
    #2776
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
    #2782
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
    #2788
    Suman M.
    Post count: 12480

    You 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.

    #2792
    Suman M.
    Post count: 12480

    Also, 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!

    #2796
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
    #2800
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
    #2802
    Suman M.
    Post count: 12480

    Even 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.

    #2812
    vishnupkv
    Active
    Post count: 21
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.