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

Advanced title methods

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #20226
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Not at all. I checked the source where the error is reffering to. It is only a missing array argument for the generic filters, but it will still output correctly.
    I will patch this to the upcoming release, if that is okay with you.

    #20309
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I am sorry to bother you, but one of my other customers noticed that you are using the same theme as him, and he cannot figure out how to replace the shop page search bar.
    In case you replaced a code within the theme files, can you please upload it (zipped), and I will send it to him? Thank you very much.

    #20322
    jyrbbajyrbba
    Participant

    I’m sorry, totally forgot to answer this. Add this as navbar-search.php to techmarket-child/templates/sections/

    <?php
    /**
    * Search Bar
    *
    * @author Foto Monza
    * @package Techmarket/Templates
    *
    */

    ?>
    <div class =”navbar-search”>
    <?php get_product_search_form()?>
    </div>
    <?php
    ?>

    Btw, your search totally rocks ass. It’s worlds better then anything we’ve used! 🙂

    #20330
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you very much again for this and your kind words as well 🙂 This is going to make someone really happy.

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