Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Tomeh it sounds like there is a conflict between your theme and this plugin.

    Can you disable all advanced features from the plugin and test again. If that works then enable one by one the advanced features and at the same time testing each one every time you enable one.

    Let me know how you go.

    Thread Starter Hetman

    (@tomeh)

    Turno specify this – I know that the plugin works does not work then find – it looks like I would have not logged anwet although it is still logged in

    Thread Starter Hetman

    (@tomeh)

    Hi this problem creates:

    Rename Login Page

    How does this option does not work search on the site – as it is off then everything works

    Is there a way to correct this option?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi tomeh I am trying to understand what you mean by the following comment above…..

    How does this option does not work search on the site – as it is off then everything works

    Kind regards

    Thread Starter Hetman

    (@tomeh)

    Rename Login Page causes a mistake and does not work search on site

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi tomeh can you check the log files? Also can you disable this option and test again?

    You might not be able to enable this option.

    Thank you

    Thread Starter Hetman

    (@tomeh)

    Hi the problem will always and only: Rename Login Page

    theme : mantra

    The search box looks like this: http://localhost/wp//?s=co

    He has seen them as two characters / / maybe this is the problem

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi tomeh, can you test one of WordPress default themes like Twenty Thirteen? If it works with the theme then you know that it is your theme “Mantra” conflicting with the plugin’s Rename Login Page feature enable.

    Regards

    Plugin Contributor wpsolutions

    (@wpsolutions)

    @tomeh,
    I cannot reproduce the issue you are seeing.
    Can you provide a link of a live example of the problem so we can see it for ourselves?

    Thread Starter Hetman

    (@tomeh)

    Link to Template:

    https://wordpress.org/themes/mantra

    Please see the localhost that whenever it is turned on Rename Login Page does not work search.

    The same for other styles that in the address search to find two characters / /? = Test

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi @tomeh, are you running your website locally?

    Thread Starter Hetman

    (@tomeh)

    I did so that I deleted highlighted in red element, and works with file searchform.php

    <?php $search_text = __( 'Search', 'mantra' ); ?>
    <form method="get" id="searchform"
    action="<?php echo esc_url(home_url( '/' ));/?>">
    <input type="text" value="<?php echo $search_text; ?>"
    name="s" id="s"
    onblur="if (this.value == '')
    {this.value = '<?php echo $search_text; ?>';}"
    onfocus="if (this.value == '<?php echo $search_text; ?>')
    {this.value = '';}" />
    <input type="submit" id="searchsubmit" value="OK" />
    </form>

    “<?php echo esc_url(home_url( ‘/’ ));/ – I removed ?>”>

    Is well done or can do mistakes?

    Thread Starter Hetman

    (@tomeh)

    I mean, I deleted the badge / in this place as I mentioned above

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi @tomeh the code above is that from your theme? You still have not answered my question above? Are you running your website locally?

    Kind regards

    Thread Starter Hetman

    (@tomeh)

    I mean, do not understand the question of tlanslator.

    The website is online but does not work as the search function is switched to this plugin.

    Now I changed the settings in the code to something moved. But I do not know if that’s it.

    file and the code I wrote is a template mantra

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘It does not work search’ is closed to new replies.