Forum Replies Created

Viewing 15 posts - 466 through 480 (of 623 total)
  • Author
    Posts
  • in reply to: woocommerce checkout page issiue #535
    Hassan
    Post count: 955

    Hi-

    As I guessed it was not related to PHP files. The problem was the way SSL plugin works I disabled:
    Remove elements inaccessible over HTTPS. May break other plugins' functionality.
    in HTTPS plugin and it solve the problem.

    However, I notice another problem the theme doesn’t work with redirected AJAX URL or at least there is a conflict with HMWP. I leave New AJAX URL blank and it solve all problems. You may also consider another SSL plugin for future.

    in reply to: how do i hide the following… #528
    Hassan
    Post count: 955

    You should use the full path from WP directory. Usually it starts with wp-content.

    in reply to: how do i hide the following… #526
    Hassan
    Post count: 955

    Just use Replace URLS. Something like this:

    wp-content/themes/framework/js/pe/jquery.pixelentity.lazyload.js==lazyload.js

    in reply to: Nothing found for wp-login php #524
    Hassan
    Post count: 955

    Thank you for your time.

    Glad to hear it 🙂

    in reply to: Nothing found for wp-login php #519
    Hassan
    Post count: 955

    Oh maybe that was old version.

    Could you provide new version debug report? (go to start tab click on generate debug report)

    Sorry if it bother you ignore it.

    in reply to: Nothing found for wp-login php #518
    Hassan
    Post count: 955
    This reply has been marked as private.
    in reply to: Nothing found for wp-login php #514
    Hassan
    Post count: 955

    Could you please provide login info ?

    if not you can install a test WP and install the plugin (and generate problem). If even not could you provide debug report from start tab? (usually useless)

    • This reply was modified 11 years, 1 month ago by Hassan.
    in reply to: wp-content/uploads not renamed #511
    Hassan
    Post count: 955

    Seems it was fixed now.

    We should just use replace in HTML (no need to replace URLs!) because it was already added by the plugin. I should know it, sorry.

    I also changed ‘files’ to ‘storage’ not really important but I think it may conflict with default files path.

    Recheck entire site and let me know if there was any other issue.

    in reply to: wp-content/uploads not renamed #509
    Hassan
    Post count: 955

    You should not remove other rules!!

    They are for themes, stylesheets, wp-include folder, etc.

    Just configure it like before but fix replace URLs syntax and update htaccess with new configuration (start tab -> Multi-site configuration)

    in reply to: wp-content/uploads not renamed #507
    Hassan
    Post count: 955

    Yes, only Replace URLs and then update htaccess.

    in reply to: Nothing found for wp-login php #504
    Hassan
    Post count: 955

    Maybe I found the problem,

    Go to General settings tab in newer version you should find login query behind hide wp-login.php If it’s empty enter something for it and also change admin key save settings and use new login URL.

    Let me know the result plus versions you have tested.

    in reply to: wp-content/uploads not renamed #503
    Hassan
    Post count: 955

    I tested several blogs. Seems correct for me.

    Which URLs have this problem?

    in reply to: wp-content/uploads not renamed #499
    Hassan
    Post count: 955

    On more thing I disabled W3T cache modules to see source code easier,

    I’ll re-enable cache modules within next few minutes.

    UPDATE: DONE!

    • This reply was modified 11 years, 1 month ago by Hassan.
    in reply to: Previous settings #498
    Hassan
    Post count: 955

    If you can access to admin dashboard you should ‘deactivate’ the plugin or ‘Reset it to default’.

    in reply to: wp-content/uploads not renamed #496
    Hassan
    Post count: 955

    Was done.

    Your config was good but there were two little problems with Replace URLs:

    • You should use == instead = in Replace URLs
    • You should add / at the end of first part to redirect folders

    I just changed:

    wp-content/uploads=data
    wp-content/plugins=modules

    to this:

    wp-content/uploads/==data
    wp-content/plugins/==modules

    and seems it works now 🙂

    • This reply was modified 11 years, 1 month ago by Hassan.
Viewing 15 posts - 466 through 480 (of 623 total)