This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Problem with search in the search field #5060
    XpuntoXpunto
    Participant

    Thank you very much!

    in reply to: Problem with search in the search field #5055
    XpuntoXpunto
    Participant

    I will 1000 Stars prefect support!!!!!! Now works!!!!!

    Sorry for my time i am not a coder just end product user all is clear i have not foud first the right place for that setting try custom css from theme not in the plugin settings!

    I have only 2 last questions

    First search speed is there any setting to do

    and second the result shows the author name i use moderator for puplic not the username what is in the moment in the search result is there a option to change that!

    THANK YOU!!!!! I will give full stars on codecanyon

    in reply to: Problem with search in the search field #5053
    XpuntoXpunto
    Participant

    Thank you i replace the code in the File ! the good think is its now in the header but search problem is not solved

    in reply to: Problem with search in the search field #5051
    XpuntoXpunto
    Participant

    I found this code for the main search possible to change that to Ajax Pro?

    <?php
    /**
    * Search form template for product search.
    *
    *
    * @package Hamburg
    * @subpackage Templates/WooCommerce
    */

    /**
    * We’re counting search forms in order to
    * pass them unique ID values.
    *
    */
    $search_count = hamburg_counter( ‘search_form’ );
    ?>
    <div class=”site-search”>
    <div class=”search-form”>
    <form class=”inline-form” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” role=”search”>
    <label for=”s_<?php echo $search_count; ?>”<?php
    /**
    * Look for search term.
    *
    * If the search field has a value, we pass an additional class
    * to its label which we positioned *behind* the transparent field.
    * Once the field gains focus or has a value we hide the label via CSS.
    * Why? Well, try styling a placeholder attribute, dude.
    *
    */
    if( ” !== get_search_query() )
    echo ‘ class=”has-value”‘;

    ?>>
    <span><?php echo _x( ‘Find products…’, ‘Search field label (ellipsis)’, ‘theme_hamburg_textdomain’ ); ?></span>
    <input id=”s_<?php echo $search_count; ?>” name=”s” type=”text” class=”search-input” value=”<?php echo esc_attr( get_search_query() ); ?>” />
    </label>
    <div class=”search-submit”>
    <input type=”submit” value=”<?php echo _x( ‘Submit’, ‘Search form submit button’, ‘theme_hamburg_textdomain’ ); ?>” />
    <input type=”hidden” name=”post_type” value=”product” />
    </div>
    </form>
    </div>
    </div>

    in reply to: Problem with search in the search field #5049
    XpuntoXpunto
    Participant

    Look likes this problem is with that theme i try a other and there it works so you are right to 100% its the custom css rule.

    but if i paste that code in css custom

    .proinput form {
    height: 100% !important;
    }

    nothing happen?

    in reply to: Problem with search in the search field #5048
    XpuntoXpunto
    Participant

    I can give admin details if you need!

    in reply to: Problem with search in the search field #5047
    XpuntoXpunto
    Participant

    i paste that in the custom css but no change

    in reply to: Problem with search in the search field #5046
    XpuntoXpunto
    Participant

    Hi

    thank you for fast response, where i have to implement that code? I have child theme and custom css plugin installed.

Viewing 8 posts - 1 through 8 (of 8 total)