Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @wassa. I @assume your theme may use cusom call to search function and template with different name since get_template_part() function exists.
    However you may try to turn off one by one template files and functions. I se the body class “search-results” for search page functionality and the default search may be disable in your theme. YOu may ask advice regarding this options in theme support or make a short investigation in your theme to find out where and how serach function work. Maybe provide us with link to Paid trial version of theme. The search filter may be the 3-d party plugin. And In case you theme were fully workable with search from the box try out disabling third party plugins one by one as it is common magic to remove most of the covered bugs and issues.

    • This reply was modified 6 years, 11 months ago by dignity1988.

    Hello,

    Please try out to change/retype password using MSQL method from Steve articles. Also take a look on this screenshot that might help you navigating to password reset: https://joxi.ru/J2bqY9GT4WD3vm. I had similar issue on one of the free hosting platforms and solved it with exporting posts and pages data with dasboard->export and preforming clean fresh wordpress install on different hosting platform or environment .

    Regards,
    Maksym

    Hello

    If you have the ACCESS TO YOUR SITE FILE SYSTEM you may reset pasword manually. In case you have the acces to Mysql – you open table wp-users and find admin user, password line and then resave your pasword with md5 encryption
    Please take a look at the following article:

    This lines of code quoted from article above may reset password:

    <?php
    $user_id = 1;
    $password = 'HelloWorld';
    wp_set_password( $password, $user_id );
    ?>

    Regards,
    Dignity

    Hello

    I will not suppport you fully but is see that your console is completely red as tomato from the jquerylibraries which are not properly added or missed/blocked on server. You may open your template functions php file to check if script are loaded in proper order. The Jquery libraries should be loaded first . The additional scripts canbe added to footer using https://developer.www.ads-software.com/reference/functions/wp_enqueue_script/. PAy attention that if you will include scripts in footer you should and attribute 'true'as it is decribed in arcticle above. Let forum knew what elese you faced and tried.

    Regards,
    Maksym

    PLease try restart server or clear server cache with your provider as it seems that file is still there and cached.

    Forum: Fixing WordPress
    In reply to: Lost comments
    Thread Starter dignity1988

    (@dignity1988)

    The page is on the localhost. And template handwritten but similar in functionality to underscore starter theme. The commnets php file is replaced by default theme and default theme behaviour is the same. Console is clear

Viewing 6 replies - 1 through 6 (of 6 total)