Forum Replies Created
-
AuthorPosts
-
MarcSavall
ParticipantYou cannot access this content.
MarcSavall
ParticipantHi.
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.
MarcSavall
ParticipantOK. 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 !
-
AuthorPosts