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

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: faster search #35508
    MarcSavallMarcSavall
    Participant

    You cannot access this content.

    in reply to: faster search #35504
    MarcSavallMarcSavall
    Participant

    Hi.

    I already tried but the search is still very slow. The provider is the fastest in France today. I have looked at the memory and CPU load on the server and it seems to be under the limit.

    It’s true, I have a lot of plugins but I need them !

    Can you take a look on my web site please ? Maybe can you put me on the way to fix this ?

    Best.

    in reply to: Layout Codes #23912
    MarcSavallMarcSavall
    Participant

    OK. I didn’t see : theme “UpStore” was updated.
    I have to change something in the header-v4.php located in
    /greennature/wp-content/themes/upstore/templates/headers/

    <div class=”header-middle”>
    <div class=”container”>
    <div class=”logo-wrapper”><?php echo upstore_theme_logo(); ?></div>
    <?php if( $theme_options[‘ts_enable_search’] ): ?>

    <!– change search bar
    <div class=”search-wrapper”><?php upstore_get_search_form_by_category(); ?></div>
    –>
    <div class=’search-wrapper’><?php echo do_shortcode(‘[wpdreams_ajaxsearchpro id=1]‘); ?></div>
    <?php endif; ?>
    <div class=”header-right”>
    <?php if( $theme_options[‘ts_enable_tiny_shopping_cart’] ): ?>
    <div class=”shopping-cart-wrapper”><?php echo upstore_tiny_cart(); ?></div>
    <?php endif; ?>
    </div>

    </div>
    </div>

    it works now !

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