Layout Codes

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23903
    MarcSavall
    MarcSavall
    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

    Attachments:
    You must be logged in to view attached files.
    #23910
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #23912
    MarcSavall
    MarcSavall
    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 Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.