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

Layout Codes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23903
    MarcSavallMarcSavall
    Participant

    Hello
    Why layout codes are presents in the search results ? [vc_row] [vc_column…]. I think it is due to a recent update because it was working fine before.
    Regards

    #23910
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    That search bar is not this plugin unfortunately, it is probably the theme built-in search or a different plugin. If you check the plugin back-end, the preview window, it works correctly. You might have to ask the theme author (or the other search plugin author) about this issue.

    #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 !

    #23913
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.